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

java.lang.Objectnet.sf.mpxj.ProjectCalendarDateRanges
net.sf.mpxj.ProjectCalendarHours
public final class ProjectCalendarHours
This class is used to represent the records in an MPX file that define working hours in a calendar.
| Constructor Summary | |
|---|---|
ProjectCalendarHours(ProjectCalendar parentCalendar)
Default constructor. |
|
| Method Summary | |
|---|---|
Day |
getDay()
Get day. |
ProjectCalendar |
getParentCalendar()
Retrieve the parent calendar for these hours. |
void |
setDay(Day d)
Set day. |
java.lang.String |
toString()
|
| Methods inherited from class net.sf.mpxj.ProjectCalendarDateRanges |
|---|
addRange, getRange, getRangeCount, iterator, setRange |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
ProjectCalendarHours(ProjectCalendar parentCalendar)
parentCalendar - the parent calendar for this instance| Method Detail |
|---|
public ProjectCalendar getParentCalendar()
public Day getDay()
public void setDay(Day d)
d - day instancepublic 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 | |||||||||