org.hibernate.test.annotations.embedded
Class FixedLeg

java.lang.Object
  extended by org.hibernate.test.annotations.embedded.Leg
      extended by org.hibernate.test.annotations.embedded.FixedLeg

@Embeddable
public class FixedLeg
extends Leg

Represents fixed part of Interest Rate Swap cash flows.


Nested Class Summary
 
Nested classes/interfaces inherited from class org.hibernate.test.annotations.embedded.Leg
Leg.Frequency
 
Constructor Summary
FixedLeg()
           
 
Method Summary
 double getRate()
           
 void setRate(double rate)
           
 String toString()
           
 
Methods inherited from class org.hibernate.test.annotations.embedded.Leg
getPaymentFrequency, setPaymentFrequency
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FixedLeg

public FixedLeg()
Method Detail

getRate

public double getRate()

setRate

public void setRate(double rate)

toString

public String toString()
Overrides:
toString in class Object


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