org.opencrx.kernel.base.cci2
Interface Chart

All Known Subinterfaces:
Chart

public interface Chart

Abstract class Chart


Method Summary
 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.
 

Method Detail

getChart

byte[] getChart()
Retrieves the value for the attribute chart.

Returns:
The non-null value for attribute chart.

setChart

void setChart(byte[] chart)
Sets a new value for the attribute chart.

This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW

Parameters:
chart - The non-null new value for attribute chart.

getChartMimeType

String getChartMimeType()
Retrieves the value for the attribute chartMimeType.

Returns:
The non-null value for attribute chartMimeType.

setChartMimeType

void setChartMimeType(String chartMimeType)
Sets a new value for the attribute chartMimeType.

This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW

Parameters:
chartMimeType - The non-null new value for attribute chartMimeType.

getChartName

String getChartName()
Retrieves the value for the attribute chartName.

Returns:
The non-null value for attribute chartName.

setChartName

void setChartName(String chartName)
Sets a new value for the attribute chartName.

This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW

Parameters:
chartName - The non-null new value for attribute chartName.

getDescription

String getDescription()
Retrieves the value for the attribute description.

Returns:
The non-null value for attribute description.

setDescription

void setDescription(String description)
Sets a new value for the attribute description.

This attribute is not changeable, i.e. its value can be set as long as the object is TRANSIENT or NEW

Parameters:
description - The non-null new value for attribute description.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.