|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.AssociationOverride
public class AssociationOverride
| Field Summary | |
|---|---|
protected List<JoinColumn> |
joinColumn
|
protected String |
name
|
| Constructor Summary | |
|---|---|
AssociationOverride()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.AssociationOverride instance. |
|
AssociationOverride(AssociationOverride o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.AssociationOverride instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AssociationOverride |
clone()
Creates and returns a copy of this object. |
static void |
copyJoinColumn(List<JoinColumn> source,
List<JoinColumn> target)
Copies all values of property JoinColumn. |
List<JoinColumn> |
getJoinColumn()
Gets the value of the joinColumn property. |
String |
getName()
Gets the value of the name property. |
void |
setName(String value)
Sets the value of the name 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 String name
| Constructor Detail |
|---|
public AssociationOverride()
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.AssociationOverride instance.
public AssociationOverride(AssociationOverride o)
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.AssociationOverride instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
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
public String getName()
Stringpublic void setName(String value)
value - allowed object is
String
public 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.public AssociationOverride clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||