|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.fw.LoadStatistic
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.
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 |
public LoadStatistic()
public LoadStatistic(org.csapi.jr.se.fw.LoadStatisticEntityID _loadStatisticEntityID, java.lang.String _timeStamp, org.csapi.jr.se.fw.LoadStatisticInfo _loadStatisticInfo)
_loadStatisticEntityID
- _timeStamp
- _loadStatisticInfo
- Method Detail |
public org.csapi.jr.se.fw.LoadStatisticEntityID getLoadStatisticEntityID()
public java.lang.String getTimeStamp()
public org.csapi.jr.se.fw.LoadStatisticInfo getLoadStatisticInfo()
public void setLoadStatisticEntityID(org.csapi.jr.se.fw.LoadStatisticEntityID loadStatisticEntityID)
public void setTimeStamp(java.lang.String timeStamp)
public void setLoadStatisticInfo(org.csapi.jr.se.fw.LoadStatisticInfo loadStatisticInfo)
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 |