|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Table
public class Table
| Field Summary | |
|---|---|
protected String |
catalog
|
protected String |
name
|
protected String |
schema
|
protected UniqueConstraint[] |
uniqueConstraint
|
| Constructor Summary | |
|---|---|
Table()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Table instance. |
|
Table(Table o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Table instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Table |
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. |
String |
getSchema()
Gets the value of the schema property. |
UniqueConstraint[] |
getUniqueConstraint()
|
UniqueConstraint |
getUniqueConstraint(int idx)
|
int |
getUniqueConstraintLength()
|
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. |
UniqueConstraint |
setUniqueConstraint(int idx,
UniqueConstraint value)
|
void |
setUniqueConstraint(UniqueConstraint[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected UniqueConstraint[] uniqueConstraint
protected String name
protected String catalog
protected String schema
| Constructor Detail |
|---|
public Table()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Table instance.
public Table(Table o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Table instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public UniqueConstraint[] getUniqueConstraint()
UniqueConstraintpublic UniqueConstraint getUniqueConstraint(int idx)
UniqueConstraintpublic int getUniqueConstraintLength()
public void setUniqueConstraint(UniqueConstraint[] values)
values - allowed objects are
UniqueConstraint
public UniqueConstraint setUniqueConstraint(int idx,
UniqueConstraint value)
value - allowed object is
UniqueConstraintpublic 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
Stringpublic Table clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||