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

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

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

Data model of a staking sheet.

See Also:
Serialized Form

Constructor Summary
StakingSheet()
          Create a new StakingSheet.
 
Method Summary
 Job getJob()
          Job reported.
 java.util.ArrayList getLeftoverLocations()
          Leftover (not in a snapshot) locations.
 java.util.ArrayList getSnapshots()
          Staking sheet snapshots.
 void setJob(Job newJob)
          Job reported.
 void setLeftoverLocations(java.util.ArrayList newLocs)
           
 void setSnapshots(java.util.ArrayList newSnapshots)
          Staking sheet snapshots.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StakingSheet

public StakingSheet()
Create a new StakingSheet.

Method Detail

getJob

public Job getJob()
Job reported.


setJob

public void setJob(Job newJob)
Job reported.


getSnapshots

public java.util.ArrayList getSnapshots()
Staking sheet snapshots.


setSnapshots

public void setSnapshots(java.util.ArrayList newSnapshots)
Staking sheet snapshots.


getLeftoverLocations

public java.util.ArrayList getLeftoverLocations()
Leftover (not in a snapshot) locations.


setLeftoverLocations

public void setLeftoverLocations(java.util.ArrayList newLocs)