|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.sf.mpxj.TimephasedResourceAssignment
public final class TimephasedResourceAssignment
This class represents a span of a number of days of work. The duration of work carried out on each day is represented by the "per day" attribute. The start and end of the span is represented by "start work" and "cumulative work" attributes.
| Constructor Summary | |
|---|---|
TimephasedResourceAssignment()
|
|
| Method Summary | |
|---|---|
java.util.Date |
getFinish()
Retrieve the finish date. |
boolean |
getModified()
Retrieve the modified flag. |
java.util.Date |
getStart()
Retrieve the start date. |
Duration |
getTotalWork()
Retrieve the total work duration. |
Duration |
getWorkPerDay()
Retrieve the duration of work allocated per day. |
void |
setFinish(java.util.Date finish)
Set the finish date. |
void |
setModified(boolean modified)
Set the modified flag. |
void |
setStart(java.util.Date start)
Set the point at which work starts. |
void |
setTotalWork(Duration totalWork)
Set the total work duration. |
void |
setWorkPerDay(Duration workPerDay)
Set the duration of work allocated per day. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimephasedResourceAssignment()
| Method Detail |
|---|
public java.util.Date getStart()
public void setStart(java.util.Date start)
start - start datepublic Duration getWorkPerDay()
public void setWorkPerDay(Duration workPerDay)
workPerDay - duration of work per daypublic boolean getModified()
public void setModified(boolean modified)
modified - modified flagpublic Duration getTotalWork()
public void setTotalWork(Duration totalWork)
totalWork - cumulative work durationpublic java.util.Date getFinish()
public void setFinish(java.util.Date finish)
finish - finish datepublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||