net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm
Class Embedded

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Embedded
All Implemented Interfaces:
Serializable, Cloneable

public class Embedded
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
protected  AttributeOverride[] attributeOverride
           
protected  String name
           
 
Constructor Summary
Embedded()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Embedded instance.
Embedded(Embedded o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Embedded instance by copying a given instance.
 
Method Summary
 Embedded clone()
          Creates and returns a copy of this object.
 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

Embedded

public Embedded()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Embedded instance.


Embedded

public Embedded(Embedded o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.Embedded instance by copying a given instance.

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

getAttributeOverride

public AttributeOverride[] getAttributeOverride()
Returns:
array of AttributeOverride

getAttributeOverride

public AttributeOverride getAttributeOverride(int idx)
Returns:
one of AttributeOverride

getAttributeOverrideLength

public int getAttributeOverrideLength()

setAttributeOverride

public void setAttributeOverride(AttributeOverride[] values)
Parameters:
values - allowed objects are AttributeOverride

setAttributeOverride

public AttributeOverride setAttributeOverride(int idx,
                                              AttributeOverride value)
Parameters:
value - allowed object is AttributeOverride

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

clone

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