|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.Staker.domain.StakingSheetUnit
public class StakingSheetUnit
A unit aggregate description on a staking sheet.
| Constructor Summary | |
|---|---|
StakingSheetUnit()
Create a new StakingSheetUnit. |
|
StakingSheetUnit(StakingSheetLocation parent,
StakedUnitAggregate aggie)
Create a new StakingSheetUnit from a StakedUnitAggregate. |
|
| Method Summary | |
|---|---|
java.util.Set |
getComments()
Comments about these units. |
Job |
getJob()
|
StakingSheetLocation |
getLocation()
Location the unit appears on. |
int |
getQuantity()
Quantity of unit. |
int |
getSnapshotHeight()
|
int |
getSnapshotIndex()
|
int |
getSnapshotWidth()
|
StakeStatus |
getStatus()
Status of unit. |
Unit |
getUnit()
Unit this is all about. |
void |
setComments(java.util.Set newComments)
Comments about these units. |
void |
setLocation(StakingSheetLocation newLocation)
Location the unit appears on. |
void |
setQuantity(int newQuantity)
Quantity of unit. |
void |
setStatus(StakeStatus newStatus)
Status of unit. |
void |
setUnit(Unit newUnit)
Unit this is all about. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StakingSheetUnit()
public StakingSheetUnit(StakingSheetLocation parent,
StakedUnitAggregate aggie)
| Method Detail |
|---|
public java.util.Set getComments()
public void setComments(java.util.Set newComments)
public StakingSheetLocation getLocation()
public void setLocation(StakingSheetLocation newLocation)
public int getQuantity()
public void setQuantity(int newQuantity)
public StakeStatus getStatus()
public void setStatus(StakeStatus newStatus)
public Unit getUnit()
public void setUnit(Unit newUnit)
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 | ||||||||