net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl
Class EmbeddableAttributesImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl
- All Implemented Interfaces:
- Serializable, Cloneable, EmbeddableAttributes
public class EmbeddableAttributesImpl
- extends Object
- implements Serializable, Cloneable, EmbeddableAttributes
- See Also:
- Serialized Form
|
Constructor Summary |
EmbeddableAttributesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl instance. |
EmbeddableAttributesImpl(EmbeddableAttributesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl instance by copying a given instance. |
basic
protected Basic[] basic
_transient
protected Transient[] _transient
EmbeddableAttributesImpl
public EmbeddableAttributesImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl instance.
EmbeddableAttributesImpl
public EmbeddableAttributesImpl(EmbeddableAttributesImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.persistence.orm.impl.EmbeddableAttributesImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getBasic
public Basic[] getBasic()
- Specified by:
getBasic in interface EmbeddableAttributes
- Returns:
- array of
Basic
getBasic
public Basic getBasic(int idx)
- Specified by:
getBasic in interface EmbeddableAttributes
- Returns:
- one of
Basic
getBasicLength
public int getBasicLength()
- Specified by:
getBasicLength in interface EmbeddableAttributes
setBasic
public void setBasic(Basic[] values)
- Specified by:
setBasic in interface EmbeddableAttributes
- Parameters:
values - allowed objects are
Basic
setBasic
public Basic setBasic(int idx,
Basic value)
- Specified by:
setBasic in interface EmbeddableAttributes
value - allowed object is
Basic
getTransient
public Transient[] getTransient()
- Specified by:
getTransient in interface EmbeddableAttributes
- Returns:
- array of
Transient
getTransient
public Transient getTransient(int idx)
- Specified by:
getTransient in interface EmbeddableAttributes
- Returns:
- one of
Transient
getTransientLength
public int getTransientLength()
- Specified by:
getTransientLength in interface EmbeddableAttributes
setTransient
public void setTransient(Transient[] values)
- Specified by:
setTransient in interface EmbeddableAttributes
- Parameters:
values - allowed objects are
Transient
setTransient
public Transient setTransient(int idx,
Transient value)
- Specified by:
setTransient in interface EmbeddableAttributes
value - allowed object is
Transient
clone
public EmbeddableAttributesImpl clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class Object
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.