public class CalendarDefinition extends Object
| Constructor and Description |
|---|
CalendarDefinition()
Default constructor.
|
CalendarDefinition(Long id,
String className,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameter(String name,
String value)
Add an individual calendar parameter.
|
String |
getClassName()
Returns the name of the adapter class for this calendar which will
determine how the calendar is retrieved.
|
Long |
getId()
Return the unique id of this calendar.
|
String |
getName()
Return the display name for this calendar.
|
Map<String,String> |
getParameters()
Return the map of calendar parameters.
|
void |
setClassName(String className)
Set the name of the adapter class for this calendar which will
determine how the calendar is retrieved.
|
void |
setId(Long id)
Set the unique id for this calendar.
|
void |
setName(String name)
Set the display name for this calendar.
|
void |
setParameters(Map<String,String> parameters)
Set the map of calendar parameters.
|
String |
toString() |
public Long getId()
public void setId(Long id)
id - public String getClassName()
public void setClassName(String className)
className - public String getName()
public void setName(String name)
name - public Map<String,String> getParameters()
public void setParameters(Map<String,String> parameters)
parameters - parameter mappublic void addParameter(String name, String value)
name - parameter name (key)value - value to be storedCopyright © 2014 Jasig. All Rights Reserved.