org.hibernate.test.annotations.embedded
Class FixedLeg
java.lang.Object
org.hibernate.test.annotations.embedded.Leg
org.hibernate.test.annotations.embedded.FixedLeg
@Embeddable
public class FixedLeg
- extends Leg
Represents fixed part of Interest Rate Swap cash flows.
Nested classes/interfaces inherited from class org.hibernate.test.annotations.embedded.Leg |
Leg.Frequency |
FixedLeg
public FixedLeg()
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.