public class DefaultTimephasedCostContainer extends Object implements TimephasedCostContainer
Constructor and Description |
---|
DefaultTimephasedCostContainer(ResourceAssignment assignment,
TimephasedNormaliser<TimephasedCost> normaliser,
List<TimephasedCost> data,
boolean raw)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<TimephasedCost> |
getData()
Retrieves the timephased data.
|
boolean |
hasData()
Indicates if any timephased data is present.
|
public DefaultTimephasedCostContainer(ResourceAssignment assignment, TimephasedNormaliser<TimephasedCost> normaliser, List<TimephasedCost> data, boolean raw)
assignment
- resource assignment to which the timephased data relatesnormaliser
- normaliser used to process this datadata
- timephased dataraw
- flag indicating if this data is rawpublic List<TimephasedCost> getData()
TimephasedCostContainer
getData
in interface TimephasedCostContainer
public boolean hasData()
hasData
in interface TimephasedCostContainer
Copyright © 2000–2024 Packwood Software. All rights reserved.