com.partnersoft.v3x.apps.Staker.domain
Class StakingSheetReportModule

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.domain.StakingSheetReportModule
All Implemented Interfaces:
java.io.Serializable

public class StakingSheetReportModule
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
StakingSheetReportModule()
          Create a new StakingSheetReportModule.
 
Method Summary
 int getHeight()
          Height of snapshot (in pixels).
 java.lang.String getName()
          Name of module - appears in picklist in staker.
 TextReportEngine getReport()
          Report engine used to generate HTML for staking sheet.
 int getWidth()
          Width of snapshot.
 void setHeight(int newHeight)
          Height of snapshot (in pixels).
 void setName(java.lang.String newName)
          Name of module - appears in picklist in staker.
 void setReport(TextReportEngine newReport)
          Report engine used to generate HTML for staking sheet.
 void setWidth(int newWidth)
          Width of snapshot.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StakingSheetReportModule

public StakingSheetReportModule()
Create a new StakingSheetReportModule.

Method Detail

getHeight

public int getHeight()
Height of snapshot (in pixels).


setHeight

public void setHeight(int newHeight)
Height of snapshot (in pixels).


getName

public java.lang.String getName()
Name of module - appears in picklist in staker.


setName

public void setName(java.lang.String newName)
Name of module - appears in picklist in staker.


getReport

public TextReportEngine getReport()
Report engine used to generate HTML for staking sheet.


setReport

public void setReport(TextReportEngine newReport)
Report engine used to generate HTML for staking sheet.


getWidth

public int getWidth()
Width of snapshot.


setWidth

public void setWidth(int newWidth)
Width of snapshot.