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

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
      extended by net.sourceforge.fixagora.excel.shared.persistence.ExcelTradeCaptureGroup
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<java.lang.Object>, BusinessObjectGroup, PersistenceInterface

@Entity
public class ExcelTradeCaptureGroup
extends AbstractBusinessObject
implements BusinessObjectGroup

The Class ExcelTradeCaptureGroup.

See Also:
Serialized Form

Constructor Summary
ExcelTradeCaptureGroup()
           
 
Method Summary
 java.lang.String getBusinessObjectName()
          Gets the business object name.
 java.lang.Class<? extends AbstractBusinessObject> getChildClass()
          Gets the child class.
 java.lang.String getDescription()
          Gets the description.
 double getPosition()
          Gets the position.
 boolean isSubfolderAllowed()
          Checks if is subfolder allowed.
 void setDescription(java.lang.String description)
          Sets the description.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessObject
compareTo, equals, getAdditionalTreeText, getAdditionalTreeTextColor, getExecuteRoles, getIcon, getId, getLargeIcon, getModificationDate, getModificationUser, getName, getParent, getReadRoles, getWriteRoles, hashCode, isAffectedBy, isEditable, isMovable, makeEager, setExecuteRoles, setId, setModificationDate, setModificationUser, setName, setParent, setReadRoles, setTransientValues, setWriteRoles, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface net.sourceforge.fixagora.basis.shared.model.persistence.BusinessObjectGroup
getName, setName
 

Constructor Detail

ExcelTradeCaptureGroup

public ExcelTradeCaptureGroup()
Method Detail

getDescription

public java.lang.String getDescription()
Description copied from interface: BusinessObjectGroup
Gets the description.

Specified by:
getDescription in interface BusinessObjectGroup
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Description copied from interface: BusinessObjectGroup
Sets the description.

Specified by:
setDescription in interface BusinessObjectGroup
Parameters:
description - the new description

getPosition

public double getPosition()
Description copied from class: AbstractBusinessObject
Gets the position.

Overrides:
getPosition in class AbstractBusinessObject
Returns:
the position

getChildClass

public java.lang.Class<? extends AbstractBusinessObject> getChildClass()
Description copied from interface: BusinessObjectGroup
Gets the child class.

Specified by:
getChildClass in interface BusinessObjectGroup
Returns:
the child class

isSubfolderAllowed

public boolean isSubfolderAllowed()
Description copied from interface: BusinessObjectGroup
Checks if is subfolder allowed.

Specified by:
isSubfolderAllowed in interface BusinessObjectGroup
Returns:
true, if is subfolder allowed

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