public class TSensorActionProperty extends com.collaxa.cube.xml.BaseFacade implements java.io.Serializable, ITSensorActionProperty
Constructor and Description |
---|
TSensorActionProperty() |
TSensorActionProperty(org.w3c.dom.Element domElement) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
__getFacadeName()
Method __getFacadeName
|
java.lang.String |
getName()
Returns the value of field 'name'.
|
java.lang.String |
getValue()
Returns the value of field 'value'.
|
void |
setName(java.lang.String name)
Sets the value of field 'name'.
|
void |
setValue(java.lang.String value)
Sets the value of field 'value'.
|
public TSensorActionProperty()
public TSensorActionProperty(org.w3c.dom.Element domElement)
public java.lang.String __getFacadeName()
public java.lang.String getName()
getName
in interface ITSensorActionProperty
public java.lang.String getValue()
getValue
in interface ITSensorActionProperty
public void setName(java.lang.String name)
setName
in interface ITSensorActionProperty
name
- the value of field 'name'.public void setValue(java.lang.String value)
setValue
in interface ITSensorActionProperty
value
- the value of field 'value'.