public interface Record
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getData()
Retrieves the data for a given record
|
void |
setData(java.lang.Integer obid)
Constructs the object containing the data for the record
|
void |
setData(java.lang.Long obid)
Constructs the object containing the data for the record
|
void |
setData(java.lang.Number obid,
java.lang.Number missingValue)
Method to construct row object with user specified missing value override
|
void |
setObid(java.lang.Integer observationNumber)
Method to set the observation index value for the record
|
void |
setObid(java.lang.Long observationNumber)
Method to set the observation index value for the record
|
void setObid(java.lang.Long observationNumber)
observationNumber - An observation index valuevoid setObid(java.lang.Integer observationNumber)
observationNumber - An observation index valuevoid setData(java.lang.Long obid)
obid - Observation ID for which data is to be retrievedvoid setData(java.lang.Integer obid)
obid - Observation ID for which data is to be retrievedvoid setData(java.lang.Number obid,
java.lang.Number missingValue)
obid - The observation ID for which the data are to be retrievedmissingValue - The value to use if missing data are presentjava.lang.Object getData()