|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.LoadStatisticData
Defines the Sequence of Data Elements that represents load statistic information. NOTE: LoadValue is expressed as a percentage.
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 |
public LoadStatisticData()
public LoadStatisticData(float _loadValue, org.csapi.jr.se.fw.LoadLevel _loadLevel)
_loadValue
- _loadLevel
- Method Detail |
public float getLoadValue()
public org.csapi.jr.se.fw.LoadLevel getLoadLevel()
public void setLoadValue(float loadValue)
public void setLoadLevel(org.csapi.jr.se.fw.LoadLevel loadLevel)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |