public class CalendarConfiguration extends Object
| Constructor and Description |
|---|
CalendarConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 - Copyright © 2016 Apereo. All Rights Reserved.