Package gov.nasa.pds.label.object
Class RecordLocation
java.lang.Object
gov.nasa.pds.label.object.RecordLocation
Class that holds table record location information.
- Author:
- mcayanan
-
Constructor Summary
ConstructorsConstructorDescriptionRecordLocation(URL label, URL dataFile, DataObjectLocation dataObjectLocation, int record) Constructor.RecordLocation(URL label, URL dataFile, DataObjectLocation dataObjectLocation, long record) Constructor. -
Method Summary
-
Constructor Details
-
RecordLocation
Constructor.- Parameters:
label- The label.dataFile- The data file.table- The table index.record- The record index as integer.
-
RecordLocation
Constructor.- Parameters:
label- The label.dataFile- The data file.table- The table index.record- The record index as a long.
-
-
Method Details
-
getLabel
- Returns:
- the label.
-
getDataFile
- Returns:
- the data file.
-
getDataObjectLocation
- Returns:
- the data object location.
-
getRecord
public long getRecord()- Returns:
- the record index.
-