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

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

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

A staking location placed in a StakingSheetPageSection

See Also:
Serialized Form

Constructor Summary
StakingSheetLocation()
          Create a new StakingSheetLocation.
StakingSheetLocation(StakingSheetPageSection sect, Location loc)
          Create a new StakingSheetLocation based on the given location.
 
Method Summary
 int getCommentCount()
           
 Job getJob()
           
 Location getLocation()
          Location object this thing refers to.
 StakingSheetPageSection getSection()
          Section this location appears in.
 int getSnapshotHeight()
           
 int getSnapshotIndex()
           
 int getSnapshotWidth()
           
 int getUnitCount()
           
 java.util.HashSet getUnits()
          StakingSheetUnits for this location.
 void setLocation(Location newLoc)
           
 void setSection(StakingSheetPageSection newSection)
          Section this location appears in.
 void setUnits(java.util.HashSet newUnits)
          StakingSheetUnits for this location.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StakingSheetLocation

public StakingSheetLocation()
Create a new StakingSheetLocation.


StakingSheetLocation

public StakingSheetLocation(StakingSheetPageSection sect,
                            Location loc)
Create a new StakingSheetLocation based on the given location.

Method Detail

getUnitCount

public int getUnitCount()

getCommentCount

public int getCommentCount()

toString

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

getSection

public StakingSheetPageSection getSection()
Section this location appears in.


setSection

public void setSection(StakingSheetPageSection newSection)
Section this location appears in.


getUnits

public java.util.HashSet getUnits()
StakingSheetUnits for this location.


setUnits

public void setUnits(java.util.HashSet newUnits)
StakingSheetUnits for this location.


getLocation

public Location getLocation()
Location object this thing refers to.


setLocation

public void setLocation(Location newLoc)

getJob

public Job getJob()

getSnapshotWidth

public int getSnapshotWidth()

getSnapshotHeight

public int getSnapshotHeight()

getSnapshotIndex

public int getSnapshotIndex()