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

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

@Entity
public class FinancialAsset
extends Asset


Constructor Summary
FinancialAsset()
           
 
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

FinancialAsset

public FinancialAsset()
Method Detail

getPrice

public double getPrice()

setPrice

public void setPrice(double price)


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