|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Staker.domain.StakingSheetReportModule
public class StakingSheetReportModule
| 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 |
|---|
public StakingSheetReportModule()
| Method Detail |
|---|
public int getHeight()
public void setHeight(int newHeight)
public java.lang.String getName()
public void setName(java.lang.String newName)
public TextReportEngine getReport()
public void setReport(TextReportEngine newReport)
public int getWidth()
public void setWidth(int newWidth)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||