net.sourceforge.fixagora.basis.shared.model.persistence
Class AssignedInitiatorSecurity

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

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

The Class AssignedInitiatorSecurity.

See Also:
Serialized Form

Constructor Summary
AssignedInitiatorSecurity()
           
 
Method Summary
 int compareTo(AssignedInitiatorSecurity assignedInitiatorSecurity)
           
 Counterparty getCounterparty()
          Gets the counterparty.
 AbstractInitiator getFixInitiator()
          Gets the fix initiator.
 long getId()
          Gets the id.
 FSecurity getSecurity()
          Gets the security.
 void makeEager()
          Make eager.
 void setCounterparty(Counterparty counterparty)
          Sets the counterparty.
 void setFixInitiator(AbstractInitiator fixInitiator)
          Sets the fix initiator.
 void setId(long id)
          Sets the id.
 void setSecurity(FSecurity security)
          Sets the security.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignedInitiatorSecurity

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

getFixInitiator

public AbstractInitiator getFixInitiator()
Gets the fix initiator.

Returns:
the fix initiator

setFixInitiator

public void setFixInitiator(AbstractInitiator fixInitiator)
Sets the fix initiator.

Parameters:
fixInitiator - the new fix initiator

getSecurity

public FSecurity getSecurity()
Gets the security.

Returns:
the security

setSecurity

public void setSecurity(FSecurity security)
Sets the security.

Parameters:
security - the new security

getCounterparty

public Counterparty getCounterparty()
Gets the counterparty.

Returns:
the counterparty

setCounterparty

public void setCounterparty(Counterparty counterparty)
Sets the counterparty.

Parameters:
counterparty - the new counterparty

makeEager

public void makeEager()
Make eager.


compareTo

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