public class DashboardWidget
extends java.lang.Object
| Constructor and Description |
|---|
DashboardWidget() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCacheTime() |
int |
getCol() |
java.util.Map<java.lang.String,java.lang.Object> |
getConfiguration() |
java.lang.String |
getDescription() |
int |
getRow() |
DashboardWidget.Type |
getType() |
void |
setCacheTime(int cacheTime) |
void |
setCol(int col) |
void |
setConfiguration(java.util.Map<java.lang.String,java.lang.Object> configuration) |
void |
setDescription(java.lang.String description) |
void |
setRow(int row) |
void |
setType(DashboardWidget.Type type) |
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public DashboardWidget.Type getType()
public void setType(DashboardWidget.Type type)
public int getCacheTime()
public void setCacheTime(int cacheTime)
public java.util.Map<java.lang.String,java.lang.Object> getConfiguration()
public void setConfiguration(java.util.Map<java.lang.String,java.lang.Object> configuration)
public int getCol()
public void setCol(int col)
public int getRow()
public void setRow(int row)
Copyright © 2012-2014 TORCH GmbH. All Rights Reserved.