Package org.eso.ias.plugin.network
Class MessageDao
java.lang.Object
org.eso.ias.plugin.network.MessageDao
The message sent from the remote client to the
 networked plugin
- Author:
- acaproni
- 
Constructor SummaryConstructorsConstructorDescriptionEmpty constructorConstructor
- 
Method SummaryModifier and TypeMethodDescriptionGettergetValue()GetterGettervoidvoidsetOperMode(String operMode) voidsetTimestamp(String timestamp) SettervoidSettervoidsetValueType(String valueType) SettertoString()
- 
Constructor Details- 
MessageDaopublic MessageDao()Empty constructor
- 
MessageDaopublic MessageDao(String mPointId, String timestamp, String value, String valueType, String operMode) Constructor- Parameters:
- mPointId- the ID of the monitor point
- timestamp- ISO 8601 time stamp
- value- The value (sample) to be sent to the BSDB
- valueType- The type of the value
- operMode- The operational mode (can be- null)
 
 
- 
- 
Method Details- 
getTimestampGetter- Returns:
- the timestamp
 
- 
setTimestampSetter- Parameters:
- timestamp- the timestamp
 
- 
getValueTypeGetter- Returns:
- the type
 
- 
setValueTypeSetter- Parameters:
- valueType- type of the value
 
- 
getValueGetter- Returns:
- the value
 
- 
setValueSetter- Parameters:
- value- the value
 
- 
getMonitorPointId
- 
setMonitorPointId
- 
getOperMode
- 
setOperMode
- 
toString
 
-