net.sf.mpxj
Class TimephasedCostData
java.lang.Object
net.sf.mpxj.TimephasedCostData
public class TimephasedCostData
- extends Object
Class used to manage timephased data.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimephasedCostData
public TimephasedCostData(ProjectCalendar calendar,
TimephasedCostNormaliser normaliser,
List<TimephasedCost> data,
boolean raw)
- Constructor.
- Parameters:
calendar - calendar to which the timephased data relatesnormaliser - normaliser used to process this datadata - timephased dataraw - flag indicating if this data is raw
getData
public List<TimephasedCost> getData()
- Retrieves the timephased data.
- Returns:
- timephased data
Copyright © 2012. All Rights Reserved.