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