IBM BPM API for Web Service Clients v8.0.0

com.lombardisoftware.webapi
Class ChartData

java.lang.Object
  extended by com.lombardisoftware.webapi.ChartData
All Implemented Interfaces:
java.io.Serializable

public class ChartData
extends java.lang.Object
implements java.io.Serializable

ChartData contains the image data that is referenced in the scoreboard content.

See Also:
Serialized Form

Constructor Summary
ChartData()
           
ChartData(long chartId, java.lang.String url, byte[] image, java.lang.String imageType)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getChartId()
          Gets the chartId value for this ChartData.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 byte[] getImage()
          Gets the image value for this ChartData.
 java.lang.String getImageType()
          Gets the imageType value for this ChartData.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 java.lang.String getUrl()
          Gets the url value for this ChartData.
 int hashCode()
           
 void setChartId(long chartId)
          Sets the chartId value for this ChartData.
 void setImage(byte[] image)
          Sets the image value for this ChartData.
 void setImageType(java.lang.String imageType)
          Sets the imageType value for this ChartData.
 void setUrl(java.lang.String url)
          Sets the url value for this ChartData.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChartData

public ChartData()

ChartData

public ChartData(long chartId,
                 java.lang.String url,
                 byte[] image,
                 java.lang.String imageType)
Method Detail

getChartId

public long getChartId()
Gets the chartId value for this ChartData.

Returns:
chartId * The chart identifier

setChartId

public void setChartId(long chartId)
Sets the chartId value for this ChartData.

Parameters:
chartId - * The chart identifier

getUrl

public java.lang.String getUrl()
Gets the url value for this ChartData.

Returns:
url * The chart url Can be missing or nil if the ChartData is only partially loaded or has no content.

setUrl

public void setUrl(java.lang.String url)
Sets the url value for this ChartData.

Parameters:
url - * The chart url Can be missing or nil if the ChartData is only partially loaded or has no content.

getImage

public byte[] getImage()
Gets the image value for this ChartData.

Returns:
image * The binary data for the image in base-64 encoding. Can be missing or nil if the ChartData is only partially loaded or has no content.

setImage

public void setImage(byte[] image)
Sets the image value for this ChartData.

Parameters:
image - * The binary data for the image in base-64 encoding. Can be missing or nil if the ChartData is only partially loaded or has no content.

getImageType

public java.lang.String getImageType()
Gets the imageType value for this ChartData.

Returns:
imageType * The MIME content type of the image data. Can be missing or nil if the ChartData is only partially loaded or has no content.

setImageType

public void setImageType(java.lang.String imageType)
Sets the imageType value for this ChartData.

Parameters:
imageType - * The MIME content type of the image data. Can be missing or nil if the ChartData is only partially loaded or has no content.

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


IBM BPM API for Web Service Clients v8.0.0

(C) Copyright IBM Corporation 2011. All Rights Reserved.