Method Summary |
|
public String | getJobName() Returns the job for which the measurement was taken. |
public Date | getTime() Returns the time at which the measurement was taken. |
public Object | getValue() Returns the value of the measurement. |
public void | setJobName(String name) Sets the job for which the measurement was taken. |
public void | setTime(Date time) Sets the time at which the measurement was taken. |
public void | setValue(Object value) Sets the value of the measurement. |