public class DashboardViewWidget
extends java.lang.Object
| Constructor and Description |
|---|
DashboardViewWidget() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroupId() |
java.lang.String |
getReportId() |
int |
getReportType() |
boolean |
isShown() |
void |
setGroupId(java.lang.String groupId) |
void |
setReportId(java.lang.String reportId) |
void |
setReportType(int reportType) |
void |
setShown(boolean isShown) |
public java.lang.String getReportId()
public int getReportType()
public java.lang.String getGroupId()
public boolean isShown()
public void setReportId(java.lang.String reportId)
reportId - the reportId to setpublic void setReportType(int reportType)
reportType - the reportType to setpublic void setGroupId(java.lang.String groupId)
groupId - the groupId to setpublic void setShown(boolean isShown)
isShown - the isShown to set