org.cip4.jdflib.util
Class StatusUtil.AmountBag
java.lang.Object
org.cip4.jdflib.util.StatusUtil.AmountBag
- Enclosing class:
- StatusUtil
public class StatusUtil.AmountBag
- extends Object
container class to set amounts and waste in phaseTime
refID
public String refID
- refID of the resourceLink to set
totalAmount
public double totalAmount
phaseAmount
public double phaseAmount
totalWaste
public double totalWaste
phaseWaste
public double phaseWaste
StatusUtil.AmountBag
public StatusUtil.AmountBag(JDFResourceLink rl)
- Parameters:
rl - resourceLink to the resource that is being counted
StatusUtil.AmountBag
public StatusUtil.AmountBag(String _refID)
- Parameters:
_refID - refID of the resource that is being counted
StatusUtil.AmountBag
public StatusUtil.AmountBag(StatusUtil.AmountBag bag)
- copy ctor
- Parameters:
bag -
toString
public String toString()
- Overrides:
toString in class Object
- Returns:
- See Also:
Object.toString()
reset
public void reset()
addPhase
public void addPhase(double amount,
double waste,
boolean bNewPhase)
- Parameters:
amount - waste - bNewPhase -
Copyright © 2013. All Rights Reserved.