|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.AttributesImpl
public class AttributesImpl
| Field Summary | |
|---|---|
protected Transient[] |
_transient
|
protected Basic[] |
basic
|
protected Embedded[] |
embedded
|
protected EmbeddedIdImpl |
embeddedId
|
protected Id[] |
id
|
protected ManyToMany[] |
manyToMany
|
protected ManyToOne[] |
manyToOne
|
protected OneToMany[] |
oneToMany
|
protected OneToOne[] |
oneToOne
|
protected Version[] |
version
|
| Constructor Summary | |
|---|---|
AttributesImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.AttributesImpl instance. |
|
AttributesImpl(AttributesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.AttributesImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AttributesImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyBasic(Basic[] source)
Copies all values of property Basic. |
protected void |
copyEmbedded(Embedded[] source)
Copies all values of property Embedded. |
protected void |
copyId(Id[] source)
Copies all values of property Id. |
protected void |
copyManyToMany(ManyToMany[] source)
Copies all values of property ManyToMany. |
protected void |
copyManyToOne(ManyToOne[] source)
Copies all values of property ManyToOne. |
protected void |
copyOneToMany(OneToMany[] source)
Copies all values of property OneToMany. |
protected void |
copyOneToOne(OneToOne[] source)
Copies all values of property OneToOne. |
protected void |
copyTransient(Transient[] source)
Copies all values of property Transient. |
protected void |
copyVersion(Version[] source)
Copies all values of property Version. |
Basic[] |
getBasic()
|
Basic |
getBasic(int idx)
|
int |
getBasicLength()
|
Embedded[] |
getEmbedded()
|
Embedded |
getEmbedded(int idx)
|
EmbeddedId |
getEmbeddedId()
Gets the value of the embeddedId property. |
int |
getEmbeddedLength()
|
Id[] |
getId()
|
Id |
getId(int idx)
|
int |
getIdLength()
|
ManyToMany[] |
getManyToMany()
|
ManyToMany |
getManyToMany(int idx)
|
int |
getManyToManyLength()
|
ManyToOne[] |
getManyToOne()
|
ManyToOne |
getManyToOne(int idx)
|
int |
getManyToOneLength()
|
OneToMany[] |
getOneToMany()
|
OneToMany |
getOneToMany(int idx)
|
int |
getOneToManyLength()
|
OneToOne[] |
getOneToOne()
|
OneToOne |
getOneToOne(int idx)
|
int |
getOneToOneLength()
|
Transient[] |
getTransient()
|
Transient |
getTransient(int idx)
|
int |
getTransientLength()
|
Version[] |
getVersion()
|
Version |
getVersion(int idx)
|
int |
getVersionLength()
|
void |
setBasic(Basic[] values)
|
Basic |
setBasic(int idx,
Basic value)
|
void |
setEmbedded(Embedded[] values)
|
Embedded |
setEmbedded(int idx,
Embedded value)
|
void |
setEmbeddedId(EmbeddedId value)
Sets the value of the embeddedId property. |
void |
setId(Id[] values)
|
Id |
setId(int idx,
Id value)
|
ManyToMany |
setManyToMany(int idx,
ManyToMany value)
|
void |
setManyToMany(ManyToMany[] values)
|
ManyToOne |
setManyToOne(int idx,
ManyToOne value)
|
void |
setManyToOne(ManyToOne[] values)
|
OneToMany |
setOneToMany(int idx,
OneToMany value)
|
void |
setOneToMany(OneToMany[] values)
|
OneToOne |
setOneToOne(int idx,
OneToOne value)
|
void |
setOneToOne(OneToOne[] values)
|
Transient |
setTransient(int idx,
Transient value)
|
void |
setTransient(Transient[] values)
|
Version |
setVersion(int idx,
Version value)
|
void |
setVersion(Version[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Id[] id
protected EmbeddedIdImpl embeddedId
protected Basic[] basic
protected Version[] version
protected ManyToOne[] manyToOne
protected OneToMany[] oneToMany
protected OneToOne[] oneToOne
protected ManyToMany[] manyToMany
protected Embedded[] embedded
protected Transient[] _transient
| Constructor Detail |
|---|
public AttributesImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.AttributesImpl instance.
public AttributesImpl(AttributesImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.AttributesImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Id[] getId()
getId in interface AttributesIdpublic Id getId(int idx)
getId in interface AttributesIdpublic int getIdLength()
getIdLength in interface Attributespublic void setId(Id[] values)
setId in interface Attributesvalues - allowed objects are
Id
public Id setId(int idx,
Id value)
setId in interface Attributesvalue - allowed object is
Idpublic EmbeddedId getEmbeddedId()
Attributes
getEmbeddedId in interface AttributesEmbeddedIdpublic void setEmbeddedId(EmbeddedId value)
Attributes
setEmbeddedId in interface Attributesvalue - allowed object is
EmbeddedIdpublic Basic[] getBasic()
getBasic in interface AttributesBasicpublic Basic getBasic(int idx)
getBasic in interface AttributesBasicpublic int getBasicLength()
getBasicLength in interface Attributespublic void setBasic(Basic[] values)
setBasic in interface Attributesvalues - allowed objects are
Basic
public Basic setBasic(int idx,
Basic value)
setBasic in interface Attributesvalue - allowed object is
Basicpublic Version[] getVersion()
getVersion in interface AttributesVersionpublic Version getVersion(int idx)
getVersion in interface AttributesVersionpublic int getVersionLength()
getVersionLength in interface Attributespublic void setVersion(Version[] values)
setVersion in interface Attributesvalues - allowed objects are
Version
public Version setVersion(int idx,
Version value)
setVersion in interface Attributesvalue - allowed object is
Versionpublic ManyToOne[] getManyToOne()
getManyToOne in interface AttributesManyToOnepublic ManyToOne getManyToOne(int idx)
getManyToOne in interface AttributesManyToOnepublic int getManyToOneLength()
getManyToOneLength in interface Attributespublic void setManyToOne(ManyToOne[] values)
setManyToOne in interface Attributesvalues - allowed objects are
ManyToOne
public ManyToOne setManyToOne(int idx,
ManyToOne value)
setManyToOne in interface Attributesvalue - allowed object is
ManyToOnepublic OneToMany[] getOneToMany()
getOneToMany in interface AttributesOneToManypublic OneToMany getOneToMany(int idx)
getOneToMany in interface AttributesOneToManypublic int getOneToManyLength()
getOneToManyLength in interface Attributespublic void setOneToMany(OneToMany[] values)
setOneToMany in interface Attributesvalues - allowed objects are
OneToMany
public OneToMany setOneToMany(int idx,
OneToMany value)
setOneToMany in interface Attributesvalue - allowed object is
OneToManypublic OneToOne[] getOneToOne()
getOneToOne in interface AttributesOneToOnepublic OneToOne getOneToOne(int idx)
getOneToOne in interface AttributesOneToOnepublic int getOneToOneLength()
getOneToOneLength in interface Attributespublic void setOneToOne(OneToOne[] values)
setOneToOne in interface Attributesvalues - allowed objects are
OneToOne
public OneToOne setOneToOne(int idx,
OneToOne value)
setOneToOne in interface Attributesvalue - allowed object is
OneToOnepublic ManyToMany[] getManyToMany()
getManyToMany in interface AttributesManyToManypublic ManyToMany getManyToMany(int idx)
getManyToMany in interface AttributesManyToManypublic int getManyToManyLength()
getManyToManyLength in interface Attributespublic void setManyToMany(ManyToMany[] values)
setManyToMany in interface Attributesvalues - allowed objects are
ManyToMany
public ManyToMany setManyToMany(int idx,
ManyToMany value)
setManyToMany in interface Attributesvalue - allowed object is
ManyToManypublic Embedded[] getEmbedded()
getEmbedded in interface AttributesEmbeddedpublic Embedded getEmbedded(int idx)
getEmbedded in interface AttributesEmbeddedpublic int getEmbeddedLength()
getEmbeddedLength in interface Attributespublic void setEmbedded(Embedded[] values)
setEmbedded in interface Attributesvalues - allowed objects are
Embedded
public Embedded setEmbedded(int idx,
Embedded value)
setEmbedded in interface Attributesvalue - allowed object is
Embeddedpublic Transient[] getTransient()
getTransient in interface AttributesTransientpublic Transient getTransient(int idx)
getTransient in interface AttributesTransientpublic int getTransientLength()
getTransientLength in interface Attributespublic void setTransient(Transient[] values)
setTransient in interface Attributesvalues - allowed objects are
Transient
public Transient setTransient(int idx,
Transient value)
setTransient in interface Attributesvalue - allowed object is
Transientprotected void copyId(Id[] source)
Id.
source - The source to copy from.
NullPointerException - if source is null.protected void copyBasic(Basic[] source)
Basic.
source - The source to copy from.
NullPointerException - if source is null.protected void copyVersion(Version[] source)
Version.
source - The source to copy from.
NullPointerException - if source is null.protected void copyManyToOne(ManyToOne[] source)
ManyToOne.
source - The source to copy from.
NullPointerException - if source is null.protected void copyOneToMany(OneToMany[] source)
OneToMany.
source - The source to copy from.
NullPointerException - if source is null.protected void copyOneToOne(OneToOne[] source)
OneToOne.
source - The source to copy from.
NullPointerException - if source is null.protected void copyManyToMany(ManyToMany[] source)
ManyToMany.
source - The source to copy from.
NullPointerException - if source is null.protected void copyEmbedded(Embedded[] source)
Embedded.
source - The source to copy from.
NullPointerException - if source is null.protected void copyTransient(Transient[] source)
Transient.
source - The source to copy from.
NullPointerException - if source 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 | |||||||||