public final class ProjectCalendarException extends ProjectCalendarDateRanges implements Comparable<ProjectCalendarException>
| Modifier and Type | Method and Description |
|---|---|
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() |
addRange, getRange, getRangeCount, iterator, setRangepublic Date getFromDate()
public Date getToDate()
public boolean getWorking()
public boolean contains(Date date)
date - Date to be testedpublic int compareTo(ProjectCalendarException o)
compareTo in interface Comparable<ProjectCalendarException>Copyright © 2013. All Rights Reserved.