|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.melati.poem.csv.CSVRecord
public class CSVRecord
A record within a CSV File.
Constructor Summary | |
---|---|
CSVRecord(Table table)
Constructor. |
Method Summary | |
---|---|
void |
addField(CSVField field)
Add a field to this record. |
Vector |
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CSVRecord(Table table)
Method Detail |
---|
public void addField(CSVField field)
public Persistent getPersistent() throws NoPrimaryKeyInCSVTableException, CSVWriteDownException
NoPrimaryKeyInCSVTableException
CSVWriteDownException
public 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()
public Vector getFields()
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |