|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.SecondaryTableImpl
public class SecondaryTableImpl
| Field Summary | |
|---|---|
protected String |
catalog
|
protected String |
name
|
protected PrimaryKeyJoinColumn[] |
primaryKeyJoinColumn
|
protected String |
schema
|
protected UniqueConstraint[] |
uniqueConstraint
|
| Constructor Summary | |
|---|---|
SecondaryTableImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.SecondaryTableImpl instance. |
|
SecondaryTableImpl(SecondaryTableImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.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. |
PrimaryKeyJoinColumn[] |
getPrimaryKeyJoinColumn()
|
PrimaryKeyJoinColumn |
getPrimaryKeyJoinColumn(int idx)
|
int |
getPrimaryKeyJoinColumnLength()
|
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. |
PrimaryKeyJoinColumn |
setPrimaryKeyJoinColumn(int idx,
PrimaryKeyJoinColumn value)
|
void |
setPrimaryKeyJoinColumn(PrimaryKeyJoinColumn[] values)
|
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 PrimaryKeyJoinColumn[] primaryKeyJoinColumn
protected UniqueConstraint[] uniqueConstraint
protected String name
protected String catalog
protected String schema
| Constructor Detail |
|---|
public SecondaryTableImpl()
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.SecondaryTableImpl instance.
public SecondaryTableImpl(SecondaryTableImpl o)
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.SecondaryTableImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public PrimaryKeyJoinColumn[] getPrimaryKeyJoinColumn()
getPrimaryKeyJoinColumn in interface SecondaryTablePrimaryKeyJoinColumnpublic PrimaryKeyJoinColumn getPrimaryKeyJoinColumn(int idx)
getPrimaryKeyJoinColumn in interface SecondaryTablePrimaryKeyJoinColumnpublic int getPrimaryKeyJoinColumnLength()
getPrimaryKeyJoinColumnLength in interface SecondaryTablepublic void setPrimaryKeyJoinColumn(PrimaryKeyJoinColumn[] values)
setPrimaryKeyJoinColumn in interface SecondaryTablevalues - allowed objects are
PrimaryKeyJoinColumn
public PrimaryKeyJoinColumn setPrimaryKeyJoinColumn(int idx,
PrimaryKeyJoinColumn value)
setPrimaryKeyJoinColumn in interface SecondaryTablevalue - allowed object is
PrimaryKeyJoinColumnpublic UniqueConstraint[] getUniqueConstraint()
getUniqueConstraint in interface SecondaryTableUniqueConstraintpublic UniqueConstraint getUniqueConstraint(int idx)
getUniqueConstraint in interface SecondaryTableUniqueConstraintpublic int getUniqueConstraintLength()
getUniqueConstraintLength in interface SecondaryTablepublic void setUniqueConstraint(UniqueConstraint[] values)
setUniqueConstraint in interface SecondaryTablevalues - allowed objects are
UniqueConstraint
public UniqueConstraint setUniqueConstraint(int idx,
UniqueConstraint value)
setUniqueConstraint in interface SecondaryTablevalue - allowed object is
UniqueConstraintpublic 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 | |||||||||