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

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

public class AttributeOverride
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
protected  Column column
           
protected  String name
           
 
Constructor Summary
AttributeOverride()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.AttributeOverride instance.
AttributeOverride(AttributeOverride o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.AttributeOverride instance by copying a given instance.
 
Method Summary
 AttributeOverride clone()
          Creates and returns a copy of this object.
 Column getColumn()
          Gets the value of the column property.
 String getName()
          Gets the value of the name property.
 void setColumn(Column value)
          Sets the value of the column property.
 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

column

protected Column column

name

protected String name
Constructor Detail

AttributeOverride

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


AttributeOverride

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

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

getColumn

public Column getColumn()
Gets the value of the column property.

Returns:
possible object is Column

setColumn

public void setColumn(Column value)
Sets the value of the column property.

Parameters:
value - allowed object is Column

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 AttributeOverride 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.