|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.sellside.shared.persistence.AssignedSellSideBookSecurity
@Entity public class AssignedSellSideBookSecurity
The Class AssignedSellSideBookSecurity.
Constructor Summary | |
---|---|
AssignedSellSideBookSecurity()
|
Method Summary | |
---|---|
int |
compareTo(AssignedSellSideBookSecurity assignedInitiatorSecurity)
|
boolean |
equals(java.lang.Object obj)
|
BankCalendar |
getBankCalendar()
Gets the bank calendar. |
SellSideBook.CalcMethod |
getCalcMethod()
Gets the calc method. |
java.lang.Integer |
getDaycountConvention()
Gets the daycount convention. |
java.lang.Boolean |
getFractionalDisplay()
Gets the fractional display. |
long |
getId()
Gets the id. |
FSecurity |
getSecurity()
Gets the security. |
SellSideBook |
getSellSideBook()
Gets the sell side book. |
java.util.Set<SellSideQuotePage> |
getSellSideQuotePages()
Gets the sell side quote pages. |
java.lang.Integer |
getValuta()
Gets the valuta. |
int |
hashCode()
|
void |
makeEager()
Make eager. |
void |
setBankCalendar(BankCalendar bankCalendar)
Sets the bank calendar. |
void |
setCalcMethod(SellSideBook.CalcMethod calcMethod)
Sets the calc method. |
void |
setDaycountConvention(java.lang.Integer daycountConvention)
Sets the daycount convention. |
void |
setFractionalDisplay(java.lang.Boolean fractionalDisplay)
Sets the fractional display. |
void |
setId(long id)
Sets the id. |
void |
setSecurity(FSecurity security)
Sets the security. |
void |
setSellSideBook(SellSideBook sellSideBook)
Sets the sell side book. |
void |
setSellSideQuotePages(java.util.Set<SellSideQuotePage> sellSideQuotePages)
Sets the sell side quote pages. |
void |
setValuta(java.lang.Integer valuta)
Sets the valuta. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AssignedSellSideBookSecurity()
Method Detail |
---|
public java.lang.Boolean getFractionalDisplay()
public void setFractionalDisplay(java.lang.Boolean fractionalDisplay)
fractionalDisplay
- the new fractional displaypublic SellSideBook.CalcMethod getCalcMethod()
public void setCalcMethod(SellSideBook.CalcMethod calcMethod)
calcMethod
- the new calc methodpublic long getId()
public BankCalendar getBankCalendar()
public void setBankCalendar(BankCalendar bankCalendar)
bankCalendar
- the new bank calendarpublic java.lang.Integer getValuta()
public void setValuta(java.lang.Integer valuta)
valuta
- the new valutapublic SellSideBook getSellSideBook()
public void setSellSideBook(SellSideBook sellSideBook)
sellSideBook
- the new sell side bookpublic java.lang.Integer getDaycountConvention()
public void setDaycountConvention(java.lang.Integer daycountConvention)
daycountConvention
- the new daycount conventionpublic void setId(long id)
id
- the new idpublic FSecurity getSecurity()
public void setSecurity(FSecurity security)
security
- the new securitypublic java.util.Set<SellSideQuotePage> getSellSideQuotePages()
public void setSellSideQuotePages(java.util.Set<SellSideQuotePage> sellSideQuotePages)
sellSideQuotePages
- the new sell side quote pagespublic void makeEager()
public int compareTo(AssignedSellSideBookSecurity assignedInitiatorSecurity)
compareTo
in interface java.lang.Comparable<AssignedSellSideBookSecurity>
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |