com.partnersoft.v3x.apps.Staker.interfaces
Class SummaryIteratorState

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

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

A little place to store the current state of iteration when doing some sort of summarizing jobs across units.

See Also:
Serialized Form

Constructor Summary
SummaryIteratorState()
           
 
Method Summary
 Job getJob()
           
 Location getLocation()
           
 StakedUnitAggregate getUnitAggregate()
           
 void setJob(Job newJob)
           
 void setLocation(Location newLocation)
           
 void setUnitAggregate(StakedUnitAggregate newAggie)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SummaryIteratorState

public SummaryIteratorState()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getJob

public Job getJob()

setJob

public void setJob(Job newJob)

getLocation

public Location getLocation()

setLocation

public void setLocation(Location newLocation)

getUnitAggregate

public StakedUnitAggregate getUnitAggregate()

setUnitAggregate

public void setUnitAggregate(StakedUnitAggregate newAggie)