|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Staker.domain.ReportOptions
public class ReportOptions
Contains the selected report (staking sheet) options used when snapshotting in the FieldDesigner. Also contains the coordinates of any snapshots taken.
| Constructor Summary | |
|---|---|
ReportOptions()
Create a new ReportOptions. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
|
java.lang.String |
getFormatName()
Name of report format used. |
java.util.ArrayList |
getSnapshots()
Last set of snapshots taken. |
void |
setFormatName(java.lang.String newFormatName)
Name of report format used. |
void |
setSnapshots(java.util.ArrayList newSnapshots)
Last set of snapshots taken. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReportOptions()
| Method Detail |
|---|
public java.lang.String getFormatName()
public void setFormatName(java.lang.String newFormatName)
public java.util.ArrayList getSnapshots()
public void setSnapshots(java.util.ArrayList newSnapshots)
public java.lang.Object clone()
clone in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||