public class TrafficReportTO extends BaseTO
| Modifier and Type | Field and Description |
|---|---|
private String |
categoryAttributes |
private String |
chartAttributes |
private String |
chartType |
private String |
cubeType |
private String |
description |
private String |
name |
private String |
seriesAttributes |
| Constructor and Description |
|---|
TrafficReportTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategoryAttributes() |
String |
getChartAttributes() |
String |
getChartType() |
String |
getCubeType() |
String |
getDescription() |
String |
getName() |
String |
getSeriesAttributes() |
void |
setCategoryAttributes(String categoryAttributes) |
void |
setChartAttributes(String chartAttributes) |
void |
setChartType(String chartType) |
void |
setCubeType(String cubeType) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setSeriesAttributes(String seriesAttributes) |
clearPersistanceProps, equals, getDateCreated, getDateModified, getId, getVersion, hashCode, isPersisted, isUnpersisted, nullMyIds, setDateCreated, setDateModified, setId, setVersion, toStringprivate String name
private String description
private String chartType
private String cubeType
private String categoryAttributes
private String chartAttributes
private String seriesAttributes
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getCubeType()
public void setCubeType(String cubeType)
public String getCategoryAttributes()
public void setCategoryAttributes(String categoryAttributes)
public String getChartAttributes()
public void setChartAttributes(String chartAttributes)
public String getSeriesAttributes()
public void setSeriesAttributes(String seriesAttributes)
public String getChartType()
public void setChartType(String chartType)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.