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

java.lang.Object
  extended by net.sourceforge.fixagora.sellside.shared.persistence.SellSideBookMDInput
All Implemented Interfaces:
java.io.Serializable

@Entity
public class SellSideBookMDInput
extends java.lang.Object
implements java.io.Serializable

The Class SellSideBookMDInput.

See Also:
Serialized Form

Constructor Summary
SellSideBookMDInput()
           
 
Method Summary
 AbstractBusinessComponent getBusinessComponent()
          Gets the business component.
 long getId()
          Gets the id.
 SellSideBook getSellSideBook()
          Gets the sell side book.
 void makeEager()
          Make eager.
 void setBusinessComponent(AbstractBusinessComponent businessComponent)
          Sets the business component.
 void setId(long id)
          Sets the id.
 void setSellSideBook(SellSideBook sellSideBook)
          Sets the sell side book.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SellSideBookMDInput

public SellSideBookMDInput()
Method Detail

getId

public long getId()
Gets the id.

Returns:
the id

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

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

getBusinessComponent

public AbstractBusinessComponent getBusinessComponent()
Gets the business component.

Returns:
the business component

setBusinessComponent

public void setBusinessComponent(AbstractBusinessComponent businessComponent)
Sets the business component.

Parameters:
businessComponent - the new business component

makeEager

public void makeEager()
Make eager.