|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Agenda
This interface describes the minimum implementation for agendas
Method Summary | |
---|---|
java.util.List |
getEvents()
Retrieves all events of the agenda |
java.util.List |
getEventsByDate(java.lang.String strDate)
Retrieves events for a given date |
java.lang.String |
getKeyName()
Returns the key of the Agenda |
java.lang.String |
getName()
Returns the name of the Agenda |
boolean |
hasEvents(java.lang.String strDate)
Indicates if the agenda gets events for a given date |
void |
setKeyName(java.lang.String strKeyName)
Sets the key of the Agenda |
void |
setName(java.lang.String strName)
Sets the name of the Agenda |
Method Detail |
---|
boolean hasEvents(java.lang.String strDate)
strDate
- A date code
java.util.List getEventsByDate(java.lang.String strDate)
strDate
- A date code
java.util.List getEvents()
java.lang.String getName()
void setName(java.lang.String strName)
strName
- The agenda's namejava.lang.String getKeyName()
void setKeyName(java.lang.String strKeyName)
strKeyName
- The agenda's key name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |