org.csapi.jr.se.fw
Class LoadThreshold

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

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

Defines the Sequence of Data Elements that specify the load threshold value. The actual load threshold value is application and SCF dependent, so is their relationship with load level.

See Also:
Serialized Form

Constructor Summary
LoadThreshold()
          Creates a new LoadThreshold instance.
LoadThreshold(float _loadThreshold)
          Creates a new LoadThreshold instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 float getLoadThreshold()
          This method returns a loadThreshold.
 int hashCode()
          Returns a hashcode value for the object.
 void setLoadThreshold(float loadThreshold)
          This method sets a loadThreshold.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadThreshold

public LoadThreshold()
Creates a new LoadThreshold instance.


LoadThreshold

public LoadThreshold(float _loadThreshold)
Creates a new LoadThreshold instance.

Parameters:
_loadThreshold -
Method Detail

getLoadThreshold

public float getLoadThreshold()
This method returns a loadThreshold.

Returns:
a float value

setLoadThreshold

public void setLoadThreshold(float 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