net.sourceforge.fixagora.sellside.shared.persistence
Class AssignedSellSideBookSecurity

java.lang.Object
  extended by net.sourceforge.fixagora.sellside.shared.persistence.AssignedSellSideBookSecurity
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<AssignedSellSideBookSecurity>

@Entity
public class AssignedSellSideBookSecurity
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable<AssignedSellSideBookSecurity>

The Class AssignedSellSideBookSecurity.

See Also:
Serialized Form

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

AssignedSellSideBookSecurity

public AssignedSellSideBookSecurity()
Method Detail

getFractionalDisplay

public java.lang.Boolean getFractionalDisplay()
Gets the fractional display.

Returns:
the fractional display

setFractionalDisplay

public void setFractionalDisplay(java.lang.Boolean fractionalDisplay)
Sets the fractional display.

Parameters:
fractionalDisplay - the new fractional display

getCalcMethod

public SellSideBook.CalcMethod getCalcMethod()
Gets the calc method.

Returns:
the calc method

setCalcMethod

public void setCalcMethod(SellSideBook.CalcMethod calcMethod)
Sets the calc method.

Parameters:
calcMethod - the new calc method

getId

public long getId()
Gets the id.

Returns:
the id

getBankCalendar

public BankCalendar getBankCalendar()
Gets the bank calendar.

Returns:
the bank calendar

setBankCalendar

public void setBankCalendar(BankCalendar bankCalendar)
Sets the bank calendar.

Parameters:
bankCalendar - the new bank calendar

getValuta

public java.lang.Integer getValuta()
Gets the valuta.

Returns:
the valuta

setValuta

public void setValuta(java.lang.Integer valuta)
Sets the valuta.

Parameters:
valuta - the new valuta

getSellSideBook

public SellSideBook getSellSideBook()
Gets the sell side book.

Returns:
the sell side book

setSellSideBook

public void setSellSideBook(SellSideBook sellSideBook)
Sets the sell side book.

Parameters:
sellSideBook - the new sell side book

getDaycountConvention

public java.lang.Integer getDaycountConvention()
Gets the daycount convention.

Returns:
the daycount convention

setDaycountConvention

public void setDaycountConvention(java.lang.Integer daycountConvention)
Sets the daycount convention.

Parameters:
daycountConvention - the new daycount convention

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

getSecurity

public FSecurity getSecurity()
Gets the security.

Returns:
the security

setSecurity

public void setSecurity(FSecurity security)
Sets the security.

Parameters:
security - the new security

getSellSideQuotePages

public java.util.Set<SellSideQuotePage> getSellSideQuotePages()
Gets the sell side quote pages.

Returns:
the sell side quote pages

setSellSideQuotePages

public void setSellSideQuotePages(java.util.Set<SellSideQuotePage> sellSideQuotePages)
Sets the sell side quote pages.

Parameters:
sellSideQuotePages - the new sell side quote pages

makeEager

public void makeEager()
Make eager.


compareTo

public int compareTo(AssignedSellSideBookSecurity assignedInitiatorSecurity)
Specified by:
compareTo in interface java.lang.Comparable<AssignedSellSideBookSecurity>

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object