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

All Known Implementing Classes:
ColumnImpl

public interface Column


Method Summary
 String getColumnDefinition()
          Gets the value of the columnDefinition property.
 Integer getLength()
          Gets the value of the length property.
 String getName()
          Gets the value of the name property.
 Integer getPrecision()
          Gets the value of the precision property.
 Integer getScale()
          Gets the value of the scale 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 setLength(Integer value)
          Sets the value of the length property.
 void setName(String value)
          Sets the value of the name property.
 void setNullable(Boolean value)
          Sets the value of the nullable property.
 void setPrecision(Integer value)
          Sets the value of the precision property.
 void setScale(Integer value)
          Sets the value of the scale 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

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

getLength

Integer getLength()
Gets the value of the length property.

Returns:
possible object is Integer

setLength

void setLength(Integer value)
Sets the value of the length property.

Parameters:
value - allowed object is Integer

getPrecision

Integer getPrecision()
Gets the value of the precision property.

Returns:
possible object is Integer

setPrecision

void setPrecision(Integer value)
Sets the value of the precision property.

Parameters:
value - allowed object is Integer

getScale

Integer getScale()
Gets the value of the scale property.

Returns:
possible object is Integer

setScale

void setScale(Integer value)
Sets the value of the scale property.

Parameters:
value - allowed object is Integer


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