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()
TimephasedCostContainergetData in interface TimephasedCostContainerpublic boolean hasData()
hasData in interface TimephasedCostContainerCopyright © 2000–2025 MPXJ. All rights reserved.