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

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
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.lang.Object>, PersistenceInterface
Direct Known Subclasses:
FIXAcceptor

@Entity
public abstract class AbstractAcceptor
extends AbstractBusinessComponent

The Class AbstractAcceptor.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
dataDictionary
 
Constructor Summary
AbstractAcceptor()
           
 
Method Summary
 java.awt.Color getAdditionalTreeTextColor()
          Gets the additional tree text color.
 boolean getConnectAtStartup()
          Gets the connect at startup.
 java.lang.String getDataDictionary()
          Gets the data dictionary.
 java.lang.String getIcon()
          Gets the icon.
 java.lang.String getLargeIcon()
          Gets the large icon.
 java.lang.String getMarketName()
          Gets the market name.
 java.lang.String getSecurityIDSource()
          Gets the security id source.
 boolean isStartable()
          Checks if is startable.
 void makeEager()
          Make eager.
 void setConnectAtStartup(java.lang.Boolean connectAtStartup)
          Sets the connect at startup.
 void setDataDictionary(java.lang.String dataDictionary)
          Sets the data dictionary.
 void setMarketName(java.lang.String marketName)
          Sets the market name.
 void setSecurityIDSource(java.lang.String securityIDSource)
          Sets the security id source.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
getComponentClass, getInputComponents, getOutputComponents, getStartLevel, setTransientValues
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
compareTo, equals, getAdditionalTreeText, getBusinessObjectName, 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

AbstractAcceptor

public AbstractAcceptor()
Method Detail

getSecurityIDSource

public java.lang.String getSecurityIDSource()
Gets the security id source.

Returns:
the security id source

setSecurityIDSource

public void setSecurityIDSource(java.lang.String securityIDSource)
Sets the security id source.

Parameters:
securityIDSource - the new security id source

getMarketName

public java.lang.String getMarketName()
Gets the market name.

Returns:
the market name

setMarketName

public void setMarketName(java.lang.String marketName)
Sets the market name.

Parameters:
marketName - the new market name

getConnectAtStartup

public boolean getConnectAtStartup()
Gets the connect at startup.

Returns:
the connect at startup

setConnectAtStartup

public void setConnectAtStartup(java.lang.Boolean connectAtStartup)
Sets the connect at startup.

Parameters:
connectAtStartup - the new connect at startup

getDataDictionary

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

Overrides:
getDataDictionary in class AbstractBusinessComponent
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 AbstractBusinessComponent
Parameters:
dataDictionary - the new data dictionary

getAdditionalTreeTextColor

public java.awt.Color getAdditionalTreeTextColor()
Description copied from class: AbstractBusinessObject
Gets the additional tree text color.

Overrides:
getAdditionalTreeTextColor in class AbstractBusinessObject
Returns:
the additional tree text color

getIcon

public java.lang.String getIcon()
Description copied from class: AbstractBusinessObject
Gets the icon.

Overrides:
getIcon in class AbstractBusinessObject
Returns:
the icon

getLargeIcon

public java.lang.String getLargeIcon()
Description copied from class: AbstractBusinessObject
Gets the large icon.

Overrides:
getLargeIcon in class AbstractBusinessObject
Returns:
the large icon

isStartable

public boolean isStartable()
Description copied from class: AbstractBusinessComponent
Checks if is startable.

Overrides:
isStartable in class AbstractBusinessComponent
Returns:
true, if is startable

makeEager

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

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