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

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

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

A section on a page in a staking sheet.

See Also:
Serialized Form

Constructor Summary
StakingSheetPageSection()
          Create a new StakingSheetPageSection.
 
Method Summary
 Job getJob()
           
 java.util.ArrayList getLocations()
          StakingSheetLocations appearing in this section.
 StakingSheetPage getPage()
          Page this section belongs on.
 int getSnapshotHeight()
           
 int getSnapshotIndex()
           
 int getSnapshotWidth()
           
 void setLocations(java.util.ArrayList newLocations)
          StakingSheetLocations appearing in this section.
 void setPage(StakingSheetPage newPage)
          Page this section belongs on.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StakingSheetPageSection

public StakingSheetPageSection()
Create a new StakingSheetPageSection.

Method Detail

getLocations

public java.util.ArrayList getLocations()
StakingSheetLocations appearing in this section.


setLocations

public void setLocations(java.util.ArrayList newLocations)
StakingSheetLocations appearing in this section.


getPage

public StakingSheetPage getPage()
Page this section belongs on.


setPage

public void setPage(StakingSheetPage newPage)
Page this section belongs on.


getJob

public Job getJob()

getSnapshotWidth

public int getSnapshotWidth()

getSnapshotHeight

public int getSnapshotHeight()

getSnapshotIndex

public int getSnapshotIndex()