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

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.persistence.FIXAcceptorTarget
All Implemented Interfaces:
java.io.Serializable

@Entity
public class FIXAcceptorTarget
extends java.lang.Object
implements java.io.Serializable

The Class FIXAcceptorTarget.

See Also:
Serialized Form

Constructor Summary
FIXAcceptorTarget()
           
 
Method Summary
 Counterparty getCounterparty()
          Gets the counterparty.
 AbstractAcceptor getFixAcceptor()
          Gets the fix acceptor.
 long getId()
          Gets the id.
 java.lang.String getTargetCompID()
          Gets the target comp id.
 void makeEager()
          Make eager.
 void setCounterparty(Counterparty counterparty)
          Sets the counterparty.
 void setFixAcceptor(AbstractAcceptor fixAcceptor)
          Sets the fix acceptor.
 void setId(long id)
          Sets the id.
 void setTargetCompID(java.lang.String targetCompID)
          Sets the target comp id.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FIXAcceptorTarget

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

getFixAcceptor

public AbstractAcceptor getFixAcceptor()
Gets the fix acceptor.

Returns:
the fix acceptor

setFixAcceptor

public void setFixAcceptor(AbstractAcceptor fixAcceptor)
Sets the fix acceptor.

Parameters:
fixAcceptor - the new fix acceptor

getTargetCompID

public java.lang.String getTargetCompID()
Gets the target comp id.

Returns:
the target comp id

setTargetCompID

public void setTargetCompID(java.lang.String targetCompID)
Sets the target comp id.

Parameters:
targetCompID - the new target comp id

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.