|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface CsvDataItem
Interface for any objects that can be stored as a csv line.
Copyright 2009 Partner Software, Inc.
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getCsvFieldNames()
Returns a list of csv field names in order. |
java.util.List<com.partnersoft.data.Naming> |
toCsvNamingEntry()
Converts object's current state to csv entry. |
| Method Detail |
|---|
java.util.List<java.lang.String> getCsvFieldNames()
java.util.List<com.partnersoft.data.Naming> toCsvNamingEntry()
List of Namings is returned if object requires multiple lines to be expressed and user wants to alter specific values.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||