|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.SecondaryTableImpl
public class SecondaryTableImpl
| Field Summary | |
|---|---|
protected String |
catalog
|
protected String |
name
|
protected List<PrimaryKeyJoinColumn> |
primaryKeyJoinColumn
|
protected String |
schema
|
protected List<UniqueConstraint> |
uniqueConstraint
|
| Constructor Summary | |
|---|---|
SecondaryTableImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.SecondaryTableImpl instance. |
|
SecondaryTableImpl(SecondaryTableImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.SecondaryTableImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SecondaryTableImpl |
clone()
Creates and returns a copy of this object. |
String |
getCatalog()
Gets the value of the catalog property. |
String |
getName()
Gets the value of the name property. |
List<PrimaryKeyJoinColumn> |
getPrimaryKeyJoinColumn()
Gets the value of the primaryKeyJoinColumn property. |
String |
getSchema()
Gets the value of the schema property. |
List<UniqueConstraint> |
getUniqueConstraint()
Gets the value of the uniqueConstraint property. |
void |
setCatalog(String value)
Sets the value of the catalog property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setSchema(String value)
Sets the value of the schema property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<PrimaryKeyJoinColumn> primaryKeyJoinColumn
protected List<UniqueConstraint> uniqueConstraint
protected String name
protected String catalog
protected String schema
| Constructor Detail |
|---|
public SecondaryTableImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.SecondaryTableImpl instance.
public SecondaryTableImpl(SecondaryTableImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl.SecondaryTableImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<PrimaryKeyJoinColumn> getPrimaryKeyJoinColumn()
SecondaryTable
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 primaryKeyJoinColumn property.
For example, to add a new item, do as follows:
getPrimaryKeyJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
PrimaryKeyJoinColumn
getPrimaryKeyJoinColumn in interface SecondaryTablepublic List<UniqueConstraint> getUniqueConstraint()
SecondaryTable
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 SecondaryTablepublic String getName()
SecondaryTable
getName in interface SecondaryTableStringpublic void setName(String value)
SecondaryTable
setName in interface SecondaryTablevalue - allowed object is
Stringpublic String getCatalog()
SecondaryTable
getCatalog in interface SecondaryTableStringpublic void setCatalog(String value)
SecondaryTable
setCatalog in interface SecondaryTablevalue - allowed object is
Stringpublic String getSchema()
SecondaryTable
getSchema in interface SecondaryTableStringpublic void setSchema(String value)
SecondaryTable
setSchema in interface SecondaryTablevalue - allowed object is
Stringpublic SecondaryTableImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||