|
||||||||||
| 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.ProjectCalendarException
public final class ProjectCalendarException
This class represents instances of Calendar Exception records from an MPX file. It is used to define exceptions to the working days described in both base and resource calendars.
| Method Summary | |
|---|---|
int |
compareTo(ProjectCalendarException o)
|
boolean |
contains(Date date)
This method determines whether the given date falls in the range of dates covered by this exception. |
Date |
getFromDate()
Returns the from date. |
Date |
getToDate()
Get to date. |
boolean |
getWorking()
Gets working status. |
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 |
| Method Detail |
|---|
public Date getFromDate()
public Date getToDate()
public boolean getWorking()
public boolean contains(Date date)
date - Date to be tested
public int compareTo(ProjectCalendarException o)
compareTo in interface Comparable<ProjectCalendarException>public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||