Class JSONDashlet
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.ui.model.JSONDashlet
-
- All Implemented Interfaces:
Comparable<JSONDashlet>
public class JSONDashlet extends Object implements Comparable<JSONDashlet>
-
-
Constructor Summary
Constructors Constructor 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(JSONDashlet that)booleanequals(Object obj)StringgenerateDashletName()StringgenerateID()StringgetAggregation()StringgetChartDashlet()intgetCol()StringgetCustomBuildCount()StringgetCustomName()StringgetDashboard()StringgetDescription()StringgetId()StringgetMeasure()intgetRow()inthashCode()booleanisShow()voidsetAggregation(String aggregation)voidsetChartDashlet(String chartDashlet)voidsetCol(int col)voidsetCustomBuildCount(String customBuildCount)voidsetCustomName(String customName)voidsetDashboard(String dashboard)voidsetDescription(String description)voidsetId(String id)voidsetMeasure(String measure)voidsetRow(int row)voidsetShow(boolean show)
-
-
-
Method Detail
-
getCol
public int getCol()
- Returns:
- The col
-
setCol
public void setCol(int col)
- Parameters:
col- The col
-
getRow
public int getRow()
- Returns:
- The row
-
setRow
public void setRow(int row)
- Parameters:
row- The row
-
getId
public String getId()
- Returns:
- The id
-
setId
public void setId(String id)
- Parameters:
id- The id
-
getDashboard
public String getDashboard()
- Returns:
- The dashboard
-
setDashboard
public void setDashboard(String dashboard)
- Parameters:
dashboard- The dashboard
-
getChartDashlet
public String getChartDashlet()
- Returns:
- The chartDashlet
-
setChartDashlet
public void setChartDashlet(String chartDashlet)
- Parameters:
chartDashlet- The chartDashlet
-
getMeasure
public String getMeasure()
- Returns:
- The measure
-
setMeasure
public void setMeasure(String measure)
- Parameters:
measure- The measure
-
getCustomName
public String getCustomName()
- Returns:
- The customName
-
setCustomName
public void setCustomName(String customName)
- Parameters:
customName- The customName
-
getCustomBuildCount
public String getCustomBuildCount()
- Returns:
- The customBuildCount
-
setCustomBuildCount
public void setCustomBuildCount(String customBuildCount)
- Parameters:
customBuildCount- The customBuildCount
-
isShow
public boolean isShow()
- Returns:
- The show
-
setShow
public void setShow(boolean show)
- Parameters:
show- The show
-
getAggregation
public String getAggregation()
- Returns:
- The aggregation
-
setAggregation
public void setAggregation(String aggregation)
- Parameters:
aggregation- The aggregation
-
getDescription
public String getDescription()
- Returns:
- The description
-
setDescription
public void setDescription(String description)
- Parameters:
description- The description
-
generateID
public String generateID()
-
generateDashletName
public String generateDashletName()
-
compareTo
public int compareTo(@Nonnull JSONDashlet that)
- Specified by:
compareToin interfaceComparable<JSONDashlet>
-
-