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

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

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

A page in a staking sheet.

See Also:
Serialized Form

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

StakingSheetPage

public StakingSheetPage()
Create a new StakingSheetPage.

Method Detail

getSections

public java.util.ArrayList getSections()
StakingSheetPageSections (for columns, or what-have-you) on this page.


setSections

public void setSections(java.util.ArrayList newSections)
StakingSheetPageSections (for columns, or what-have-you) on this page.


getSnapshot

public StakingSheetSnapshot getSnapshot()
Snapshot this page applies to.


setSnapshot

public void setSnapshot(StakingSheetSnapshot newSnapshot)
Snapshot this page applies to.


getJob

public Job getJob()

getSnapshotWidth

public int getSnapshotWidth()

getSnapshotHeight

public int getSnapshotHeight()

getSnapshotIndex

public int getSnapshotIndex()