|
||||||||||
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. |
String |
getText()
Gets the text. |
boolean |
getTodo()
Gets the todo flag. |
Method Detail |
---|
String getText()
String getColor()
Date getDate()
Integer getDuration()
boolean getTodo()
Date getNextTodo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |