Package gov.nasa.pds.label.object
Class RecordLocation
java.lang.Object
gov.nasa.pds.label.object.RecordLocation
public final class RecordLocation extends Object
Class that holds table record location information.
- Author:
- mcayanan
- 
Constructor SummaryConstructors Constructor Description RecordLocation(URL label, URL dataFile, int table, int record)Constructor.
- 
Method Summary
- 
Constructor Details- 
RecordLocationConstructor.- Parameters:
- label- The label.
- dataFile- The data file.
- table- The table index.
- record- The record index.
 
 
- 
- 
Method Details- 
getLabel- Returns:
- the label.
 
- 
getDataFile- Returns:
- the data file.
 
- 
getTablepublic int getTable()- Returns:
- the table index.
 
- 
getRecordpublic int getRecord()- Returns:
- the record index.
 
 
-