org.openfaces.component.chart.impl
Class PieSectorInfoImpl

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

public class PieSectorInfoImpl
extends java.lang.Object
implements PieSectorInfo, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
PieSectorInfoImpl()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
          Returns true if this object is equal to the specified object, and false otherwise.
 int getIndex()
           
 java.lang.Object getKey()
           
 java.lang.Object getProportionalValue()
           
 SeriesInfo getSeries()
           
 double getSeriesTotal()
           
 java.lang.Object getValue()
           
 int hashCode()
          Returns a hash code of the object.
 void setIndex(int index)
           
 void setKey(java.lang.Object key)
           
 void setProportionalValue(java.lang.Object proportionalValue)
           
 void setSeries(SeriesInfo series)
           
 void setSeriesTotal(double value)
           
 void setValue(java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieSectorInfoImpl

public PieSectorInfoImpl()
Method Detail

getSeries

public SeriesInfo getSeries()
Specified by:
getSeries in interface PieSectorInfo

setSeries

public void setSeries(SeriesInfo series)
Specified by:
setSeries in interface PieSectorInfo

setSeriesTotal

public void setSeriesTotal(double value)
Specified by:
setSeriesTotal in interface PieSectorInfo

getSeriesTotal

public double getSeriesTotal()
Specified by:
getSeriesTotal in interface PieSectorInfo

getKey

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

setKey

public void setKey(java.lang.Object key)
Specified by:
setKey in interface PieSectorInfo

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface PieSectorInfo

setValue

public void setValue(java.lang.Object value)
Specified by:
setValue in interface PieSectorInfo

getProportionalValue

public java.lang.Object getProportionalValue()
Specified by:
getProportionalValue in interface PieSectorInfo

setProportionalValue

public void setProportionalValue(java.lang.Object proportionalValue)
Specified by:
setProportionalValue in interface PieSectorInfo

getIndex

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

setIndex

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

hashCode

public int hashCode()
Returns a hash code of the object.

Overrides:
hashCode in class java.lang.Object
Returns:
An int

equals

public boolean equals(java.lang.Object obj)
Returns true if this object is equal to the specified object, and false otherwise.

Overrides:
equals in class java.lang.Object
Parameters:
obj - the other object.
Returns:
A boolean.


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