|
||||||||||
| 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.AttributesImpl
public class AttributesImpl
| Field Summary | |
|---|---|
protected List<Transient> |
_transient
|
protected List<Basic> |
basic
|
protected List<Embedded> |
embedded
|
protected EmbeddedIdImpl |
embeddedId
|
protected List<Id> |
id
|
protected List<ManyToMany> |
manyToMany
|
protected List<ManyToOne> |
manyToOne
|
protected List<OneToMany> |
oneToMany
|
protected List<OneToOne> |
oneToOne
|
protected List<Version> |
version
|
| Constructor Summary | |
|---|---|
AttributesImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.AttributesImpl instance. |
|
AttributesImpl(AttributesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.AttributesImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AttributesImpl |
clone()
Creates and returns a copy of this object. |
protected static void |
copyBasic(List<Basic> source,
List<Basic> target)
Copies all values of property Basic. |
protected static void |
copyEmbedded(List<Embedded> source,
List<Embedded> target)
Copies all values of property Embedded. |
protected static void |
copyId(List<Id> source,
List<Id> target)
Copies all values of property Id. |
protected static void |
copyManyToMany(List<ManyToMany> source,
List<ManyToMany> target)
Copies all values of property ManyToMany. |
protected static void |
copyManyToOne(List<ManyToOne> source,
List<ManyToOne> target)
Copies all values of property ManyToOne. |
protected static void |
copyOneToMany(List<OneToMany> source,
List<OneToMany> target)
Copies all values of property OneToMany. |
protected static void |
copyOneToOne(List<OneToOne> source,
List<OneToOne> target)
Copies all values of property OneToOne. |
protected static void |
copyTransient(List<Transient> source,
List<Transient> target)
Copies all values of property Transient. |
protected static void |
copyVersion(List<Version> source,
List<Version> target)
Copies all values of property Version. |
List<Basic> |
getBasic()
Gets the value of the basic property. |
List<Embedded> |
getEmbedded()
Gets the value of the embedded property. |
EmbeddedId |
getEmbeddedId()
Gets the value of the embeddedId property. |
List<Id> |
getId()
Gets the value of the id property. |
List<ManyToMany> |
getManyToMany()
Gets the value of the manyToMany property. |
List<ManyToOne> |
getManyToOne()
Gets the value of the manyToOne property. |
List<OneToMany> |
getOneToMany()
Gets the value of the oneToMany property. |
List<OneToOne> |
getOneToOne()
Gets the value of the oneToOne property. |
List<Transient> |
getTransient()
Gets the value of the transient property. |
List<Version> |
getVersion()
Gets the value of the version property. |
void |
setEmbeddedId(EmbeddedId value)
Sets the value of the embeddedId property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Id> id
protected EmbeddedIdImpl embeddedId
protected List<Basic> basic
protected List<Version> version
protected List<ManyToOne> manyToOne
protected List<OneToMany> oneToMany
protected List<OneToOne> oneToOne
protected List<ManyToMany> manyToMany
protected List<Embedded> embedded
protected List<Transient> _transient
| Constructor Detail |
|---|
public AttributesImpl()
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.AttributesImpl instance.
public AttributesImpl(AttributesImpl o)
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl.AttributesImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<Id> getId()
Attributes
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 id property.
For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
Id
getId in interface Attributespublic EmbeddedId getEmbeddedId()
Attributes
getEmbeddedId in interface AttributesEmbeddedIdpublic void setEmbeddedId(EmbeddedId value)
Attributes
setEmbeddedId in interface Attributesvalue - allowed object is
EmbeddedIdpublic List<Basic> getBasic()
Attributes
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 basic property.
For example, to add a new item, do as follows:
getBasic().add(newItem);
Objects of the following type(s) are allowed in the list
Basic
getBasic in interface Attributespublic List<Version> getVersion()
Attributes
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 version property.
For example, to add a new item, do as follows:
getVersion().add(newItem);
Objects of the following type(s) are allowed in the list
Version
getVersion in interface Attributespublic List<ManyToOne> getManyToOne()
Attributes
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 manyToOne property.
For example, to add a new item, do as follows:
getManyToOne().add(newItem);
Objects of the following type(s) are allowed in the list
ManyToOne
getManyToOne in interface Attributespublic List<OneToMany> getOneToMany()
Attributes
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 oneToMany property.
For example, to add a new item, do as follows:
getOneToMany().add(newItem);
Objects of the following type(s) are allowed in the list
OneToMany
getOneToMany in interface Attributespublic List<OneToOne> getOneToOne()
Attributes
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 oneToOne property.
For example, to add a new item, do as follows:
getOneToOne().add(newItem);
Objects of the following type(s) are allowed in the list
OneToOne
getOneToOne in interface Attributespublic List<ManyToMany> getManyToMany()
Attributes
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 manyToMany property.
For example, to add a new item, do as follows:
getManyToMany().add(newItem);
Objects of the following type(s) are allowed in the list
ManyToMany
getManyToMany in interface Attributespublic List<Embedded> getEmbedded()
Attributes
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 embedded property.
For example, to add a new item, do as follows:
getEmbedded().add(newItem);
Objects of the following type(s) are allowed in the list
Embedded
getEmbedded in interface Attributespublic List<Transient> getTransient()
Attributes
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 transient property.
For example, to add a new item, do as follows:
getTransient().add(newItem);
Objects of the following type(s) are allowed in the list
Transient
getTransient in interface Attributes
protected static void copyId(List<Id> source,
List<Id> target)
Id.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyBasic(List<Basic> source,
List<Basic> target)
Basic.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyVersion(List<Version> source,
List<Version> target)
Version.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyManyToOne(List<ManyToOne> source,
List<ManyToOne> target)
ManyToOne.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyOneToMany(List<OneToMany> source,
List<OneToMany> target)
OneToMany.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyOneToOne(List<OneToOne> source,
List<OneToOne> target)
OneToOne.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyManyToMany(List<ManyToMany> source,
List<ManyToMany> target)
ManyToMany.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyEmbedded(List<Embedded> source,
List<Embedded> target)
Embedded.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.
protected static void copyTransient(List<Transient> source,
List<Transient> target)
Transient.
target - The target to copy source to.source - The source to copy from.
NullPointerException - if source or target is null.public AttributesImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||