|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CalendarEntity
Interface that needs to be implemented by any entity that can appear on the Calendar. This interface would more properly belong in the UI package - but it would take some extra wrapper classes that would be a waste.
| Method Summary | |
|---|---|
String |
getColor()
Gets the color. |
Date |
getDate()
Gets the date. |
Integer |
getDuration()
Gets the duration. |
Date |
getNextTodo()
Gets the next todo date. |
Integer |
getPriority()
Gets the priority |
String |
getText()
Gets the text. |
boolean |
isTodo()
Gets the todo flag. |
| Method Detail |
|---|
String getText()
String getColor()
Date getDate()
Integer getDuration()
boolean isTodo()
Date getNextTodo()
Integer getPriority()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||