|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Staker.domain.StakingSheetPage
public class StakingSheetPage
A page in a staking sheet.
| Constructor Summary | |
|---|---|
StakingSheetPage()
Create a new StakingSheetPage. |
|
| Method Summary | |
|---|---|
Job |
getJob()
|
java.util.ArrayList |
getSections()
StakingSheetPageSections (for columns, or what-have-you) on this page. |
StakingSheetSnapshot |
getSnapshot()
Snapshot this page applies to. |
int |
getSnapshotHeight()
|
int |
getSnapshotIndex()
|
int |
getSnapshotWidth()
|
void |
setSections(java.util.ArrayList newSections)
StakingSheetPageSections (for columns, or what-have-you) on this page. |
void |
setSnapshot(StakingSheetSnapshot newSnapshot)
Snapshot this page applies to. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StakingSheetPage()
| Method Detail |
|---|
public java.util.ArrayList getSections()
public void setSections(java.util.ArrayList newSections)
public StakingSheetSnapshot getSnapshot()
public void setSnapshot(StakingSheetSnapshot newSnapshot)
public Job getJob()
public int getSnapshotWidth()
public int getSnapshotHeight()
public int getSnapshotIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||