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

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
      extended by net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
          extended by net.sourceforge.fixagora.basis.shared.model.persistence.AbstractAcceptor
              extended by net.sourceforge.fixagora.basis.shared.model.persistence.FIXAcceptor
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.lang.Object>, PersistenceInterface

@Entity
public class FIXAcceptor
extends AbstractAcceptor

The Class FIXAcceptor.

See Also:
Serialized Form

Nested Class Summary
static class FIXAcceptor.MarketDataType
          The Enum MarketDataType.
 
Constructor Summary
FIXAcceptor()
           
 
Method Summary
 java.util.List<FIXAcceptorTarget> getAcceptorTargets()
          Gets the acceptor targets.
 java.lang.String getAdditionalTreeText()
          Gets the additional tree text.
 java.lang.String getBusinessObjectName()
          Gets the business object name.
 java.lang.String getComponentClass()
          Gets the component class.
 java.lang.String getDataDictionary()
          Gets the data dictionary.
 java.lang.Boolean getMarketDataRequest()
          Gets the market data request.
 FIXAcceptor.MarketDataType getMarketDataType()
          Gets the market data type.
 java.util.Set<java.lang.String> getOpenSessions()
          Gets the open sessions.
 java.lang.String getPartyID()
          Gets the party id.
 java.lang.String getPartyIDSource()
          Gets the party id source.
 java.lang.Integer getPartyRole()
          Gets the party role.
 java.lang.Boolean getPersistMessage()
          Gets the persist message.
 java.lang.String getSenderCompID()
          Gets the sender comp id.
 java.lang.String getSocketAdress()
          Gets the socket adress.
 java.lang.Integer getSocketPort()
          Gets the socket port.
 void makeEager()
          Make eager.
 void setAcceptorTargets(java.util.List<FIXAcceptorTarget> acceptorTargets)
          Sets the acceptor targets.
 void setDataDictionary(java.lang.String dataDictionary)
          Sets the data dictionary.
 void setMarketDataRequest(java.lang.Boolean marketDataRequest)
          Sets the market data request.
 void setMarketDataType(FIXAcceptor.MarketDataType marketDataType)
          Sets the market data type.
 void setPartyID(java.lang.String partyID)
          Sets the party id.
 void setPartyIDSource(java.lang.String partyIDSource)
          Sets the party id source.
 void setPartyRole(java.lang.Integer partyRole)
          Sets the party role.
 void setPersistMessage(java.lang.Boolean persistMessage)
          Sets the persist message.
 void setSenderCompID(java.lang.String senderCompID)
          Sets the sender comp id.
 void setSocketAdress(java.lang.String socketAdress)
          Sets the socket adress.
 void setSocketPort(java.lang.Integer socketPort)
          Sets the socket port.
 void setTransientValues(TransientValueSetter transientValueSetter)
          Sets the transient values.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractAcceptor
getAdditionalTreeTextColor, getConnectAtStartup, getIcon, getLargeIcon, getMarketName, getSecurityIDSource, isStartable, setConnectAtStartup, setMarketName, setSecurityIDSource
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
getInputComponents, getOutputComponents, getStartLevel
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
compareTo, equals, getExecuteRoles, getId, getModificationDate, getModificationUser, getName, getParent, getPosition, getReadRoles, getWriteRoles, hashCode, isAffectedBy, isEditable, isMovable, setExecuteRoles, setId, setModificationDate, setModificationUser, setName, setParent, setReadRoles, setWriteRoles, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FIXAcceptor

public FIXAcceptor()
Method Detail

getPersistMessage

public java.lang.Boolean getPersistMessage()
Gets the persist message.

Returns:
the persist message

setPersistMessage

public void setPersistMessage(java.lang.Boolean persistMessage)
Sets the persist message.

Parameters:
persistMessage - the new persist message

getComponentClass

public java.lang.String getComponentClass()
Description copied from class: AbstractBusinessComponent
Gets the component class.

Specified by:
getComponentClass in class AbstractBusinessComponent
Returns:
the component class

getPartyID

public java.lang.String getPartyID()
Gets the party id.

Returns:
the party id

setPartyID

public void setPartyID(java.lang.String partyID)
Sets the party id.

Parameters:
partyID - the new party id

getPartyRole

public java.lang.Integer getPartyRole()
Gets the party role.

Returns:
the party role

setPartyRole

public void setPartyRole(java.lang.Integer partyRole)
Sets the party role.

Parameters:
partyRole - the new party role

getPartyIDSource

public java.lang.String getPartyIDSource()
Gets the party id source.

Returns:
the party id source

setPartyIDSource

public void setPartyIDSource(java.lang.String partyIDSource)
Sets the party id source.

Parameters:
partyIDSource - the new party id source

getMarketDataType

public FIXAcceptor.MarketDataType getMarketDataType()
Gets the market data type.

Returns:
the market data type

setMarketDataType

public void setMarketDataType(FIXAcceptor.MarketDataType marketDataType)
Sets the market data type.

Parameters:
marketDataType - the new market data type

getMarketDataRequest

public java.lang.Boolean getMarketDataRequest()
Gets the market data request.

Returns:
the market data request

setMarketDataRequest

public void setMarketDataRequest(java.lang.Boolean marketDataRequest)
Sets the market data request.

Parameters:
marketDataRequest - the new market data request

getAcceptorTargets

public java.util.List<FIXAcceptorTarget> getAcceptorTargets()
Gets the acceptor targets.

Returns:
the acceptor targets

setAcceptorTargets

public void setAcceptorTargets(java.util.List<FIXAcceptorTarget> acceptorTargets)
Sets the acceptor targets.

Parameters:
acceptorTargets - the new acceptor targets

getDataDictionary

public java.lang.String getDataDictionary()
Description copied from class: AbstractBusinessComponent
Gets the data dictionary.

Overrides:
getDataDictionary in class AbstractAcceptor
Returns:
the data dictionary

setDataDictionary

public void setDataDictionary(java.lang.String dataDictionary)
Description copied from class: AbstractBusinessComponent
Sets the data dictionary.

Overrides:
setDataDictionary in class AbstractAcceptor
Parameters:
dataDictionary - the new data dictionary

getSocketAdress

public java.lang.String getSocketAdress()
Gets the socket adress.

Returns:
the socket adress

setSocketAdress

public void setSocketAdress(java.lang.String socketAdress)
Sets the socket adress.

Parameters:
socketAdress - the new socket adress

getSocketPort

public java.lang.Integer getSocketPort()
Gets the socket port.

Returns:
the socket port

setSocketPort

public void setSocketPort(java.lang.Integer socketPort)
Sets the socket port.

Parameters:
socketPort - the new socket port

getSenderCompID

public java.lang.String getSenderCompID()
Gets the sender comp id.

Returns:
the sender comp id

setSenderCompID

public void setSenderCompID(java.lang.String senderCompID)
Sets the sender comp id.

Parameters:
senderCompID - the new sender comp id

getBusinessObjectName

public java.lang.String getBusinessObjectName()
Description copied from class: AbstractBusinessObject
Gets the business object name.

Specified by:
getBusinessObjectName in class AbstractBusinessObject
Returns:
the business object name

makeEager

public void makeEager()
Description copied from interface: PersistenceInterface
Make eager.

Specified by:
makeEager in interface PersistenceInterface
Overrides:
makeEager in class AbstractAcceptor

setTransientValues

public void setTransientValues(TransientValueSetter transientValueSetter)
Description copied from interface: PersistenceInterface
Sets the transient values.

Specified by:
setTransientValues in interface PersistenceInterface
Overrides:
setTransientValues in class AbstractBusinessComponent
Parameters:
transientValueSetter - the new transient values

getOpenSessions

public java.util.Set<java.lang.String> getOpenSessions()
Gets the open sessions.

Returns:
the open sessions

getAdditionalTreeText

public java.lang.String getAdditionalTreeText()
Description copied from class: AbstractBusinessObject
Gets the additional tree text.

Overrides:
getAdditionalTreeText in class AbstractBusinessObject
Returns:
the additional tree text