org.csapi.jr.se.fw
Class LoadInitVal

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

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

Defines the Sequence of Data Elements that specify the pair of load level and associated load threshold value.

See Also:
Serialized Form

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

LoadInitVal

public LoadInitVal()
Creates a new LoadInitVal instance.


LoadInitVal

public LoadInitVal(org.csapi.jr.se.fw.LoadLevel _loadLevel,
                   org.csapi.jr.se.fw.LoadThreshold _loadThreshold)
Creates a new LoadInitVal instance.

Parameters:
_loadLevel -
_loadThreshold -
Method Detail

getLoadLevel

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

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

getLoadThreshold

public org.csapi.jr.se.fw.LoadThreshold getLoadThreshold()
This method returns a loadThreshold.

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

setLoadLevel

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


setLoadThreshold

public void setLoadThreshold(org.csapi.jr.se.fw.LoadThreshold loadThreshold)
This method sets a loadThreshold.


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