Class MessageDao

java.lang.Object
org.eso.ias.plugin.network.MessageDao

public class MessageDao extends Object
The message sent from the remote client to the networked plugin
Author:
acaproni
  • Constructor Details

    • MessageDao

      public MessageDao()
      Empty constructor
    • MessageDao

      public 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

    • getTimestamp

      public String getTimestamp()
      Getter
      Returns:
      the timestamp
    • setTimestamp

      public void setTimestamp(String timestamp)
      Setter
      Parameters:
      timestamp - the timestamp
    • getValueType

      public String getValueType()
      Getter
      Returns:
      the type
    • setValueType

      public void setValueType(String valueType)
      Setter
      Parameters:
      valueType - type of the value
    • getValue

      public String getValue()
      Getter
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Setter
      Parameters:
      value - the value
    • getMonitorPointId

      public String getMonitorPointId()
    • setMonitorPointId

      public void setMonitorPointId(String id)
    • getOperMode

      public String getOperMode()
    • setOperMode

      public void setOperMode(String operMode)
    • toString

      public String toString()
      Overrides:
      toString in class Object