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

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

public class InheritanceImpl
extends Object
implements Serializable, Cloneable, Inheritance

See Also:
Serialized Form

Field Summary
protected  InheritanceType strategy
           
 
Constructor Summary
InheritanceImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.InheritanceImpl instance.
InheritanceImpl(InheritanceImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl.InheritanceImpl instance by copying a given instance.
 
Method Summary
 InheritanceImpl 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

InheritanceImpl

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


InheritanceImpl

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

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

getStrategy

public InheritanceType getStrategy()
Description copied from interface: Inheritance
Gets the value of the strategy property.

Specified by:
getStrategy in interface Inheritance
Returns:
possible object is InheritanceType

setStrategy

public void setStrategy(InheritanceType value)
Description copied from interface: Inheritance
Sets the value of the strategy property.

Specified by:
setStrategy in interface Inheritance
Parameters:
value - allowed object is InheritanceType

clone

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