|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.yale.its.tp.portlets.calendar.CalendarConfiguration
edu.yale.its.tp.portlets.calendar.UserDefinedCalendarConfiguration
public class UserDefinedCalendarConfiguration
UserDefinedCalendarConfiguration represents a user-created calendar configuration. There should only be one calendar configuration for each user-defined calendar definition. Since this is a one-to-one relationship, the UserDefinedCalendarConfiguration doesn't need to define an extra bucket for user-specific configuration information.
| Constructor Summary | |
|---|---|
UserDefinedCalendarConfiguration()
Default Constructor |
|
| Method Summary | |
|---|---|
UserDefinedCalendarDefinition |
getCalendarDefinition()
Get the CalendarDefinition for the calendar being configured. |
void |
setCalendarDefinition(UserDefinedCalendarDefinition calendarDefinition)
|
| Methods inherited from class edu.yale.its.tp.portlets.calendar.CalendarConfiguration |
|---|
getId, getSubscribeId, isDisplayed, setCalendarDefinition, setDisplayed, setId, setSubscribeId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UserDefinedCalendarConfiguration()
| Method Detail |
|---|
public UserDefinedCalendarDefinition getCalendarDefinition()
CalendarConfiguration
getCalendarDefinition in class CalendarConfigurationpublic void setCalendarDefinition(UserDefinedCalendarDefinition calendarDefinition)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||