|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.LoadInitVal
Defines the Sequence of Data Elements that specify the pair of load level and associated load threshold value.
Constructor Summary | |
LoadInitVal()
Creates a new LoadInitVal instance. |
|
LoadInitVal(org.csapi.jr.se.fw.LoadLevel _loadLevel,
org.csapi.jr.se.fw.LoadThreshold _loadThreshold)
Creates a new LoadInitVal 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. |
org.csapi.jr.se.fw.LoadThreshold |
getLoadThreshold()
This method returns a loadThreshold. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setLoadLevel(org.csapi.jr.se.fw.LoadLevel loadLevel)
This method sets a loadLevel. |
void |
setLoadThreshold(org.csapi.jr.se.fw.LoadThreshold loadThreshold)
This method sets a loadThreshold. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LoadInitVal()
public LoadInitVal(org.csapi.jr.se.fw.LoadLevel _loadLevel, org.csapi.jr.se.fw.LoadThreshold _loadThreshold)
_loadLevel
- _loadThreshold
- Method Detail |
public org.csapi.jr.se.fw.LoadLevel getLoadLevel()
public org.csapi.jr.se.fw.LoadThreshold getLoadThreshold()
public void setLoadLevel(org.csapi.jr.se.fw.LoadLevel loadLevel)
public void setLoadThreshold(org.csapi.jr.se.fw.LoadThreshold loadThreshold)
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 |