net.sourceforge.fixagora.buyside.shared.persistence
Class AssignedBuySideBookSecurity

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

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

The Class AssignedBuySideBookSecurity.

See Also:
Serialized Form

Constructor Summary
AssignedBuySideBookSecurity()
           
 
Method Summary
 int compareTo(AssignedBuySideBookSecurity assignedInitiatorSecurity)
           
 boolean equals(java.lang.Object obj)
           
 BankCalendar getBankCalendar()
          Gets the bank calendar.
 BuySideBook getBuySideBook()
          Gets the buy side book.
 java.util.Set<BuySideQuotePage> getBuySideQuotePages()
          Gets the buy side quote pages.
 BuySideBook.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.
 java.lang.Integer getValuta()
          Gets the valuta.
 int hashCode()
           
 void makeEager()
          Make eager.
 void setBankCalendar(BankCalendar bankCalendar)
          Sets the bank calendar.
 void setBuySideBook(BuySideBook buySideBook)
          Sets the buy side book.
 void setBuySideQuotePages(java.util.Set<BuySideQuotePage> buySideQuotePages)
          Sets the buy side quote pages.
 void setCalcMethod(BuySideBook.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 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

AssignedBuySideBookSecurity

public AssignedBuySideBookSecurity()
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 BuySideBook.CalcMethod getCalcMethod()
Gets the calc method.

Returns:
the calc method

setCalcMethod

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

Parameters:
calcMethod - the new calc method

getId

public long getId()
Gets the id.

Returns:
the id

getBuySideBook

public BuySideBook getBuySideBook()
Gets the buy side book.

Returns:
the buy side book

setBuySideBook

public void setBuySideBook(BuySideBook buySideBook)
Sets the buy side book.

Parameters:
buySideBook - the new buy 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

getBuySideQuotePages

public java.util.Set<BuySideQuotePage> getBuySideQuotePages()
Gets the buy side quote pages.

Returns:
the buy side quote pages

setBuySideQuotePages

public void setBuySideQuotePages(java.util.Set<BuySideQuotePage> buySideQuotePages)
Sets the buy side quote pages.

Parameters:
buySideQuotePages - the new buy side quote pages

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

makeEager

public void makeEager()
Make eager.


compareTo

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

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