|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Staker.domain.StakingSheetLocation
public class StakingSheetLocation
A staking location placed in a StakingSheetPageSection
| 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 |
|---|
public StakingSheetLocation()
public StakingSheetLocation(StakingSheetPageSection sect,
Location loc)
| Method Detail |
|---|
public int getUnitCount()
public int getCommentCount()
public java.lang.String toString()
toString in class java.lang.Objectpublic StakingSheetPageSection getSection()
public void setSection(StakingSheetPageSection newSection)
public java.util.HashSet getUnits()
public void setUnits(java.util.HashSet newUnits)
public Location getLocation()
public void setLocation(Location newLoc)
public Job getJob()
public int getSnapshotWidth()
public int getSnapshotHeight()
public int getSnapshotIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||