|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.agora.simulator.model.SecurityUnderlying
public class SecurityUnderlying
The Class SecurityUnderlying.
Constructor Summary | |
---|---|
SecurityUnderlying()
|
Method Summary | |
---|---|
java.lang.Double |
getAllocationPercent()
Gets the allocation percent. |
java.lang.Double |
getCashAmount()
Gets the cash amount. |
java.lang.String |
getCashType()
Gets the cash type. |
java.lang.Double |
getEndPrice()
Gets the end price. |
java.lang.Double |
getEndValue()
Gets the end value. |
SecurityDetails |
getSecurity()
Gets the security. |
java.lang.Integer |
getSettlementType()
Gets the settlement type. |
java.lang.Double |
getStartValue()
Gets the start value. |
Security |
getUnderlyingSecurity()
Gets the underlying security. |
void |
setAllocationPercent(java.lang.Double allocationPercent)
Sets the allocation percent. |
void |
setCashAmount(java.lang.Double cashAmount)
Sets the cash amount. |
void |
setCashType(java.lang.String cashType)
Sets the cash type. |
void |
setEndPrice(java.lang.Double endPrice)
Sets the end price. |
void |
setEndValue(java.lang.Double endValue)
Sets the end value. |
void |
setSecurity(SecurityDetails security)
Sets the security. |
void |
setSettlementType(java.lang.Integer settlementType)
Sets the settlement type. |
void |
setStartValue(java.lang.Double startValue)
Sets the start value. |
void |
setUnderlyingSecurity(Security underlyingSecurity)
Sets the underlying security. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SecurityUnderlying()
Method Detail |
---|
public SecurityDetails getSecurity()
public void setSecurity(SecurityDetails security)
security
- the new securitypublic Security getUnderlyingSecurity()
public void setUnderlyingSecurity(Security underlyingSecurity)
underlyingSecurity
- the new underlying securitypublic java.lang.Double getEndPrice()
public void setEndPrice(java.lang.Double endPrice)
endPrice
- the new end pricepublic java.lang.Double getStartValue()
public void setStartValue(java.lang.Double startValue)
startValue
- the new start valuepublic java.lang.Double getEndValue()
public void setEndValue(java.lang.Double endValue)
endValue
- the new end valuepublic java.lang.Double getAllocationPercent()
public void setAllocationPercent(java.lang.Double allocationPercent)
allocationPercent
- the new allocation percentpublic java.lang.Integer getSettlementType()
public void setSettlementType(java.lang.Integer settlementType)
settlementType
- the new settlement typepublic java.lang.Double getCashAmount()
public void setCashAmount(java.lang.Double cashAmount)
cashAmount
- the new cash amountpublic java.lang.String getCashType()
public void setCashType(java.lang.String cashType)
cashType
- the new cash type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |