org.hibernate.test.annotations.embedded
Class Swap
java.lang.Object
org.hibernate.test.annotations.embedded.Swap
@Embeddable
public class Swap
- extends Object
Interest Rate Swap with Tenor. Used here to compose
a swap spread deal.
Constructor Summary |
Swap()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Swap
public Swap()
getTenor
public int getTenor()
setTenor
public void setTenor(int tenor)
getFixedLeg
public FixedLeg getFixedLeg()
setFixedLeg
public void setFixedLeg(FixedLeg fixedLeg)
getFloatLeg
public FloatLeg getFloatLeg()
setFloatLeg
public void setFloatLeg(FloatLeg floatLeg)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.