net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm
Interface TableGenerator

All Known Implementing Classes:
TableGeneratorImpl

public interface TableGenerator


Method Summary
 Integer getAllocationSize()
          Gets the value of the allocationSize property.
 String getCatalog()
          Gets the value of the catalog property.
 Integer getInitialValue()
          Gets the value of the initialValue property.
 String getName()
          Gets the value of the name property.
 String getPkColumnName()
          Gets the value of the pkColumnName property.
 String getPkColumnValue()
          Gets the value of the pkColumnValue property.
 String getSchema()
          Gets the value of the schema property.
 String getTable()
          Gets the value of the table property.
 UniqueConstraint[] getUniqueConstraint()
           
 UniqueConstraint getUniqueConstraint(int idx)
           
 int getUniqueConstraintLength()
           
 String getValueColumnName()
          Gets the value of the valueColumnName property.
 void setAllocationSize(Integer value)
          Sets the value of the allocationSize property.
 void setCatalog(String value)
          Sets the value of the catalog property.
 void setInitialValue(Integer value)
          Sets the value of the initialValue property.
 void setName(String value)
          Sets the value of the name property.
 void setPkColumnName(String value)
          Sets the value of the pkColumnName property.
 void setPkColumnValue(String value)
          Sets the value of the pkColumnValue property.
 void setSchema(String value)
          Sets the value of the schema property.
 void setTable(String value)
          Sets the value of the table property.
 UniqueConstraint setUniqueConstraint(int idx, UniqueConstraint value)
           
 void setUniqueConstraint(UniqueConstraint[] values)
           
 void setValueColumnName(String value)
          Sets the value of the valueColumnName property.
 

Method Detail

getUniqueConstraint

UniqueConstraint[] getUniqueConstraint()
Returns:
array of UniqueConstraint

getUniqueConstraint

UniqueConstraint getUniqueConstraint(int idx)
Returns:
one of UniqueConstraint

getUniqueConstraintLength

int getUniqueConstraintLength()

setUniqueConstraint

void setUniqueConstraint(UniqueConstraint[] values)
Parameters:
values - allowed objects are UniqueConstraint

setUniqueConstraint

UniqueConstraint setUniqueConstraint(int idx,
                                     UniqueConstraint value)
Parameters:
value - allowed object is UniqueConstraint

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

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

getCatalog

String getCatalog()
Gets the value of the catalog property.

Returns:
possible object is String

setCatalog

void setCatalog(String value)
Sets the value of the catalog property.

Parameters:
value - allowed object is String

getSchema

String getSchema()
Gets the value of the schema property.

Returns:
possible object is String

setSchema

void setSchema(String value)
Sets the value of the schema property.

Parameters:
value - allowed object is String

getPkColumnName

String getPkColumnName()
Gets the value of the pkColumnName property.

Returns:
possible object is String

setPkColumnName

void setPkColumnName(String value)
Sets the value of the pkColumnName property.

Parameters:
value - allowed object is String

getValueColumnName

String getValueColumnName()
Gets the value of the valueColumnName property.

Returns:
possible object is String

setValueColumnName

void setValueColumnName(String value)
Sets the value of the valueColumnName property.

Parameters:
value - allowed object is String

getPkColumnValue

String getPkColumnValue()
Gets the value of the pkColumnValue property.

Returns:
possible object is String

setPkColumnValue

void setPkColumnValue(String value)
Sets the value of the pkColumnValue property.

Parameters:
value - allowed object is String

getInitialValue

Integer getInitialValue()
Gets the value of the initialValue property.

Returns:
possible object is Integer

setInitialValue

void setInitialValue(Integer value)
Sets the value of the initialValue property.

Parameters:
value - allowed object is Integer

getAllocationSize

Integer getAllocationSize()
Gets the value of the allocationSize property.

Returns:
possible object is Integer

setAllocationSize

void setAllocationSize(Integer value)
Sets the value of the allocationSize property.

Parameters:
value - allowed object is Integer


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