Class ExtractTableTest.TableProperties
java.lang.Object
gov.nasa.pds.objectAccess.example.ExtractTableTest.TableProperties
- Enclosing class:
- ExtractTableTest
public static class ExtractTableTest.TableProperties extends Object
- 
Constructor SummaryConstructors Constructor Description TableProperties()
- 
Method SummaryModifier and Type Method Description intgetFieldLength()StringgetFieldName()StringgetFieldType()StringgetFileName()intgetRecordCount()intgetRecordLength()voidsetFieldLength(int fieldLength)voidsetFieldName(String fieldName)voidsetFieldType(String fieldType)voidsetFileName(String fileName)voidsetRecordCount(int recordCount)voidsetRecordLength(int recordLength)
- 
Constructor Details- 
TablePropertiespublic TableProperties()
 
- 
- 
Method Details- 
getFileName
- 
setFileName
- 
getRecordCountpublic int getRecordCount()
- 
setRecordCountpublic void setRecordCount(int recordCount)
- 
getRecordLengthpublic int getRecordLength()
- 
setRecordLengthpublic void setRecordLength(int recordLength)
- 
getFieldName
- 
setFieldName
- 
getFieldType
- 
setFieldType
- 
getFieldLengthpublic int getFieldLength()
- 
setFieldLengthpublic void setFieldLength(int fieldLength)
 
-