|
||||||||||
| 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.EmbeddableAttributesImpl
public class EmbeddableAttributesImpl
| Field Summary | |
|---|---|
protected Transient[] |
_transient
|
protected Basic[] |
basic
|
| Constructor Summary | |
|---|---|
EmbeddableAttributesImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl instance. |
|
EmbeddableAttributesImpl(EmbeddableAttributesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EmbeddableAttributesImpl |
clone()
Creates and returns a copy of this object. |
protected void |
copyBasic(Basic[] source)
Copies all values of property Basic. |
protected void |
copyTransient(Transient[] source)
Copies all values of property Transient. |
Basic[] |
getBasic()
|
Basic |
getBasic(int idx)
|
int |
getBasicLength()
|
Transient[] |
getTransient()
|
Transient |
getTransient(int idx)
|
int |
getTransientLength()
|
void |
setBasic(Basic[] values)
|
Basic |
setBasic(int idx,
Basic value)
|
Transient |
setTransient(int idx,
Transient value)
|
void |
setTransient(Transient[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Basic[] basic
protected Transient[] _transient
| Constructor Detail |
|---|
public EmbeddableAttributesImpl()
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl instance.
public EmbeddableAttributesImpl(EmbeddableAttributesImpl o)
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Basic[] getBasic()
getBasic in interface EmbeddableAttributesBasicpublic Basic getBasic(int idx)
getBasic in interface EmbeddableAttributesBasicpublic int getBasicLength()
getBasicLength in interface EmbeddableAttributespublic void setBasic(Basic[] values)
setBasic in interface EmbeddableAttributesvalues - allowed objects are
Basic
public Basic setBasic(int idx,
Basic value)
setBasic in interface EmbeddableAttributesvalue - allowed object is
Basicpublic Transient[] getTransient()
getTransient in interface EmbeddableAttributesTransientpublic Transient getTransient(int idx)
getTransient in interface EmbeddableAttributesTransientpublic int getTransientLength()
getTransientLength in interface EmbeddableAttributespublic void setTransient(Transient[] values)
setTransient in interface EmbeddableAttributesvalues - allowed objects are
Transient
public Transient setTransient(int idx,
Transient value)
setTransient in interface EmbeddableAttributesvalue - allowed object is
Transientprotected void copyBasic(Basic[] source)
Basic.
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 EmbeddableAttributesImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||