Package d3
Class D3SensorInfo
java.lang.Object
d3.D3SensorInfo
Class to hold various types of information about a sensor.
- Author:
- Doug Gillespie
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCal()
int[]
getName()
int
void
setSensorId
(int sensorId) toString()
-
Constructor Details
-
D3SensorInfo
public D3SensorInfo(int sensorId, int[] fullList)
-
-
Method Details
-
toString
-
getListIndexes
public int[] getListIndexes()- Returns:
- the listIndexes
-
getSensorId
public int getSensorId()- Returns:
- the sensorId
-
setSensorId
public void setSensorId(int sensorId) - Parameters:
sensorId
- the sensorId to set
-
getName
- Returns:
- the name
-
getCal
- Returns:
- the cal
-
getQualifier1
- Returns:
- the qualifier1
-
getQualifier2
- Returns:
- the qualifier2
-
getDescription
- Returns:
- the description
-
getComment
- Returns:
- the comment
-