Package org.cip4.jdflib.util
Class StatusUtil.AmountBag
java.lang.Object
org.cip4.jdflib.util.StatusUtil.AmountBag
- Enclosing class:
- StatusUtil
container class to set amounts and waste in phaseTime
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubledoublerefID of the resourceLink to setdoubledouble -
Constructor Summary
ConstructorsConstructorDescriptioncopy ctor -
Method Summary
-
Field Details
-
refID
refID of the resourceLink to set -
totalAmount
public double totalAmount -
phaseAmount
public double phaseAmount -
totalWaste
public double totalWaste -
phaseWaste
public double phaseWaste
-
-
Constructor Details
-
AmountBag
- Parameters:
rl- resourceLink to the resource that is being counted
-
AmountBag
- Parameters:
_refID- refID of the resource that is being counted
-
AmountBag
copy ctor- Parameters:
bag-
-
-
Method Details