net.sf.mpxj
Class TimephasedCostData

java.lang.Object
  extended by net.sf.mpxj.TimephasedCostData

public class TimephasedCostData
extends Object

Class used to manage timephased data.


Constructor Summary
TimephasedCostData(ProjectCalendar calendar, TimephasedCostNormaliser normaliser, List<TimephasedCost> data, boolean raw)
          Constructor.
 
Method Summary
 List<TimephasedCost> getData()
          Retrieves the timephased data.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimephasedCostData

public TimephasedCostData(ProjectCalendar calendar,
                          TimephasedCostNormaliser normaliser,
                          List<TimephasedCost> data,
                          boolean raw)
Constructor.

Parameters:
calendar - calendar to which the timephased data relates
normaliser - normaliser used to process this data
data - timephased data
raw - flag indicating if this data is raw
Method Detail

getData

public List<TimephasedCost> getData()
Retrieves the timephased data.

Returns:
timephased data


Copyright © 2012. All Rights Reserved.