|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.tradecapture.shared.persistence.AssignedTradeCaptureSource
@Entity public class AssignedTradeCaptureSource
The Class AssignedTradeCaptureSource.
Constructor Summary | |
---|---|
AssignedTradeCaptureSource()
|
Method Summary | |
---|---|
int |
compareTo(AssignedTradeCaptureSource o)
|
AbstractBusinessComponent |
getBusinessComponent()
Gets the business component. |
long |
getId()
Gets the id. |
TradeCapture |
getTradeCapture()
Gets the trade capture. |
void |
makeEager()
Make eager. |
void |
setBusinessComponent(AbstractBusinessComponent businessComponent)
Sets the business component. |
void |
setId(long id)
Sets the id. |
void |
setTradeCapture(TradeCapture tradeCapture)
Sets the trade capture. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AssignedTradeCaptureSource()
Method Detail |
---|
public long getId()
public void setId(long id)
id
- the new idpublic TradeCapture getTradeCapture()
public void setTradeCapture(TradeCapture tradeCapture)
tradeCapture
- the new trade capturepublic AbstractBusinessComponent getBusinessComponent()
public void setBusinessComponent(AbstractBusinessComponent businessComponent)
businessComponent
- the new business componentpublic void makeEager()
public int compareTo(AssignedTradeCaptureSource o)
compareTo
in interface java.lang.Comparable<AssignedTradeCaptureSource>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |