net.sf.mpxj
Class TimephasedWork

java.lang.Object
  extended by net.sf.mpxj.TimephasedItem<Duration>
      extended by net.sf.mpxj.TimephasedWork

public final class TimephasedWork
extends TimephasedItem<Duration>

Represents timephased work.


Constructor Summary
TimephasedWork()
          Default constructor.
TimephasedWork(TimephasedWork sourceItem)
          Copy constructor.
TimephasedWork(TimephasedWork sourceItem, double totalFactor, double perDayFactor)
          Copy constructor, allowing scaling.
 
Method Summary
 
Methods inherited from class net.sf.mpxj.TimephasedItem
equals, getAmountPerDay, getFinish, getModified, getStart, getTotalAmount, hashCode, setAmountPerDay, setFinish, setModified, setStart, setTotalAmount, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimephasedWork

public TimephasedWork()
Default constructor.


TimephasedWork

public TimephasedWork(TimephasedWork sourceItem)
Copy constructor.

Parameters:
sourceItem - item to copy

TimephasedWork

public TimephasedWork(TimephasedWork sourceItem,
                      double totalFactor,
                      double perDayFactor)
Copy constructor, allowing scaling.

Parameters:
sourceItem - item to copy
totalFactor - total amount factor
perDayFactor - per day factor


Copyright © 2012. All Rights Reserved.