teamdev.jsf.component.chart.impl.model
Class PlainSeriesImpl

java.lang.Object
  extended by teamdev.jsf.component.chart.impl.model.PlainSeriesImpl
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, PlainSeries, Series

public class PlainSeriesImpl
extends java.lang.Object
implements PlainSeries, java.io.Externalizable

See Also:
Serialized Form

Constructor Summary
PlainSeriesImpl()
           
 
Method Summary
 java.util.Comparator getComparator()
           
 java.lang.Comparable getId()
           
 java.lang.Object getSeriesKey()
           
 Tuple[] getTuples()
           
 void readExternal(java.io.ObjectInput in)
           
 void setComparator(java.util.Comparator comparator)
           
 void setData(java.util.Map data)
           
 void setId(java.lang.Object id)
           
 void setSeriesKey(java.lang.Object seriesKey)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlainSeriesImpl

public PlainSeriesImpl()
Method Detail

setId

public void setId(java.lang.Object id)

setData

public void setData(java.util.Map data)
Specified by:
setData in interface PlainSeries

getComparator

public java.util.Comparator getComparator()
Specified by:
getComparator in interface PlainSeries

setComparator

public void setComparator(java.util.Comparator comparator)
Specified by:
setComparator in interface PlainSeries

getSeriesKey

public java.lang.Object getSeriesKey()
Specified by:
getSeriesKey in interface PlainSeries

setSeriesKey

public void setSeriesKey(java.lang.Object seriesKey)
Specified by:
setSeriesKey in interface PlainSeries

getId

public java.lang.Comparable getId()
Specified by:
getId in interface Series

getTuples

public Tuple[] getTuples()
Specified by:
getTuples in interface Series

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.