|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.TableImpl
public class TableImpl
| Field Summary | |
|---|---|
protected String |
catalog
|
protected String |
name
|
protected String |
schema
|
protected List<UniqueConstraint> |
uniqueConstraint
|
| Constructor Summary | |
|---|---|
TableImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.TableImpl instance. |
|
TableImpl(TableImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.TableImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TableImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyUniqueConstraint(List<UniqueConstraint> source,
List<UniqueConstraint> target)
Copies all values of property UniqueConstraint. |
String |
getCatalog()
Gets the value of the catalog property. |
String |
getName()
Gets the value of the name 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<UniqueConstraint> uniqueConstraint
protected String name
protected String catalog
protected String schema
| Constructor Detail |
|---|
public TableImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.TableImpl instance.
public TableImpl(TableImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.TableImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<UniqueConstraint> getUniqueConstraint()
Table
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 Tablepublic String getName()
Table
getName in interface TableStringpublic void setName(String value)
Table
setName in interface Tablevalue - allowed object is
Stringpublic String getCatalog()
Table
getCatalog in interface TableStringpublic void setCatalog(String value)
Table
setCatalog in interface Tablevalue - allowed object is
Stringpublic String getSchema()
Table
getSchema in interface TableStringpublic void setSchema(String value)
Table
setSchema in interface Tablevalue - allowed object is
String
protected 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 TableImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||