net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl
Class AttributeOverrideImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.AttributeOverrideImpl
All Implemented Interfaces:
Serializable, Cloneable, AttributeOverride

public class AttributeOverrideImpl
extends Object
implements Serializable, Cloneable, AttributeOverride

See Also:
Serialized Form

Field Summary
protected  ColumnImpl column
           
protected  String name
           
 
Constructor Summary
AttributeOverrideImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.AttributeOverrideImpl instance.
AttributeOverrideImpl(AttributeOverrideImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl.AttributeOverrideImpl instance by copying a given instance.
 
Method Summary
 AttributeOverrideImpl 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 ColumnImpl column

name

protected String name
Constructor Detail

AttributeOverrideImpl

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


AttributeOverrideImpl

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

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

getColumn

public Column getColumn()
Description copied from interface: AttributeOverride
Gets the value of the column property.

Specified by:
getColumn in interface AttributeOverride
Returns:
possible object is Column

setColumn

public void setColumn(Column value)
Description copied from interface: AttributeOverride
Sets the value of the column property.

Specified by:
setColumn in interface AttributeOverride
Parameters:
value - allowed object is Column

getName

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

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

setName

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

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

clone

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