org.hibernate.test.annotations.embedded
Class NotonialDeal

java.lang.Object
  extended by org.hibernate.test.annotations.embedded.Deal
      extended by org.hibernate.test.annotations.embedded.NotonialDeal
Direct Known Subclasses:
SpreadDeal

@MappedSuperclass
public class NotonialDeal
extends Deal


Constructor Summary
NotonialDeal()
           
 
Method Summary
 double getNotional()
           
 void setNotional(double notional)
           
 
Methods inherited from class org.hibernate.test.annotations.embedded.Deal
getId, getSwap, setId, setSwap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotonialDeal

public NotonialDeal()
Method Detail

getNotional

public double getNotional()

setNotional

public void setNotional(double notional)


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