java.lang.Object
test.de.iip_ecosphere.platform.connectors.modbustcpipv1.ModbusCommandC

public class ModbusCommandC extends Object
Some Modbus machine command for testing.
Author:
Christian Nikolajew
  • Field Details

    • mShort

      private Short mShort
    • mInteger

      private Integer mInteger
    • mFloat

      private Float mFloat
    • mLong

      private Long mLong
    • mDouble

      private Double mDouble
  • Constructor Details

    • ModbusCommandC

      public ModbusCommandC()
      Constructor.
  • Method Details

    • setShort

      public void setShort(Short aShort)
      Setter for mShort.
      Parameters:
      aShort - the short to set
    • setInteger

      public void setInteger(Integer aInteger)
      Setter for mInteger.
      Parameters:
      aInteger - the integer to set
    • setFloat

      public void setFloat(Float aFloat)
      Setter for mFloat.
      Parameters:
      aFloat - the float to set
    • setLong

      public void setLong(Long aLong)
      Setter for mLong.
      Parameters:
      aLong - the long to set
    • setDouble

      public void setDouble(Double aDouble)
      Setter for mDouble.
      Parameters:
      aDouble - the double to set
    • getShort

      public Short getShort()
      Getter for mShort.
      Returns:
      the value of mShort
    • getInteger

      public Integer getInteger()
      Getter for month.
      Returns:
      the value of mInteger
    • getFloat

      public Float getFloat()
      Getter for mFloat.
      Returns:
      the value of mFloat
    • getLong

      public Long getLong()
      Getter for mLong.
      Returns:
      the value of mLong
    • getDouble

      public Double getDouble()
      Getter for mDouble.
      Returns:
      the value of mDouble