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

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.AbstractInitiator
              extended by net.sourceforge.fixagora.basis.shared.model.persistence.FIXInitiator
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.lang.Object>, PersistenceInterface

@Entity
public class FIXInitiator
extends AbstractInitiator

The Class FIXInitiator.

See Also:
Serialized Form

Nested Class Summary
static class FIXInitiator.MarketDataType
          The Enum MarketDataType.
 
Constructor Summary
FIXInitiator()
           
 
Method Summary
 java.util.List<AssignedInitiatorSecurity> getAssignedInitiatorSecurities()
          Gets the assigned initiator securities.
 java.lang.Boolean getAuctionClearingPrice()
          Gets the auction clearing price.
 java.lang.Boolean getBid()
          Gets the bid.
 java.lang.String getBusinessObjectName()
          Gets the business object name.
 java.lang.Boolean getCashRate()
          Gets the cash rate.
 java.lang.Boolean getClosingPrice()
          Gets the closing price.
 java.lang.String getComponentClass()
          Gets the component class.
 java.lang.Boolean getCompositeUnderlying()
          Gets the composite underlying.
 java.lang.Boolean getCumulativeValueAdjustmentForLong()
          Gets the cumulative value adjustment for long.
 java.lang.Boolean getCumulativeValueAdjustmentForShort()
          Gets the cumulative value adjustment for short.
 java.lang.Boolean getDailyValueAdjustmentForLong()
          Gets the daily value adjustment for long.
 java.lang.Boolean getDailyValueAdjustmentForShort()
          Gets the daily value adjustment for short.
 java.lang.String getDataDictionary()
          Gets the data dictionary.
 java.lang.Boolean getEarlyPrices()
          Gets the early prices.
 java.lang.Boolean getFixingPrice()
          Gets the fixing price.
 java.lang.Integer getHeartbeatInterval()
          Gets the heartbeat interval.
 java.lang.String getIcon()
          Gets the icon.
 java.lang.Boolean getIndexValue()
          Gets the index value.
 java.lang.String getLargeIcon()
          Gets the large icon.
 java.lang.Boolean getMarginRate()
          Gets the margin rate.
 FIXInitiator.MarketDataType getMarketDataType()
          Gets the market data type.
 java.lang.Boolean getMidPrice()
          Gets the mid price.
 java.lang.Boolean getOffer()
          Gets the offer.
 java.lang.Boolean getOpeningPrice()
          Gets the opening price.
 java.lang.Boolean getOpenInterest()
          Gets the open interest.
 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.Boolean getPriorSettlePrice()
          Gets the prior settle price.
 java.lang.Integer getReconnectInterval()
          Gets the reconnect interval.
 java.lang.Boolean getRecoveryRate()
          Gets the recovery rate.
 java.lang.Boolean getRecoveryRateForLong()
          Gets the recovery rate for long.
 java.lang.Boolean getRecoveryRateForShort()
          Gets the recovery rate for short.
 java.lang.Integer getRequestType()
          Gets the request type.
 java.lang.Boolean getSecurityListRequest()
          Gets the security list request.
 java.lang.String getSenderCompID()
          Gets the sender comp id.
 java.lang.Boolean getSessionHighBid()
          Gets the session high bid.
 java.lang.Boolean getSessionLowOffer()
          Gets the session low offer.
 java.lang.Boolean getSettleHighPrice()
          Gets the settle high price.
 java.lang.Boolean getSettleLowPrice()
          Gets the settle low price.
 java.lang.Boolean getSettlementPrice()
          Gets the settlement price.
 java.lang.Boolean getShutdownAfterSnapshot()
          Gets the shutdown after snapshot.
 java.lang.Boolean getSimulatedBuyPrice()
          Gets the simulated buy price.
 java.lang.Boolean getSimulatedSellPrice()
          Gets the simulated sell price.
 java.lang.String getSocketAdress()
          Gets the socket adress.
 java.lang.Integer getSocketPort()
          Gets the socket port.
 java.lang.Boolean getSwapValueFactor()
          Gets the swap value factor.
 java.lang.String getTargetCompID()
          Gets the target comp id.
 java.lang.Boolean getTrade()
          Gets the trade.
 java.lang.Boolean getTradeVolume()
          Gets the trade volume.
 java.lang.Boolean getTradingSessionHighPrice()
          Gets the trading session high price.
 java.lang.Boolean getTradingSessionLowPrice()
          Gets the trading session low price.
 java.lang.Boolean getTradingSessionVWAPPrice()
          Gets the trading session vwap price.
 void makeEager()
          Make eager.
 void setAssignedInitiatorSecurities(java.util.List<AssignedInitiatorSecurity> assignedInitiatorSecurities)
          Sets the assigned initiator securities.
 void setAuctionClearingPrice(java.lang.Boolean auctionClearingPrice)
          Sets the auction clearing price.
 void setBid(java.lang.Boolean bid)
          Sets the bid.
 void setCashRate(java.lang.Boolean cashRate)
          Sets the cash rate.
 void setClosingPrice(java.lang.Boolean closingPrice)
          Sets the closing price.
 void setCompositeUnderlying(java.lang.Boolean compositeUnderlying)
          Sets the composite underlying.
 void setCumulativeValueAdjustmentForLong(java.lang.Boolean cumulativeValueAdjustmentForLong)
          Sets the cumulative value adjustment for long.
 void setCumulativeValueAdjustmentForShort(java.lang.Boolean cumulativeValueAdjustmentForShort)
          Sets the cumulative value adjustment for short.
 void setDailyValueAdjustmentForLong(java.lang.Boolean dailyValueAdjustmentForLong)
          Sets the daily value adjustment for long.
 void setDailyValueAdjustmentForShort(java.lang.Boolean dailyValueAdjustmentForShort)
          Sets the daily value adjustment for short.
 void setDataDictionary(java.lang.String dataDictionary)
          Sets the data dictionary.
 void setEarlyPrices(java.lang.Boolean earlyPrices)
          Sets the early prices.
 void setFixingPrice(java.lang.Boolean fixingPrice)
          Sets the fixing price.
 void setHeartbeatInterval(java.lang.Integer heartbeatInterval)
          Sets the heartbeat interval.
 void setIndexValue(java.lang.Boolean indexValue)
          Sets the index value.
 void setMarginRate(java.lang.Boolean marginRate)
          Sets the margin rate.
 void setMarketDataType(FIXInitiator.MarketDataType marketDataType)
          Sets the market data type.
 void setMidPrice(java.lang.Boolean midPrice)
          Sets the mid price.
 void setOffer(java.lang.Boolean offer)
          Sets the offer.
 void setOpeningPrice(java.lang.Boolean openingPrice)
          Sets the opening price.
 void setOpenInterest(java.lang.Boolean openInterest)
          Sets the open interest.
 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 setPriorSettlePrice(java.lang.Boolean priorSettlePrice)
          Sets the prior settle price.
 void setReconnectInterval(java.lang.Integer reconnectInterval)
          Sets the reconnect interval.
 void setRecoveryRate(java.lang.Boolean recoveryRate)
          Sets the recovery rate.
 void setRecoveryRateForLong(java.lang.Boolean recoveryRateForLong)
          Sets the recovery rate for long.
 void setRecoveryRateForShort(java.lang.Boolean recoveryRateForShort)
          Sets the recovery rate for short.
 void setRequestType(java.lang.Integer requestType)
          Sets the request type.
 void setSecurityListRequest(java.lang.Boolean securityListRequest)
          Sets the security list request.
 void setSenderCompID(java.lang.String senderCompID)
          Sets the sender comp id.
 void setSessionHighBid(java.lang.Boolean sessionHighBid)
          Sets the session high bid.
 void setSessionLowOffer(java.lang.Boolean sessionLowOffer)
          Sets the session low offer.
 void setSettleHighPrice(java.lang.Boolean settleHighPrice)
          Sets the settle high price.
 void setSettleLowPrice(java.lang.Boolean settleLowPrice)
          Sets the settle low price.
 void setSettlementPrice(java.lang.Boolean settlementPrice)
          Sets the settlement price.
 void setShutdownAfterSnapshot(java.lang.Boolean shutdownAfterSnapshot)
          Sets the shutdown after snapshot.
 void setSimulatedBuyPrice(java.lang.Boolean simulatedBuyPrice)
          Sets the simulated buy price.
 void setSimulatedSellPrice(java.lang.Boolean simulatedSellPrice)
          Sets the simulated sell price.
 void setSocketAdress(java.lang.String socketAdress)
          Sets the socket adress.
 void setSocketPort(java.lang.Integer socketPort)
          Sets the socket port.
 void setSwapValueFactor(java.lang.Boolean swapValueFactor)
          Sets the swap value factor.
 void setTargetCompID(java.lang.String targetCompID)
          Sets the target comp id.
 void setTrade(java.lang.Boolean trade)
          Sets the trade.
 void setTradeVolume(java.lang.Boolean tradeVolume)
          Sets the trade volume.
 void setTradingSessionHighPrice(java.lang.Boolean tradingSessionHighPrice)
          Sets the trading session high price.
 void setTradingSessionLowPrice(java.lang.Boolean tradingSessionLowPrice)
          Sets the trading session low price.
 void setTradingSessionVWAPPrice(java.lang.Boolean tradingSessionVWAPPrice)
          Sets the trading session vwap price.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractInitiator
getAdditionalTreeText, getAdditionalTreeTextColor, getConnectAtStartup, getCounterparty, getMarketName, getRoute, getSecurityIDSource, isStartable, setConnectAtStartup, setCounterparty, setMarketName, setRoute, setSecurityIDSource
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
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

FIXInitiator

public FIXInitiator()
Method Detail

getSecurityListRequest

public java.lang.Boolean getSecurityListRequest()
Gets the security list request.

Returns:
the security list request

setSecurityListRequest

public void setSecurityListRequest(java.lang.Boolean securityListRequest)
Sets the security list request.

Parameters:
securityListRequest - the new security list request

getMarketDataType

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

Returns:
the market data type

setMarketDataType

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

Parameters:
marketDataType - the new market data type

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

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

getRequestType

public java.lang.Integer getRequestType()
Gets the request type.

Returns:
the request type

setRequestType

public void setRequestType(java.lang.Integer requestType)
Sets the request type.

Parameters:
requestType - the new request type

getShutdownAfterSnapshot

public java.lang.Boolean getShutdownAfterSnapshot()
Gets the shutdown after snapshot.

Returns:
the shutdown after snapshot

setShutdownAfterSnapshot

public void setShutdownAfterSnapshot(java.lang.Boolean shutdownAfterSnapshot)
Sets the shutdown after snapshot.

Parameters:
shutdownAfterSnapshot - the new shutdown after snapshot

getBid

public java.lang.Boolean getBid()
Gets the bid.

Returns:
the bid

setBid

public void setBid(java.lang.Boolean bid)
Sets the bid.

Parameters:
bid - the new bid

getOffer

public java.lang.Boolean getOffer()
Gets the offer.

Returns:
the offer

setOffer

public void setOffer(java.lang.Boolean offer)
Sets the offer.

Parameters:
offer - the new offer

getRecoveryRateForShort

public java.lang.Boolean getRecoveryRateForShort()
Gets the recovery rate for short.

Returns:
the recovery rate for short

setRecoveryRateForShort

public void setRecoveryRateForShort(java.lang.Boolean recoveryRateForShort)
Sets the recovery rate for short.

Parameters:
recoveryRateForShort - the new recovery rate for short

getRecoveryRateForLong

public java.lang.Boolean getRecoveryRateForLong()
Gets the recovery rate for long.

Returns:
the recovery rate for long

setRecoveryRateForLong

public void setRecoveryRateForLong(java.lang.Boolean recoveryRateForLong)
Sets the recovery rate for long.

Parameters:
recoveryRateForLong - the new recovery rate for long

getRecoveryRate

public java.lang.Boolean getRecoveryRate()
Gets the recovery rate.

Returns:
the recovery rate

setRecoveryRate

public void setRecoveryRate(java.lang.Boolean recoveryRate)
Sets the recovery rate.

Parameters:
recoveryRate - the new recovery rate

getCashRate

public java.lang.Boolean getCashRate()
Gets the cash rate.

Returns:
the cash rate

setCashRate

public void setCashRate(java.lang.Boolean cashRate)
Sets the cash rate.

Parameters:
cashRate - the new cash rate

getFixingPrice

public java.lang.Boolean getFixingPrice()
Gets the fixing price.

Returns:
the fixing price

setFixingPrice

public void setFixingPrice(java.lang.Boolean fixingPrice)
Sets the fixing price.

Parameters:
fixingPrice - the new fixing price

getCumulativeValueAdjustmentForShort

public java.lang.Boolean getCumulativeValueAdjustmentForShort()
Gets the cumulative value adjustment for short.

Returns:
the cumulative value adjustment for short

setCumulativeValueAdjustmentForShort

public void setCumulativeValueAdjustmentForShort(java.lang.Boolean cumulativeValueAdjustmentForShort)
Sets the cumulative value adjustment for short.

Parameters:
cumulativeValueAdjustmentForShort - the new cumulative value adjustment for short

getDailyValueAdjustmentForShort

public java.lang.Boolean getDailyValueAdjustmentForShort()
Gets the daily value adjustment for short.

Returns:
the daily value adjustment for short

setDailyValueAdjustmentForShort

public void setDailyValueAdjustmentForShort(java.lang.Boolean dailyValueAdjustmentForShort)
Sets the daily value adjustment for short.

Parameters:
dailyValueAdjustmentForShort - the new daily value adjustment for short

getCumulativeValueAdjustmentForLong

public java.lang.Boolean getCumulativeValueAdjustmentForLong()
Gets the cumulative value adjustment for long.

Returns:
the cumulative value adjustment for long

setCumulativeValueAdjustmentForLong

public void setCumulativeValueAdjustmentForLong(java.lang.Boolean cumulativeValueAdjustmentForLong)
Sets the cumulative value adjustment for long.

Parameters:
cumulativeValueAdjustmentForLong - the new cumulative value adjustment for long

getDailyValueAdjustmentForLong

public java.lang.Boolean getDailyValueAdjustmentForLong()
Gets the daily value adjustment for long.

Returns:
the daily value adjustment for long

setDailyValueAdjustmentForLong

public void setDailyValueAdjustmentForLong(java.lang.Boolean dailyValueAdjustmentForLong)
Sets the daily value adjustment for long.

Parameters:
dailyValueAdjustmentForLong - the new daily value adjustment for long

getSwapValueFactor

public java.lang.Boolean getSwapValueFactor()
Gets the swap value factor.

Returns:
the swap value factor

setSwapValueFactor

public void setSwapValueFactor(java.lang.Boolean swapValueFactor)
Sets the swap value factor.

Parameters:
swapValueFactor - the new swap value factor

getAuctionClearingPrice

public java.lang.Boolean getAuctionClearingPrice()
Gets the auction clearing price.

Returns:
the auction clearing price

setAuctionClearingPrice

public void setAuctionClearingPrice(java.lang.Boolean auctionClearingPrice)
Sets the auction clearing price.

Parameters:
auctionClearingPrice - the new auction clearing price

getEarlyPrices

public java.lang.Boolean getEarlyPrices()
Gets the early prices.

Returns:
the early prices

setEarlyPrices

public void setEarlyPrices(java.lang.Boolean earlyPrices)
Sets the early prices.

Parameters:
earlyPrices - the new early prices

getSessionLowOffer

public java.lang.Boolean getSessionLowOffer()
Gets the session low offer.

Returns:
the session low offer

setSessionLowOffer

public void setSessionLowOffer(java.lang.Boolean sessionLowOffer)
Sets the session low offer.

Parameters:
sessionLowOffer - the new session low offer

getSessionHighBid

public java.lang.Boolean getSessionHighBid()
Gets the session high bid.

Returns:
the session high bid

setSessionHighBid

public void setSessionHighBid(java.lang.Boolean sessionHighBid)
Sets the session high bid.

Parameters:
sessionHighBid - the new session high bid

getPriorSettlePrice

public java.lang.Boolean getPriorSettlePrice()
Gets the prior settle price.

Returns:
the prior settle price

setPriorSettlePrice

public void setPriorSettlePrice(java.lang.Boolean priorSettlePrice)
Sets the prior settle price.

Parameters:
priorSettlePrice - the new prior settle price

getSettleLowPrice

public java.lang.Boolean getSettleLowPrice()
Gets the settle low price.

Returns:
the settle low price

setSettleLowPrice

public void setSettleLowPrice(java.lang.Boolean settleLowPrice)
Sets the settle low price.

Parameters:
settleLowPrice - the new settle low price

getSettleHighPrice

public java.lang.Boolean getSettleHighPrice()
Gets the settle high price.

Returns:
the settle high price

setSettleHighPrice

public void setSettleHighPrice(java.lang.Boolean settleHighPrice)
Sets the settle high price.

Parameters:
settleHighPrice - the new settle high price

getMidPrice

public java.lang.Boolean getMidPrice()
Gets the mid price.

Returns:
the mid price

setMidPrice

public void setMidPrice(java.lang.Boolean midPrice)
Sets the mid price.

Parameters:
midPrice - the new mid price

getMarginRate

public java.lang.Boolean getMarginRate()
Gets the margin rate.

Returns:
the margin rate

setMarginRate

public void setMarginRate(java.lang.Boolean marginRate)
Sets the margin rate.

Parameters:
marginRate - the new margin rate

getSimulatedBuyPrice

public java.lang.Boolean getSimulatedBuyPrice()
Gets the simulated buy price.

Returns:
the simulated buy price

setSimulatedBuyPrice

public void setSimulatedBuyPrice(java.lang.Boolean simulatedBuyPrice)
Sets the simulated buy price.

Parameters:
simulatedBuyPrice - the new simulated buy price

getSimulatedSellPrice

public java.lang.Boolean getSimulatedSellPrice()
Gets the simulated sell price.

Returns:
the simulated sell price

setSimulatedSellPrice

public void setSimulatedSellPrice(java.lang.Boolean simulatedSellPrice)
Sets the simulated sell price.

Parameters:
simulatedSellPrice - the new simulated sell price

getCompositeUnderlying

public java.lang.Boolean getCompositeUnderlying()
Gets the composite underlying.

Returns:
the composite underlying

setCompositeUnderlying

public void setCompositeUnderlying(java.lang.Boolean compositeUnderlying)
Sets the composite underlying.

Parameters:
compositeUnderlying - the new composite underlying

getOpenInterest

public java.lang.Boolean getOpenInterest()
Gets the open interest.

Returns:
the open interest

setOpenInterest

public void setOpenInterest(java.lang.Boolean openInterest)
Sets the open interest.

Parameters:
openInterest - the new open interest

getTradeVolume

public java.lang.Boolean getTradeVolume()
Gets the trade volume.

Returns:
the trade volume

setTradeVolume

public void setTradeVolume(java.lang.Boolean tradeVolume)
Sets the trade volume.

Parameters:
tradeVolume - the new trade volume

getTradingSessionVWAPPrice

public java.lang.Boolean getTradingSessionVWAPPrice()
Gets the trading session vwap price.

Returns:
the trading session vwap price

setTradingSessionVWAPPrice

public void setTradingSessionVWAPPrice(java.lang.Boolean tradingSessionVWAPPrice)
Sets the trading session vwap price.

Parameters:
tradingSessionVWAPPrice - the new trading session vwap price

getTradingSessionLowPrice

public java.lang.Boolean getTradingSessionLowPrice()
Gets the trading session low price.

Returns:
the trading session low price

setTradingSessionLowPrice

public void setTradingSessionLowPrice(java.lang.Boolean tradingSessionLowPrice)
Sets the trading session low price.

Parameters:
tradingSessionLowPrice - the new trading session low price

getTradingSessionHighPrice

public java.lang.Boolean getTradingSessionHighPrice()
Gets the trading session high price.

Returns:
the trading session high price

setTradingSessionHighPrice

public void setTradingSessionHighPrice(java.lang.Boolean tradingSessionHighPrice)
Sets the trading session high price.

Parameters:
tradingSessionHighPrice - the new trading session high price

getSettlementPrice

public java.lang.Boolean getSettlementPrice()
Gets the settlement price.

Returns:
the settlement price

setSettlementPrice

public void setSettlementPrice(java.lang.Boolean settlementPrice)
Sets the settlement price.

Parameters:
settlementPrice - the new settlement price

getClosingPrice

public java.lang.Boolean getClosingPrice()
Gets the closing price.

Returns:
the closing price

setClosingPrice

public void setClosingPrice(java.lang.Boolean closingPrice)
Sets the closing price.

Parameters:
closingPrice - the new closing price

getOpeningPrice

public java.lang.Boolean getOpeningPrice()
Gets the opening price.

Returns:
the opening price

setOpeningPrice

public void setOpeningPrice(java.lang.Boolean openingPrice)
Sets the opening price.

Parameters:
openingPrice - the new opening price

getIndexValue

public java.lang.Boolean getIndexValue()
Gets the index value.

Returns:
the index value

setIndexValue

public void setIndexValue(java.lang.Boolean indexValue)
Sets the index value.

Parameters:
indexValue - the new index value

getTrade

public java.lang.Boolean getTrade()
Gets the trade.

Returns:
the trade

setTrade

public void setTrade(java.lang.Boolean trade)
Sets the trade.

Parameters:
trade - the new trade

getAssignedInitiatorSecurities

public java.util.List<AssignedInitiatorSecurity> getAssignedInitiatorSecurities()
Gets the assigned initiator securities.

Returns:
the assigned initiator securities

setAssignedInitiatorSecurities

public void setAssignedInitiatorSecurities(java.util.List<AssignedInitiatorSecurity> assignedInitiatorSecurities)
Sets the assigned initiator securities.

Parameters:
assignedInitiatorSecurities - the new assigned initiator securities

getDataDictionary

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

Overrides:
getDataDictionary in class AbstractInitiator
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 AbstractInitiator
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

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

getBusinessObjectName

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

Overrides:
getBusinessObjectName in class AbstractInitiator
Returns:
the business object name

getIcon

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

Overrides:
getIcon in class AbstractInitiator
Returns:
the icon

getLargeIcon

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

Overrides:
getLargeIcon in class AbstractInitiator
Returns:
the large icon

getHeartbeatInterval

public java.lang.Integer getHeartbeatInterval()
Gets the heartbeat interval.

Returns:
the heartbeat interval

setHeartbeatInterval

public void setHeartbeatInterval(java.lang.Integer heartbeatInterval)
Sets the heartbeat interval.

Parameters:
heartbeatInterval - the new heartbeat interval

getReconnectInterval

public java.lang.Integer getReconnectInterval()
Gets the reconnect interval.

Returns:
the reconnect interval

setReconnectInterval

public void setReconnectInterval(java.lang.Integer reconnectInterval)
Sets the reconnect interval.

Parameters:
reconnectInterval - the new reconnect interval

makeEager

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

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

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