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

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

@Entity
public class SpreadSheet
extends AbstractBusinessComponent

The Class SpreadSheet.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
dataDictionary
 
Constructor Summary
SpreadSheet()
           
 
Method Summary
 java.lang.String getBusinessObjectName()
          Gets the business object name.
 java.lang.String getComponentClass()
          Gets the component class.
 java.lang.String getIcon()
          Gets the icon.
 java.util.List<AbstractBusinessComponent> getInputComponents()
          Gets the input components.
 java.lang.String getLargeIcon()
          Gets the large icon.
 java.util.List<AbstractBusinessComponent> getOutputComponents()
          Gets the output components.
 java.util.List<SpreadSheetMDInput> getSpreadSheetMDInputs()
          Gets the spread sheet md inputs.
 java.util.List<SpreadSheetMDOutput> getSpreadSheetMDOutputs()
          Gets the spread sheet md outputs.
 java.lang.String getWorkbook()
          Gets the workbook.
 void makeEager()
          Make eager.
 void setSpreadSheetMDInputs(java.util.List<SpreadSheetMDInput> spreadSheetMDInputs)
          Sets the spread sheet md inputs.
 void setSpreadSheetMDOutputs(java.util.List<SpreadSheetMDOutput> spreadSheetMDOutputs)
          Sets the spread sheet md outputs.
 void setWorkbook(java.lang.String workbook)
          Sets the workbook.
 
Methods inherited from class net.sourceforge.fixagora.basis.shared.model.persistence.AbstractBusinessComponent
getDataDictionary, 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

SpreadSheet

public SpreadSheet()
Method Detail

getSpreadSheetMDInputs

public java.util.List<SpreadSheetMDInput> getSpreadSheetMDInputs()
Gets the spread sheet md inputs.

Returns:
the spread sheet md inputs

setSpreadSheetMDInputs

public void setSpreadSheetMDInputs(java.util.List<SpreadSheetMDInput> spreadSheetMDInputs)
Sets the spread sheet md inputs.

Parameters:
spreadSheetMDInputs - the new spread sheet md inputs

getSpreadSheetMDOutputs

public java.util.List<SpreadSheetMDOutput> getSpreadSheetMDOutputs()
Gets the spread sheet md outputs.

Returns:
the spread sheet md outputs

setSpreadSheetMDOutputs

public void setSpreadSheetMDOutputs(java.util.List<SpreadSheetMDOutput> spreadSheetMDOutputs)
Sets the spread sheet md outputs.

Parameters:
spreadSheetMDOutputs - the new spread sheet md outputs

getWorkbook

public java.lang.String getWorkbook()
Gets the workbook.

Returns:
the workbook

setWorkbook

public void setWorkbook(java.lang.String workbook)
Sets the workbook.

Parameters:
workbook - the new workbook

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

makeEager

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

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

getInputComponents

public java.util.List<AbstractBusinessComponent> getInputComponents()
Description copied from class: AbstractBusinessComponent
Gets the input components.

Overrides:
getInputComponents in class AbstractBusinessComponent
Returns:
the input components

getOutputComponents

public java.util.List<AbstractBusinessComponent> getOutputComponents()
Description copied from class: AbstractBusinessComponent
Gets the output components.

Overrides:
getOutputComponents in class AbstractBusinessComponent
Returns:
the output components

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