public interface ITProcessSensorValueHeader
Modifier and Type | Method and Description |
---|---|
ITSensor |
getSensor()
Returns the value of field 'sensor'.
|
java.util.Calendar |
getTimestamp()
Returns the value of field 'timestamp'.
|
void |
setSensor(ITSensor sensor)
Sets the value of field 'sensor'.
|
void |
setTimestamp(java.util.Calendar timestamp)
Sets the value of field 'timestamp'.
|
ITSensor getSensor()
java.util.Calendar getTimestamp()
void setSensor(ITSensor sensor)
sensor
- the value of field 'sensor'.void setTimestamp(java.util.Calendar timestamp)
timestamp
- the value of field 'timestamp'.