org.openfaces.component.chart.impl
Class SeriesInfoImpl

java.lang.Object
  extended by org.openfaces.component.chart.impl.SeriesInfoImpl
All Implemented Interfaces:
java.io.Serializable, SeriesInfo

public class SeriesInfoImpl
extends java.lang.Object
implements SeriesInfo, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SeriesInfoImpl()
           
 
Method Summary
 int getIndex()
           
 java.lang.Object getKey()
           
 void setIndex(int index)
           
 void setKey(java.lang.Object object)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeriesInfoImpl

public SeriesInfoImpl()
Method Detail

setKey

public void setKey(java.lang.Object object)
Specified by:
setKey in interface SeriesInfo

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface SeriesInfo

setIndex

public void setIndex(int index)
Specified by:
setIndex in interface SeriesInfo

getIndex

public int getIndex()
Specified by:
getIndex in interface SeriesInfo


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