net.sourceforge.fixagora.tradecapture.shared.persistence
Class AssignedTradeCaptureTarget

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

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

The Class AssignedTradeCaptureTarget.

See Also:
Serialized Form

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

AssignedTradeCaptureTarget

public AssignedTradeCaptureTarget()
Method Detail

getId

public long getId()
Gets the id.

Returns:
the id

getLastTradeId

public long getLastTradeId()
Gets the last trade id.

Returns:
the last trade id

setLastTradeId

public void setLastTradeId(long lastTradeId)
Sets the last trade id.

Parameters:
lastTradeId - the new last trade id

getTradeCapture

public TradeCapture getTradeCapture()
Gets the trade capture.

Returns:
the trade capture

setTradeCapture

public void setTradeCapture(TradeCapture tradeCapture)
Sets the trade capture.

Parameters:
tradeCapture - the new trade capture

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

getAbstractBusinessComponent

public AbstractBusinessComponent getAbstractBusinessComponent()
Gets the abstract business component.

Returns:
the abstract business component

setAbstractBusinessComponent

public void setAbstractBusinessComponent(AbstractBusinessComponent abstractBusinessComponent)
Sets the abstract business component.

Parameters:
abstractBusinessComponent - the new abstract business component

makeEager

public void makeEager()
Make eager.


compareTo

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

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