net.sourceforge.fixagora.sap.shared.persistence
Class SAPTradeCapture

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.sap.shared.persistence.SAPTradeCapture
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.lang.Object>, PersistenceInterface

@Entity
public class SAPTradeCapture
extends AbstractBusinessComponent

The Class SAPTradeCapture.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
dataDictionary
 
Constructor Summary
SAPTradeCapture()
           
 
Method Summary
 java.lang.String getBusinessObjectName()
          Gets the business object name.
 java.lang.String getComponentClass()
          Gets the component class.
 java.lang.String getDescription()
          Gets the description.
 java.lang.String getIcon()
          Gets the icon.
 java.lang.String getLargeIcon()
          Gets the large icon.
 java.lang.String getSapClient()
          Gets the sap client.
 java.lang.String getSapCompanyCode()
          Gets the sap company code.
 java.lang.String getSapGeneralValuationClass()
          Gets the sap general valuation class.
 java.lang.String getSapPassword()
          Gets the sap password.
 java.lang.String getSapSecuritiesAccount()
          Gets the sap securities account.
 java.lang.String getSapServerName()
          Gets the sap server name.
 java.lang.String getSapSystemNumber()
          Gets the sap system number.
 java.lang.String getSapTransactionTypeBuy()
          Gets the sap transaction type buy.
 java.lang.String getSapTransactionTypeSell()
          Gets the sap transaction type sell.
 java.lang.String getSapUserName()
          Gets the sap user name.
 java.lang.String getSecurityIDSource()
          Gets the security id source.
 boolean isSetExchange()
          Checks if is sets the exchange.
 boolean isSetTrader()
          Checks if is sets the trader.
 void makeEager()
          Make eager.
 void setDescription(java.lang.String description)
          Sets the description.
 void setSapClient(java.lang.String sapClient)
          Sets the sap client.
 void setSapCompanyCode(java.lang.String sapCompanyCode)
          Sets the sap company code.
 void setSapGeneralValuationClass(java.lang.String sapGeneralValuationClass)
          Sets the sap general valuation class.
 void setSapPassword(java.lang.String sapPassword)
          Sets the sap password.
 void setSapSecuritiesAccount(java.lang.String sapSecuritiesAccount)
          Sets the sap securities account.
 void setSapServerName(java.lang.String sapServerName)
          Sets the sap server name.
 void setSapSystemNumber(java.lang.String sapSystemNumber)
          Sets the sap system number.
 void setSapTransactionTypeBuy(java.lang.String sapTransactionTypeBuy)
          Sets the sap transaction type buy.
 void setSapTransactionTypeSell(java.lang.String sapTransactionTypeSell)
          Sets the sap transaction type sell.
 void setSapUserName(java.lang.String sapUserName)
          Sets the sap user name.
 void setSecurityIDSource(java.lang.String securityIDSource)
          Sets the security id source.
 void setSetExchange(boolean setExchange)
          Sets the sets the exchange.
 void setSetTrader(boolean setTrader)
          Sets the sets the trader.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
getDataDictionary, getInputComponents, getOutputComponents, getStartLevel, isStartable, setDataDictionary, setTransientValues
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
compareTo, equals, getAdditionalTreeText, getAdditionalTreeTextColor, 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

SAPTradeCapture

public SAPTradeCapture()
Method Detail

getSapTransactionTypeBuy

public java.lang.String getSapTransactionTypeBuy()
Gets the sap transaction type buy.

Returns:
the sap transaction type buy

setSapTransactionTypeBuy

public void setSapTransactionTypeBuy(java.lang.String sapTransactionTypeBuy)
Sets the sap transaction type buy.

Parameters:
sapTransactionTypeBuy - the new sap transaction type buy

getSapTransactionTypeSell

public java.lang.String getSapTransactionTypeSell()
Gets the sap transaction type sell.

Returns:
the sap transaction type sell

setSapTransactionTypeSell

public void setSapTransactionTypeSell(java.lang.String sapTransactionTypeSell)
Sets the sap transaction type sell.

Parameters:
sapTransactionTypeSell - the new sap transaction type sell

getSapSecuritiesAccount

public java.lang.String getSapSecuritiesAccount()
Gets the sap securities account.

Returns:
the sap securities account

setSapSecuritiesAccount

public void setSapSecuritiesAccount(java.lang.String sapSecuritiesAccount)
Sets the sap securities account.

Parameters:
sapSecuritiesAccount - the new sap securities account

getSapGeneralValuationClass

public java.lang.String getSapGeneralValuationClass()
Gets the sap general valuation class.

Returns:
the sap general valuation class

setSapGeneralValuationClass

public void setSapGeneralValuationClass(java.lang.String sapGeneralValuationClass)
Sets the sap general valuation class.

Parameters:
sapGeneralValuationClass - the new sap general valuation class

isSetTrader

public boolean isSetTrader()
Checks if is sets the trader.

Returns:
true, if is sets the trader

setSetTrader

public void setSetTrader(boolean setTrader)
Sets the sets the trader.

Parameters:
setTrader - the new sets the trader

isSetExchange

public boolean isSetExchange()
Checks if is sets the exchange.

Returns:
true, if is sets the exchange

setSetExchange

public void setSetExchange(boolean setExchange)
Sets the sets the exchange.

Parameters:
setExchange - the new sets the exchange

getSapUserName

public java.lang.String getSapUserName()
Gets the sap user name.

Returns:
the sap user name

setSapUserName

public void setSapUserName(java.lang.String sapUserName)
Sets the sap user name.

Parameters:
sapUserName - the new sap user name

getSapPassword

public java.lang.String getSapPassword()
Gets the sap password.

Returns:
the sap password

setSapPassword

public void setSapPassword(java.lang.String sapPassword)
Sets the sap password.

Parameters:
sapPassword - the new sap password

getSapServerName

public java.lang.String getSapServerName()
Gets the sap server name.

Returns:
the sap server name

setSapServerName

public void setSapServerName(java.lang.String sapServerName)
Sets the sap server name.

Parameters:
sapServerName - the new sap server name

getSapClient

public java.lang.String getSapClient()
Gets the sap client.

Returns:
the sap client

setSapClient

public void setSapClient(java.lang.String sapClient)
Sets the sap client.

Parameters:
sapClient - the new sap client

getSapSystemNumber

public java.lang.String getSapSystemNumber()
Gets the sap system number.

Returns:
the sap system number

setSapSystemNumber

public void setSapSystemNumber(java.lang.String sapSystemNumber)
Sets the sap system number.

Parameters:
sapSystemNumber - the new sap system number

getSapCompanyCode

public java.lang.String getSapCompanyCode()
Gets the sap company code.

Returns:
the sap company code

setSapCompanyCode

public void setSapCompanyCode(java.lang.String sapCompanyCode)
Sets the sap company code.

Parameters:
sapCompanyCode - the new sap company code

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

getDescription

public java.lang.String getDescription()
Gets the description.

Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the description.

Parameters:
description - the new description

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

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

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

makeEager

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

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