public class JSONDashlet extends Object implements Comparable<JSONDashlet>
| Constructor and Description |
|---|
JSONDashlet(int col,
int row,
String id,
String dashboard) |
JSONDashlet(int col,
int row,
String dashboard,
String chartDashlet,
String measure,
String aggregation,
String description) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(JSONDashlet that) |
boolean |
equals(Object obj) |
String |
generateDashletName() |
String |
generateID() |
String |
getAggregation() |
String |
getChartDashlet() |
int |
getCol() |
String |
getCustomBuildCount() |
String |
getCustomName() |
String |
getDashboard() |
String |
getDescription() |
String |
getId() |
String |
getMeasure() |
int |
getRow() |
int |
hashCode() |
boolean |
isShow() |
void |
setAggregation(String aggregation) |
void |
setChartDashlet(String chartDashlet) |
void |
setCol(int col) |
void |
setCustomBuildCount(String customBuildCount) |
void |
setCustomName(String customName) |
void |
setDashboard(String dashboard) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setMeasure(String measure) |
void |
setRow(int row) |
void |
setShow(boolean show) |
public JSONDashlet(int col,
int row,
String dashboard,
String chartDashlet,
String measure,
String aggregation,
String description)
aggregation - chartDashlet - col - measure - description - dashboard - row - public int getCol()
public void setCol(int col)
col - The colpublic int getRow()
public void setRow(int row)
row - The rowpublic String getId()
public void setId(String id)
id - The idpublic String getDashboard()
public void setDashboard(String dashboard)
dashboard - The dashboardpublic String getChartDashlet()
public void setChartDashlet(String chartDashlet)
chartDashlet - The chartDashletpublic String getMeasure()
public void setMeasure(String measure)
measure - The measurepublic String getCustomName()
public void setCustomName(String customName)
customName - The customNamepublic String getCustomBuildCount()
public void setCustomBuildCount(String customBuildCount)
customBuildCount - The customBuildCountpublic boolean isShow()
public void setShow(boolean show)
show - The showpublic String getAggregation()
public void setAggregation(String aggregation)
aggregation - The aggregationpublic String getDescription()
public void setDescription(String description)
description - The descriptionpublic String generateID()
public String generateDashletName()
public int compareTo(@Nonnull JSONDashlet that)
compareTo in interface Comparable<JSONDashlet>Copyright © 2016–2017. All rights reserved.