org.jasig.portlet.calendar
Class UserDefinedCalendarConfiguration

java.lang.Object
  extended by org.jasig.portlet.calendar.CalendarConfiguration
      extended by org.jasig.portlet.calendar.UserDefinedCalendarConfiguration

public class UserDefinedCalendarConfiguration
extends CalendarConfiguration

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.

Author:
Jen Bourey

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 org.jasig.portlet.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

UserDefinedCalendarConfiguration

public UserDefinedCalendarConfiguration()
Default Constructor

Method Detail

getCalendarDefinition

public UserDefinedCalendarDefinition getCalendarDefinition()
Description copied from class: CalendarConfiguration
Get the CalendarDefinition for the calendar being configured.

Overrides:
getCalendarDefinition in class CalendarConfiguration
Returns:

setCalendarDefinition

public void setCalendarDefinition(UserDefinedCalendarDefinition calendarDefinition)


Copyright © 2012 Jasig. All Rights Reserved.