|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.calendar.CalendarConfiguration
public class CalendarConfiguration
CalendarConfiguration represents a user-specific registration and configuration for a CalendarDefinition.
| Constructor Summary | |
|---|---|
CalendarConfiguration()
|
|
| Method Summary | |
|---|---|
CalendarDefinition |
getCalendarDefinition()
Get the CalendarDefinition for the calendar being configured. |
Long |
getId()
Get the unique ID for this CalendarConfiguration. |
String |
getSubscribeId()
Get the unique ID for this portlet subscription. |
boolean |
isDisplayed()
Determine whether this calendar should be displayed or hidden. |
void |
setCalendarDefinition(CalendarDefinition definition)
Set the CalendarDefinition for the calendar being configured. |
void |
setDisplayed(boolean displayed)
Set whether this calendar should be displayed or hidden. |
void |
setId(Long id)
Set the unique ID for this CalendarConfiguration. |
void |
setSubscribeId(String subscribeId)
Set the unique ID for this portlet subscription. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalendarConfiguration()
| Method Detail |
|---|
public boolean isDisplayed()
public void setDisplayed(boolean displayed)
displayed - public String getSubscribeId()
public void setSubscribeId(String subscribeId)
subscribeId - public Long getId()
public void setId(Long id)
id - public CalendarDefinition getCalendarDefinition()
public void setCalendarDefinition(CalendarDefinition definition)
definition -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||