public interface Chart
Chart| Modifier and Type | Method and Description |
|---|---|
byte[] |
getChart()
Retrieves the value for the attribute
chart. |
String |
getChartMimeType()
Retrieves the value for the attribute
chartMimeType. |
String |
getChartName()
Retrieves the value for the attribute
chartName. |
String |
getDescription()
Retrieves the value for the attribute
description. |
void |
setChart(byte[] chart)
Sets a new value for the attribute
chart. |
void |
setChartMimeType(String chartMimeType)
Sets a new value for the attribute
chartMimeType. |
void |
setChartName(String chartName)
Sets a new value for the attribute
chartName. |
void |
setDescription(String description)
Sets a new value for the attribute
description. |
byte[] getChart()
chart.chart.void setChart(byte[] chart)
chart.
This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW
chart - The non-null new value for attribute chart.String getChartMimeType()
chartMimeType.chartMimeType.void setChartMimeType(String chartMimeType)
chartMimeType.
This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW
chartMimeType - The non-null new value for attribute chartMimeType.String getChartName()
chartName.chartName.void setChartName(String chartName)
chartName.
This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW
chartName - The non-null new value for attribute chartName.String getDescription()
description.description.void setDescription(String description)
description.
This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW
description - The non-null new value for attribute description.This software is published under the BSD license. Copyright © 2003-${build.year}, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.