net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl
Class EmbeddedImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.EmbeddedImpl
All Implemented Interfaces:
Serializable, Cloneable, Embedded

public class EmbeddedImpl
extends Object
implements Serializable, Cloneable, Embedded

See Also:
Serialized Form

Field Summary
protected  AttributeOverride[] attributeOverride
           
protected  String name
           
 
Constructor Summary
EmbeddedImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.EmbeddedImpl instance.
EmbeddedImpl(EmbeddedImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.EmbeddedImpl instance by copying a given instance.
 
Method Summary
 EmbeddedImpl clone()
          Creates and returns a copy of this object.
 void copyAttributeOverride(AttributeOverride[] source)
          Copies all values of property AttributeOverride.
 AttributeOverride[] getAttributeOverride()
           
 AttributeOverride getAttributeOverride(int idx)
           
 int getAttributeOverrideLength()
           
 String getName()
          Gets the value of the name property.
 void setAttributeOverride(AttributeOverride[] values)
           
 AttributeOverride setAttributeOverride(int idx, AttributeOverride value)
           
 void setName(String value)
          Sets the value of the name property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributeOverride

protected AttributeOverride[] attributeOverride

name

protected String name
Constructor Detail

EmbeddedImpl

public EmbeddedImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.EmbeddedImpl instance.


EmbeddedImpl

public EmbeddedImpl(EmbeddedImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.EmbeddedImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getAttributeOverride

public AttributeOverride[] getAttributeOverride()
Specified by:
getAttributeOverride in interface Embedded
Returns:
array of AttributeOverride

getAttributeOverride

public AttributeOverride getAttributeOverride(int idx)
Specified by:
getAttributeOverride in interface Embedded
Returns:
one of AttributeOverride

getAttributeOverrideLength

public int getAttributeOverrideLength()
Specified by:
getAttributeOverrideLength in interface Embedded

setAttributeOverride

public void setAttributeOverride(AttributeOverride[] values)
Specified by:
setAttributeOverride in interface Embedded
Parameters:
values - allowed objects are AttributeOverride

setAttributeOverride

public AttributeOverride setAttributeOverride(int idx,
                                              AttributeOverride value)
Specified by:
setAttributeOverride in interface Embedded
value - allowed object is AttributeOverride

getName

public String getName()
Description copied from interface: Embedded
Gets the value of the name property.

Specified by:
getName in interface Embedded
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: Embedded
Sets the value of the name property.

Specified by:
setName in interface Embedded
Parameters:
value - allowed object is String

copyAttributeOverride

public void copyAttributeOverride(AttributeOverride[] source)
Copies all values of property AttributeOverride.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public EmbeddedImpl 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.