|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
net.sourceforge.fixagora.basis.shared.model.persistence.AbstractInitiator
@Entity public abstract class AbstractInitiator
The Class AbstractInitiator.
Field Summary |
---|
Fields inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent |
---|
dataDictionary |
Constructor Summary | |
---|---|
AbstractInitiator()
|
Method Summary | |
---|---|
java.lang.String |
getAdditionalTreeText()
Gets the additional tree text. |
java.awt.Color |
getAdditionalTreeTextColor()
Gets the additional tree text color. |
java.lang.String |
getBusinessObjectName()
Gets the business object name. |
boolean |
getConnectAtStartup()
Gets the connect at startup. |
Counterparty |
getCounterparty()
Gets the counterparty. |
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. |
AbstractInitiator |
getRoute()
Gets the route. |
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 |
setCounterparty(Counterparty counterparty)
Sets the counterparty. |
void |
setDataDictionary(java.lang.String dataDictionary)
Sets the data dictionary. |
void |
setMarketName(java.lang.String marketName)
Sets the market name. |
void |
setRoute(AbstractInitiator route)
Sets the route. |
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, 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 |
---|
public AbstractInitiator()
Method Detail |
---|
public Counterparty getCounterparty()
public void setCounterparty(Counterparty counterparty)
counterparty
- the new counterpartypublic java.lang.String getSecurityIDSource()
public void setSecurityIDSource(java.lang.String securityIDSource)
securityIDSource
- the new security id sourcepublic AbstractInitiator getRoute()
public void setRoute(AbstractInitiator route)
route
- the new routepublic java.lang.String getMarketName()
public void setMarketName(java.lang.String marketName)
marketName
- the new market namepublic boolean getConnectAtStartup()
public void setConnectAtStartup(java.lang.Boolean connectAtStartup)
connectAtStartup
- the new connect at startuppublic java.lang.String getDataDictionary()
AbstractBusinessComponent
getDataDictionary
in class AbstractBusinessComponent
public void setDataDictionary(java.lang.String dataDictionary)
AbstractBusinessComponent
setDataDictionary
in class AbstractBusinessComponent
dataDictionary
- the new data dictionarypublic java.lang.String getBusinessObjectName()
AbstractBusinessObject
getBusinessObjectName
in class AbstractBusinessObject
public java.awt.Color getAdditionalTreeTextColor()
AbstractBusinessObject
getAdditionalTreeTextColor
in class AbstractBusinessObject
public java.lang.String getAdditionalTreeText()
AbstractBusinessObject
getAdditionalTreeText
in class AbstractBusinessObject
public java.lang.String getIcon()
AbstractBusinessObject
getIcon
in class AbstractBusinessObject
public java.lang.String getLargeIcon()
AbstractBusinessObject
getLargeIcon
in class AbstractBusinessObject
public void makeEager()
PersistenceInterface
makeEager
in interface PersistenceInterface
makeEager
in class AbstractBusinessObject
public boolean isStartable()
AbstractBusinessComponent
isStartable
in class AbstractBusinessComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |