net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm
Interface JoinColumn

All Known Implementing Classes:
JoinColumnImpl

public interface JoinColumn


Method Summary
 String getColumnDefinition()
          Gets the value of the columnDefinition property.
 String getName()
          Gets the value of the name property.
 String getReferencedColumnName()
          Gets the value of the referencedColumnName property.
 String getTable()
          Gets the value of the table property.
 Boolean isInsertable()
          Gets the value of the insertable property.
 Boolean isNullable()
          Gets the value of the nullable property.
 Boolean isUnique()
          Gets the value of the unique property.
 Boolean isUpdatable()
          Gets the value of the updatable property.
 void setColumnDefinition(String value)
          Sets the value of the columnDefinition property.
 void setInsertable(Boolean value)
          Sets the value of the insertable property.
 void setName(String value)
          Sets the value of the name property.
 void setNullable(Boolean value)
          Sets the value of the nullable property.
 void setReferencedColumnName(String value)
          Sets the value of the referencedColumnName property.
 void setTable(String value)
          Sets the value of the table property.
 void setUnique(Boolean value)
          Sets the value of the unique property.
 void setUpdatable(Boolean value)
          Sets the value of the updatable property.
 

Method Detail

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getReferencedColumnName

String getReferencedColumnName()
Gets the value of the referencedColumnName property.

Returns:
possible object is String

setReferencedColumnName

void setReferencedColumnName(String value)
Sets the value of the referencedColumnName property.

Parameters:
value - allowed object is String

isUnique

Boolean isUnique()
Gets the value of the unique property.

Returns:
possible object is Boolean

setUnique

void setUnique(Boolean value)
Sets the value of the unique property.

Parameters:
value - allowed object is Boolean

isNullable

Boolean isNullable()
Gets the value of the nullable property.

Returns:
possible object is Boolean

setNullable

void setNullable(Boolean value)
Sets the value of the nullable property.

Parameters:
value - allowed object is Boolean

isInsertable

Boolean isInsertable()
Gets the value of the insertable property.

Returns:
possible object is Boolean

setInsertable

void setInsertable(Boolean value)
Sets the value of the insertable property.

Parameters:
value - allowed object is Boolean

isUpdatable

Boolean isUpdatable()
Gets the value of the updatable property.

Returns:
possible object is Boolean

setUpdatable

void setUpdatable(Boolean value)
Sets the value of the updatable property.

Parameters:
value - allowed object is Boolean

getColumnDefinition

String getColumnDefinition()
Gets the value of the columnDefinition property.

Returns:
possible object is String

setColumnDefinition

void setColumnDefinition(String value)
Sets the value of the columnDefinition property.

Parameters:
value - allowed object is String

getTable

String getTable()
Gets the value of the table property.

Returns:
possible object is String

setTable

void setTable(String value)
Sets the value of the table property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.