org.hibernate.jpamodelgen.xml.jaxb
Class Inheritance

java.lang.Object
  extended by org.hibernate.jpamodelgen.xml.jaxb.Inheritance

public class Inheritance
extends Object


Field Summary
protected  InheritanceType strategy
           
 
Constructor Summary
Inheritance()
           
 
Method Summary
 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

strategy

protected InheritanceType strategy
Constructor Detail

Inheritance

public Inheritance()
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


Copyright © 2009-2010. All Rights Reserved.