|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.TableGeneratorImpl
public class TableGeneratorImpl
| Field Summary | |
|---|---|
protected Integer |
allocationSize
|
protected String |
catalog
|
protected Integer |
initialValue
|
protected String |
name
|
protected String |
pkColumnName
|
protected String |
pkColumnValue
|
protected String |
schema
|
protected String |
table
|
protected List<UniqueConstraint> |
uniqueConstraint
|
protected String |
valueColumnName
|
| Constructor Summary | |
|---|---|
TableGeneratorImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.TableGeneratorImpl instance. |
|
TableGeneratorImpl(TableGeneratorImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.TableGeneratorImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TableGeneratorImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyUniqueConstraint(List<UniqueConstraint> source,
List<UniqueConstraint> target)
Copies all values of property UniqueConstraint. |
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. |
List<UniqueConstraint> |
getUniqueConstraint()
Gets the value of the uniqueConstraint property. |
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. |
void |
setValueColumnName(String value)
Sets the value of the valueColumnName property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<UniqueConstraint> uniqueConstraint
protected String name
protected String table
protected String catalog
protected String schema
protected String pkColumnName
protected String valueColumnName
protected String pkColumnValue
protected Integer initialValue
protected Integer allocationSize
| Constructor Detail |
|---|
public TableGeneratorImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.TableGeneratorImpl instance.
public TableGeneratorImpl(TableGeneratorImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.TableGeneratorImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<UniqueConstraint> getUniqueConstraint()
TableGenerator
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the uniqueConstraint property.
For example, to add a new item, do as follows:
getUniqueConstraint().add(newItem);
Objects of the following type(s) are allowed in the list
UniqueConstraint
getUniqueConstraint in interface TableGeneratorpublic String getName()
TableGenerator
getName in interface TableGeneratorStringpublic void setName(String value)
TableGenerator
setName in interface TableGeneratorvalue - allowed object is
Stringpublic String getTable()
TableGenerator
getTable in interface TableGeneratorStringpublic void setTable(String value)
TableGenerator
setTable in interface TableGeneratorvalue - allowed object is
Stringpublic String getCatalog()
TableGenerator
getCatalog in interface TableGeneratorStringpublic void setCatalog(String value)
TableGenerator
setCatalog in interface TableGeneratorvalue - allowed object is
Stringpublic String getSchema()
TableGenerator
getSchema in interface TableGeneratorStringpublic void setSchema(String value)
TableGenerator
setSchema in interface TableGeneratorvalue - allowed object is
Stringpublic String getPkColumnName()
TableGenerator
getPkColumnName in interface TableGeneratorStringpublic void setPkColumnName(String value)
TableGenerator
setPkColumnName in interface TableGeneratorvalue - allowed object is
Stringpublic String getValueColumnName()
TableGenerator
getValueColumnName in interface TableGeneratorStringpublic void setValueColumnName(String value)
TableGenerator
setValueColumnName in interface TableGeneratorvalue - allowed object is
Stringpublic String getPkColumnValue()
TableGenerator
getPkColumnValue in interface TableGeneratorStringpublic void setPkColumnValue(String value)
TableGenerator
setPkColumnValue in interface TableGeneratorvalue - allowed object is
Stringpublic Integer getInitialValue()
TableGenerator
getInitialValue in interface TableGeneratorIntegerpublic void setInitialValue(Integer value)
TableGenerator
setInitialValue in interface TableGeneratorvalue - allowed object is
Integerpublic Integer getAllocationSize()
TableGenerator
getAllocationSize in interface TableGeneratorIntegerpublic void setAllocationSize(Integer value)
TableGenerator
setAllocationSize in interface TableGeneratorvalue - allowed object is
Integer
public static void copyUniqueConstraint(List<UniqueConstraint> source,
List<UniqueConstraint> target)
UniqueConstraint.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public TableGeneratorImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||