public interface Measurement
Modifier and Type | Method and Description |
---|---|
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.
|
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.Copyright © 2011 The University of Southern California. All Rights Reserved.