@Component @Scope(value="prototype") public class CalendarOptions extends Object
| Constructor and Description |
|---|
CalendarOptions()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCmsPath()
Getter for cmsPath.
|
String |
getPeriodTypeName()
Getter for periodTypeName.
|
boolean |
isCompactView()
Getter for compactView.
|
boolean |
isIntegration()
Getter for integration.
|
boolean |
isReadOnly()
Getter for readOnly.
|
void |
setCmsPath(String cmsPath)
Setter for cmsPath.
|
void |
setCompactView(boolean compactView)
Setter for compactView.
|
void |
setIntegration(boolean integration)
Setter for integration.
|
void |
setPeriodTypeName(String periodTypeName)
Setter for periodTypeName.
|
void |
setReadOnly(boolean readOnly)
Setter for readOnly.
|
public String getCmsPath()
public void setCmsPath(String cmsPath)
cmsPath - the cmsPath to setpublic boolean isCompactView()
public void setCompactView(boolean compactView)
compactView - the compactView to setpublic String getPeriodTypeName()
public void setPeriodTypeName(String periodTypeName)
periodTypeName - the periodTypeName to setpublic boolean isReadOnly()
public void setReadOnly(boolean readOnly)
readOnly - the readOnly to setpublic boolean isIntegration()
public void setIntegration(boolean integration)
integration - the integration to setCopyright © 2020 OSIVIA. All rights reserved.