public class StatusUtil.AmountBag
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
phaseAmount |
double |
phaseWaste |
java.lang.String |
refID
refID of the resourceLink to set
|
double |
totalAmount |
double |
totalWaste |
| Constructor and Description |
|---|
AmountBag(JDFResourceLink rl) |
AmountBag(StatusUtil.AmountBag bag)
copy ctor
|
AmountBag(java.lang.String _refID) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPhase(double amount,
double waste,
boolean bNewPhase) |
void |
reset() |
java.lang.String |
toString() |
public java.lang.String refID
public double totalAmount
public double phaseAmount
public double totalWaste
public double phaseWaste
public AmountBag(JDFResourceLink rl)
rl - resourceLink to the resource that is being countedpublic AmountBag(java.lang.String _refID)
_refID - refID of the resource that is being countedpublic AmountBag(StatusUtil.AmountBag bag)
bag -