public class CSVRecord extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
addField(CSVField field)
Add a field to this record.
|
Vector<CSVField> |
getFields() |
int |
getLineNo() |
Persistent |
getPersistent()
Retreive the Persistent corresponding to this CSVRecord, if there
is one.
|
int |
getRecordNo() |
void |
setLineNo(int lineNo) |
void |
setRecordNo(int recordNo) |
public CSVRecord(Table<?> table)
public void addField(CSVField field)
public Persistent getPersistent() throws NoPrimaryKeyInCSVTableException, CSVWriteDownException
NoPrimaryKeyInCSVTableExceptionCSVWriteDownExceptionpublic void setRecordNo(int recordNo)
recordNo - The recordNo to set.public int getRecordNo()
public void setLineNo(int lineNo)
lineNo - The lineNo to set.public int getLineNo()
Copyright © 2000–2021 PanEris. All rights reserved.