org.csapi.jr.se.fw
Class LoadStatistic

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

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

Defines the Sequence of Data Elements that represents a load statistic record for a specific entity (that is Framework, service or application) at a specific date and time.

See Also:
Serialized Form

Constructor Summary
LoadStatistic()
          Creates a new LoadStatistic instance.
LoadStatistic(org.csapi.jr.se.fw.LoadStatisticEntityID _loadStatisticEntityID, java.lang.String _timeStamp, org.csapi.jr.se.fw.LoadStatisticInfo _loadStatisticInfo)
          Creates a new LoadStatistic instance.
 
Method Summary
 boolean equals(java.lang.Object o)
          Indicates whether some other object is 'equal to' this one.
 org.csapi.jr.se.fw.LoadStatisticEntityID getLoadStatisticEntityID()
          This method returns a loadStatisticEntityID.
 org.csapi.jr.se.fw.LoadStatisticInfo getLoadStatisticInfo()
          This method returns a loadStatisticInfo.
 java.lang.String getTimeStamp()
          This method returns a timeStamp.
 int hashCode()
          Returns a hashcode value for the object.
 void setLoadStatisticEntityID(org.csapi.jr.se.fw.LoadStatisticEntityID loadStatisticEntityID)
          This method sets a loadStatisticEntityID.
 void setLoadStatisticInfo(org.csapi.jr.se.fw.LoadStatisticInfo loadStatisticInfo)
          This method sets a loadStatisticInfo.
 void setTimeStamp(java.lang.String timeStamp)
          This method sets a timeStamp.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoadStatistic

public LoadStatistic()
Creates a new LoadStatistic instance.


LoadStatistic

public LoadStatistic(org.csapi.jr.se.fw.LoadStatisticEntityID _loadStatisticEntityID,
                     java.lang.String _timeStamp,
                     org.csapi.jr.se.fw.LoadStatisticInfo _loadStatisticInfo)
Creates a new LoadStatistic instance.

Parameters:
_loadStatisticEntityID -
_timeStamp -
_loadStatisticInfo -
Method Detail

getLoadStatisticEntityID

public org.csapi.jr.se.fw.LoadStatisticEntityID getLoadStatisticEntityID()
This method returns a loadStatisticEntityID.

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

getTimeStamp

public java.lang.String getTimeStamp()
This method returns a timeStamp.

Returns:
a String value

getLoadStatisticInfo

public org.csapi.jr.se.fw.LoadStatisticInfo getLoadStatisticInfo()
This method returns a loadStatisticInfo.

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

setLoadStatisticEntityID

public void setLoadStatisticEntityID(org.csapi.jr.se.fw.LoadStatisticEntityID loadStatisticEntityID)
This method sets a loadStatisticEntityID.


setTimeStamp

public void setTimeStamp(java.lang.String timeStamp)
This method sets a timeStamp.


setLoadStatisticInfo

public void setLoadStatisticInfo(org.csapi.jr.se.fw.LoadStatisticInfo loadStatisticInfo)
This method sets a loadStatisticInfo.


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