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