org.hibernate.test.annotations.embedded
Class VanillaSwap
java.lang.Object
org.hibernate.test.annotations.embedded.VanillaSwap
@Entity
public class VanillaSwap
- extends Object
Represents an Interest Rate Swap.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VanillaSwap
public VanillaSwap()
getFixedLeg
public FixedLeg getFixedLeg()
setFixedLeg
public void setFixedLeg(FixedLeg fixedLeg)
getFloatLeg
public FloatLeg getFloatLeg()
setFloatLeg
public void setFloatLeg(FloatLeg floatLeg)
getCurrency
public VanillaSwap.Currency getCurrency()
setCurrency
public void setCurrency(VanillaSwap.Currency currency)
getInstrumentId
public String getInstrumentId()
setInstrumentId
public void setInstrumentId(String instrumentId)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.