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

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

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

The Class AssignedTradeCaptureSource.

See Also:
Serialized Form

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

AssignedTradeCaptureSource

public AssignedTradeCaptureSource()
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

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

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.


compareTo

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