net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm
Class Inheritance

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.Inheritance
All Implemented Interfaces:
Serializable, Cloneable

public class Inheritance
extends Object
implements Serializable, Cloneable

See Also:
Serialized Form

Field Summary
protected  InheritanceType strategy
           
 
Constructor Summary
Inheritance()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.Inheritance instance.
Inheritance(Inheritance o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.Inheritance instance by copying a given instance.
 
Method Summary
 Inheritance clone()
          Creates and returns a copy of this object.
 InheritanceType getStrategy()
          Gets the value of the strategy property.
 void setStrategy(InheritanceType value)
          Sets the value of the strategy property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strategy

protected InheritanceType strategy
Constructor Detail

Inheritance

public Inheritance()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.Inheritance instance.


Inheritance

public Inheritance(Inheritance o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.Inheritance instance by copying a given instance.

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

getStrategy

public InheritanceType getStrategy()
Gets the value of the strategy property.

Returns:
possible object is InheritanceType

setStrategy

public void setStrategy(InheritanceType value)
Sets the value of the strategy property.

Parameters:
value - allowed object is InheritanceType

clone

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