net.sourceforge.fixagora.sellside.shared.persistence
Class AssignedSellSideTradeCaptureTarget

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

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

The Class AssignedSellSideTradeCaptureTarget.

See Also:
Serialized Form

Constructor Summary
AssignedSellSideTradeCaptureTarget()
           
 
Method Summary
 int compareTo(AssignedSellSideTradeCaptureTarget assignedAcceptorSecurity)
           
 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.
 SellSideBook getSellSideBook()
          Gets the sell side book.
 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 setSellSideBook(SellSideBook sellSideBook)
          Sets the sell side book.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignedSellSideTradeCaptureTarget

public AssignedSellSideTradeCaptureTarget()
Method Detail

getId

public long getId()
Gets the id.

Returns:
the id

getSellSideBook

public SellSideBook getSellSideBook()
Gets the sell side book.

Returns:
the sell side book

setSellSideBook

public void setSellSideBook(SellSideBook sellSideBook)
Sets the sell side book.

Parameters:
sellSideBook - the new sell side book

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new 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

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(AssignedSellSideTradeCaptureTarget assignedAcceptorSecurity)
Specified by:
compareTo in interface java.lang.Comparable<AssignedSellSideTradeCaptureTarget>

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