|
||||||||||
| 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.valueclass.persistence.orm.Table
public class Table
| Field Summary | |
|---|---|
protected String |
catalog
|
protected String |
name
|
protected String |
schema
|
protected List<UniqueConstraint> |
uniqueConstraint
|
| Constructor Summary | |
|---|---|
Table()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.Table instance. |
|
Table(Table o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.Table instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Table |
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 Table()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.Table instance.
public Table(Table o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.persistence.orm.Table instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<UniqueConstraint> getUniqueConstraint()
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
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getCatalog()
Stringpublic void setCatalog(String value)
value - allowed object is
Stringpublic String getSchema()
Stringpublic void setSchema(String value)
value - 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 Table clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||