public class CustomDashboardSettingsEntry
extends java.lang.Object
Constructor and Description |
---|
CustomDashboardSettingsEntry() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContextCloud() |
java.lang.String |
getContextId() |
int |
getContextType() |
java.lang.String |
getCustomLabel() |
java.lang.String |
getDashboardName() |
java.lang.String |
getGroupName() |
int |
getMenuId() |
ReportDefinition |
getReportDef() |
java.lang.String |
getReportName() |
java.lang.String |
getReportPath() |
java.lang.String |
getTimeRange() |
java.lang.String |
getUserName() |
void |
setContextCloud(java.lang.String contextCloud) |
void |
setContextId(java.lang.String contextId) |
void |
setContextType(int contextType) |
void |
setCustomLabel(java.lang.String customLabel) |
void |
setDashboardName(java.lang.String dashboardName) |
void |
setGroupName(java.lang.String groupName) |
void |
setMenuId(int menuId) |
void |
setReportDef(ReportDefinition reportDef) |
void |
setReportName(java.lang.String reportName) |
void |
setReportPath(java.lang.String reportPath) |
void |
setTimeRange(java.lang.String timeRange) |
void |
setUserName(java.lang.String userName) |
public int getContextType()
public java.lang.String getContextCloud()
public java.lang.String getContextId()
public ReportDefinition getReportDef()
public java.lang.String getReportName()
public java.lang.String getGroupName()
public java.lang.String getTimeRange()
public java.lang.String getReportPath()
public java.lang.String getCustomLabel()
public void setContextType(int contextType)
contextType
- the contextType to setpublic void setContextCloud(java.lang.String contextCloud)
contextCloud
- the contextCloud to setpublic void setContextId(java.lang.String contextId)
contextId
- the contextId to setpublic void setReportDef(ReportDefinition reportDef)
reportDef
- the reportDef to setpublic void setReportName(java.lang.String reportName)
reportName
- the reportName to setpublic void setGroupName(java.lang.String groupName)
groupName
- the groupName to setpublic void setTimeRange(java.lang.String timeRange)
timeRange
- the timeRange to setpublic void setReportPath(java.lang.String reportPath)
reportPath
- the reportPath to setpublic void setCustomLabel(java.lang.String customLabel)
customLabel
- the customLabel to setpublic java.lang.String getUserName()
public void setUserName(java.lang.String userName)
userName
- the userName to setpublic int getMenuId()
public void setMenuId(int menuId)
menuId
- the menuId to setpublic java.lang.String getDashboardName()
public void setDashboardName(java.lang.String dashboardName)