public class DashboardView
extends java.lang.Object
Constructor and Description |
---|
DashboardView() |
Modifier and Type | Method and Description |
---|---|
int |
getContextType() |
int |
getMenuId() |
java.lang.String |
getTrendDuration() |
java.lang.String |
getViewId() |
DashboardViewWidget[] |
getWidgets() |
int |
getZoomSize() |
void |
setContextType(int contextType) |
void |
setMenuId(int menuId) |
void |
setTrendDuration(java.lang.String trendDuration) |
void |
setViewId(java.lang.String viewId) |
void |
setWidgets(DashboardViewWidget[] widgets) |
void |
setZoomSize(int zoomSize) |
public int getMenuId()
public java.lang.String getViewId()
public java.lang.String getTrendDuration()
public int getZoomSize()
public void setMenuId(int menuId)
menuId
- the menuId to setpublic void setViewId(java.lang.String viewId)
viewId
- the viewId to setpublic void setTrendDuration(java.lang.String trendDuration)
trendDuration
- the trendDuration to setpublic void setZoomSize(int zoomSize)
zoomSize
- the zoomSize to setpublic void setWidgets(DashboardViewWidget[] widgets)
public DashboardViewWidget[] getWidgets()
public int getContextType()
public void setContextType(int contextType)
contextType
- the contextType to set