|
||||||||||
| 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.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl
public class EmbeddableAttributesImpl
| Field Summary | |
|---|---|
protected List<Transient> |
_transient
|
protected List<Basic> |
basic
|
| Constructor Summary | |
|---|---|
EmbeddableAttributesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl instance. |
|
EmbeddableAttributesImpl(EmbeddableAttributesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EmbeddableAttributesImpl |
clone()
Creates and returns a copy of this object. |
static void |
copyBasic(List<Basic> source,
List<Basic> target)
Copies all values of property Basic. |
static void |
copyTransient(List<Transient> source,
List<Transient> target)
Copies all values of property Transient. |
List<Basic> |
getBasic()
Gets the value of the basic property. |
List<Transient> |
getTransient()
Gets the value of the transient property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Basic> basic
protected List<Transient> _transient
| Constructor Detail |
|---|
public EmbeddableAttributesImpl()
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl instance.
public EmbeddableAttributesImpl(EmbeddableAttributesImpl o)
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public List<Basic> getBasic()
EmbeddableAttributes
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 EmbeddableAttributespublic List<Transient> getTransient()
EmbeddableAttributes
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 EmbeddableAttributes
public 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.
public 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 EmbeddableAttributesImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||