public class TProcessSensorValueHeader extends com.collaxa.cube.xml.BaseFacade implements java.io.Serializable, ITProcessSensorValueHeader
Constructor and Description |
---|
TProcessSensorValueHeader() |
TProcessSensorValueHeader(org.w3c.dom.Element domElement) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
__getFacadeName()
Method __getFacadeName
|
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'.
|
public TProcessSensorValueHeader()
public TProcessSensorValueHeader(org.w3c.dom.Element domElement)
public java.lang.String __getFacadeName()
public ITSensor getSensor()
getSensor
in interface ITProcessSensorValueHeader
public java.util.Calendar getTimestamp()
getTimestamp
in interface ITProcessSensorValueHeader
public void setSensor(ITSensor sensor)
setSensor
in interface ITProcessSensorValueHeader
sensor
- the value of field 'sensor'.public void setTimestamp(java.util.Calendar timestamp)
setTimestamp
in interface ITProcessSensorValueHeader
timestamp
- the value of field 'timestamp'.