|
||||||||||
| 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.JoinTableImpl
public class JoinTableImpl
| Field Summary | |
|---|---|
protected String |
catalog
|
protected List<JoinColumn> |
inverseJoinColumn
|
protected List<JoinColumn> |
joinColumn
|
protected String |
name
|
protected String |
schema
|
protected List<UniqueConstraint> |
uniqueConstraint
|
| Constructor Summary | |
|---|---|
JoinTableImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.JoinTableImpl instance. |
|
JoinTableImpl(JoinTableImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.JoinTableImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
JoinTableImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyInverseJoinColumn(List<JoinColumn> source,
List<JoinColumn> target)
Copies all values of property InverseJoinColumn. |
protected static void |
copyJoinColumn(List<JoinColumn> source,
List<JoinColumn> target)
Copies all values of property JoinColumn. |
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. |
List<JoinColumn> |
getInverseJoinColumn()
Gets the value of the inverseJoinColumn property. |
List<JoinColumn> |
getJoinColumn()
Gets the value of the joinColumn 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<JoinColumn> joinColumn
protected List<JoinColumn> inverseJoinColumn
protected List<UniqueConstraint> uniqueConstraint
protected String name
protected String catalog
protected String schema
| Constructor Detail |
|---|
public JoinTableImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.JoinTableImpl instance.
public JoinTableImpl(JoinTableImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.JoinTableImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<JoinColumn> getJoinColumn()
JoinTable
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 joinColumn property.
For example, to add a new item, do as follows:
getJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JoinColumn
getJoinColumn in interface JoinTablepublic List<JoinColumn> getInverseJoinColumn()
JoinTable
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 inverseJoinColumn property.
For example, to add a new item, do as follows:
getInverseJoinColumn().add(newItem);
Objects of the following type(s) are allowed in the list
JoinColumn
getInverseJoinColumn in interface JoinTablepublic List<UniqueConstraint> getUniqueConstraint()
JoinTable
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 JoinTablepublic String getName()
JoinTable
getName in interface JoinTableStringpublic void setName(String value)
JoinTable
setName in interface JoinTablevalue - allowed object is
Stringpublic String getCatalog()
JoinTable
getCatalog in interface JoinTableStringpublic void setCatalog(String value)
JoinTable
setCatalog in interface JoinTablevalue - allowed object is
Stringpublic String getSchema()
JoinTable
getSchema in interface JoinTableStringpublic void setSchema(String value)
JoinTable
setSchema in interface JoinTablevalue - allowed object is
String
protected static void copyJoinColumn(List<JoinColumn> source,
List<JoinColumn> target)
JoinColumn.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyInverseJoinColumn(List<JoinColumn> source,
List<JoinColumn> target)
InverseJoinColumn.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
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 JoinTableImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||