|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.sellside.shared.persistence.SellSideBookMDInput
@Entity public class SellSideBookMDInput
The Class SellSideBookMDInput.
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 |
---|
public SellSideBookMDInput()
Method Detail |
---|
public long getId()
public void setId(long id)
id
- the new idpublic SellSideBook getSellSideBook()
public void setSellSideBook(SellSideBook sellSideBook)
sellSideBook
- the new sell side bookpublic AbstractBusinessComponent getBusinessComponent()
public void setBusinessComponent(AbstractBusinessComponent businessComponent)
businessComponent
- the new business componentpublic void makeEager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |