org.csapi.jr.se.fw
Class LoadStatisticData

java.lang.Object
  |
  +--org.csapi.jr.se.fw.LoadStatisticData
All Implemented Interfaces:
java.io.Serializable

public final class LoadStatisticData
extends java.lang.Object
implements java.io.Serializable

Defines the Sequence of Data Elements that represents load statistic information. NOTE: LoadValue is expressed as a percentage.

See Also:
Serialized Form

Constructor Summary
LoadStatisticData()
          Creates a new LoadStatisticData instance.
LoadStatisticData(float _loadValue, org.csapi.jr.se.fw.LoadLevel _loadLevel)
          Creates a new LoadStatisticData instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.fw.LoadLevel getLoadLevel()
          This method returns a loadLevel.
 float getLoadValue()
          This method returns a loadValue.
 int hashCode()
          Returns a hashcode value for the object.
 void setLoadLevel(org.csapi.jr.se.fw.LoadLevel loadLevel)
          This method sets a loadLevel.
 void setLoadValue(float loadValue)
          This method sets a loadValue.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadStatisticData

public LoadStatisticData()
Creates a new LoadStatisticData instance.


LoadStatisticData

public LoadStatisticData(float _loadValue,
                         org.csapi.jr.se.fw.LoadLevel _loadLevel)
Creates a new LoadStatisticData instance.

Parameters:
_loadValue -
_loadLevel -
Method Detail

getLoadValue

public float getLoadValue()
This method returns a loadValue.

Returns:
a float value

getLoadLevel

public org.csapi.jr.se.fw.LoadLevel getLoadLevel()
This method returns a loadLevel.

Returns:
a org.csapi.jr.se.fw.LoadLevel value

setLoadValue

public void setLoadValue(float loadValue)
This method sets a loadValue.


setLoadLevel

public void setLoadLevel(org.csapi.jr.se.fw.LoadLevel loadLevel)
This method sets a loadLevel.


equals

public boolean equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Returns a hashcode value for the object.

Overrides:
hashCode in class java.lang.Object