|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NamedDate
Interface for the combintaion of a date and a name for the date. As an additional information the date can be categorized to be a holiday.
| Method Summary | |
|---|---|
Date |
getDate()
Retrieve the date. |
String |
getName()
Retrive the name of the date. |
boolean |
isHoliday()
Return whether the day is marked as a holiday. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Method Detail |
|---|
String getName()
Date getDate()
boolean isHoliday()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||