org.hibernate.test.annotations.inheritance.joined
Class PropertyAsset

java.lang.Object
  extended by org.hibernate.test.annotations.inheritance.joined.Asset
      extended by org.hibernate.test.annotations.inheritance.joined.PropertyAsset

@Entity
public class PropertyAsset
extends Asset


Constructor Summary
PropertyAsset()
           
 
Method Summary
 double getPrice()
           
 void setPrice(double price)
           
 
Methods inherited from class org.hibernate.test.annotations.inheritance.joined.Asset
getId, getParent, setId, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyAsset

public PropertyAsset()
Method Detail

getPrice

public double getPrice()

setPrice

public void setPrice(double price)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.