|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.TimephasedItem<Duration>
net.sf.mpxj.TimephasedWork
public final class TimephasedWork
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 |
|---|
public TimephasedWork()
public TimephasedWork(TimephasedWork sourceItem)
sourceItem - item to copy
public TimephasedWork(TimephasedWork sourceItem,
double totalFactor,
double perDayFactor)
sourceItem - item to copytotalFactor - total amount factorperDayFactor - per day factor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||