|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Measurement
An empty interface that is the super interface for all measuremnts we take from the kickstart records.
| Method Summary | |
|---|---|
String |
getJobName()
Returns the job for which the measurement was taken. |
Date |
getTime()
Returns the time at which the measurement was taken. |
Object |
getValue()
Returns the value of the measurement. |
void |
setJobName(String name)
Sets the job for which the measurement was taken. |
void |
setTime(Date time)
Sets the time at which the measurement was taken. |
void |
setValue(Object value)
Sets the value of the measurement. |
| Method Detail |
|---|
String getJobName()
Date getTime()
Object getValue()
void setJobName(String name)
name - set the name of the job.void setTime(Date time)
time - the Date object representing the time.void setValue(Object value)
value - the value to be associated with measurement.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||