net.sourceforge.fixagora.excel.shared.persistence
Class ExcelTradeCapture

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

@Entity
public class ExcelTradeCapture
extends AbstractBusinessComponent

The Class ExcelTradeCapture.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
dataDictionary
 
Constructor Summary
ExcelTradeCapture()
           
 
Method Summary
 java.util.List<AssignedUserSettings> getAssignedUserSettings()
          Gets the assigned user settings.
 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 getSecurityIDSource()
          Gets the security id source.
 void makeEager()
          Make eager.
 void setAssignedUserSettings(java.util.List<AssignedUserSettings> assignedUserSettings)
          Sets the assigned user settings.
 void setDescription(java.lang.String description)
          Sets the description.
 void setSecurityIDSource(java.lang.String securityIDSource)
          Sets the security id source.
 
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

ExcelTradeCapture

public ExcelTradeCapture()
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

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

setAssignedUserSettings

public void setAssignedUserSettings(java.util.List<AssignedUserSettings> assignedUserSettings)
Sets the assigned user settings.

Parameters:
assignedUserSettings - the new assigned user settings

getAssignedUserSettings

public java.util.List<AssignedUserSettings> getAssignedUserSettings()
Gets the assigned user settings.

Returns:
the assigned user settings

makeEager

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

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