Package d3

Class D3SensorInfo

java.lang.Object
d3.D3SensorInfo

public class D3SensorInfo extends Object
Class to hold various types of information about a sensor.
Author:
Doug Gillespie
  • Constructor Details Link icon

    • D3SensorInfo Link icon

      public D3SensorInfo(int sensorId, int[] fullList)
  • Method Details Link icon

    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object
    • getListIndexes Link icon

      public int[] getListIndexes()
      Returns:
      the listIndexes
    • getSensorId Link icon

      public int getSensorId()
      Returns:
      the sensorId
    • setSensorId Link icon

      public void setSensorId(int sensorId)
      Parameters:
      sensorId - the sensorId to set
    • getName Link icon

      public String getName()
      Returns:
      the name
    • getCal Link icon

      public String getCal()
      Returns:
      the cal
    • getQualifier1 Link icon

      public String getQualifier1()
      Returns:
      the qualifier1
    • getQualifier2 Link icon

      public String getQualifier2()
      Returns:
      the qualifier2
    • getDescription Link icon

      public String getDescription()
      Returns:
      the description
    • getComment Link icon

      public String getComment()
      Returns:
      the comment