planetj.helpers
Interface ICSVField

All Known Implementing Classes:
Field

public interface ICSVField

Interface defining methods required to generate CSVFields from any object Creation date: (12/4/2001 7:18:45 PM)


Method Summary
 java.lang.String getCSVDisplayField()
          Return the String display value of the Object, that will be written to the CSV file.
 java.lang.String getCSVField()
          Returns the String value of the Object, that will be written to the CSV file.
 

Method Detail

getCSVDisplayField

public java.lang.String getCSVDisplayField()
Return the String display value of the Object, that will be written to the CSV file.


getCSVField

public java.lang.String getCSVField()
Returns the String value of the Object, that will be written to the CSV file. If the toString method of any Object already does this, then there is no need to implement this interface.

Creation date: (12/5/2001 1:52:02 AM)

Returns:
String