Package d3
Class D3SensorInfo
java.lang.Object
d3.D3SensorInfo
Class to hold various types of information about a sensor.
- Author:
 - Doug Gillespie
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetCal()protected CalibrationInfoint[]getName()intprotected voidsetCalInfo(CalibrationInfo calInfo) voidsetSensorId(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
 
 - 
getCalInfo
- Returns:
 - the calInfo
 
 - 
setCalInfo
- Parameters:
 calInfo- the calInfo to set
 
 -