|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.TableImpl
public class TableImpl
| Field Summary | |
|---|---|
protected String |
catalog
|
protected String |
name
|
protected String |
schema
|
protected UniqueConstraint[] |
uniqueConstraint
|
| Constructor Summary | |
|---|---|
TableImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.TableImpl instance. |
|
TableImpl(TableImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.TableImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TableImpl |
clone()
Creates and returns a copy of this object. |
void |
copyUniqueConstraint(UniqueConstraint[] source)
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. |
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 TableImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.TableImpl instance.
public TableImpl(TableImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.TableImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public UniqueConstraint[] getUniqueConstraint()
getUniqueConstraint in interface TableUniqueConstraintpublic UniqueConstraint getUniqueConstraint(int idx)
getUniqueConstraint in interface TableUniqueConstraintpublic int getUniqueConstraintLength()
getUniqueConstraintLength in interface Tablepublic void setUniqueConstraint(UniqueConstraint[] values)
setUniqueConstraint in interface Tablevalues - allowed objects are
UniqueConstraint
public UniqueConstraint setUniqueConstraint(int idx,
UniqueConstraint value)
setUniqueConstraint in interface Tablevalue - allowed object is
UniqueConstraintpublic 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
Stringpublic void copyUniqueConstraint(UniqueConstraint[] source)
UniqueConstraint.
source - The source to copy from.
NullPointerException - if source 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 | |||||||||