|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.jpaxjc.ns.persistence.orm.JoinTable
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public class JoinTable
| 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 | |
|---|---|
JoinTable()
Creates a new JoinTable instance. |
|
JoinTable(JoinTable o)
Creates a new JoinTable instance by deeply copying a given JoinTable instance. |
|
| Method Summary | |
|---|---|
JoinTable |
clone()
Creates and returns a deep copy of this object. |
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 |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected List<JoinColumn> joinColumn
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected List<JoinColumn> inverseJoinColumn
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected List<UniqueConstraint> uniqueConstraint
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String name
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String catalog
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
protected String schema
| Constructor Detail |
|---|
public JoinTable()
JoinTable instance.
public JoinTable(JoinTable o)
JoinTable instance by deeply copying a given JoinTable instance.
o - The instance to copy.
NullPointerException - if o is null.| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public List<JoinColumn> getJoinColumn()
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
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public List<JoinColumn> getInverseJoinColumn()
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
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
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
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getName()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setName(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getCatalog()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setCatalog(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public String getSchema()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public void setSchema(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2010-08-18T10:46:56+02:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-833")
public JoinTable clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||