planetj.helpers
Class FDFFileDescriptor

java.lang.Object
  |
  +--planetj.helpers.FileDescriptor
        |
        +--planetj.helpers.FDFFileDescriptor

public class FDFFileDescriptor
extends FileDescriptor

Insert the type's description here. Creation date: (2/4/2002 1:16:45 PM)


Field Summary
 
Fields inherited from class planetj.helpers.FileDescriptor
COLUMN_HEADINGS_EXTERNAL, COLUMN_HEADINGS_INTERNAL, COLUMN_HEADINGS_NONE, OUTPUT_ROWS_ALL, OUTPUT_ROWS_SCREEN, OUTPUT_ROWS_SELECTED
 
Method Summary
 String getPDFFileName()
          Insert the method's description here.
 boolean isAppendToFile()
          You can never append to a FDF file Creation date: (2/6/2002 12:39:15 PM)
 void setPDFFileName(String newPDFFileName)
          Insert the method's description here.
 
Methods inherited from class planetj.helpers.FileDescriptor
getColumnHeadingsDisplayType, getDisplayColumns, getFileName, getOutputRowType, getPassword, getSystemName, getUserId, setAppendToFile, setColumnHeadingsDisplayType, setDisplayColumns, setFileName, setOutputRowType, setPassword, setSystemName, setUserId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPDFFileName

public String getPDFFileName()
Insert the method's description here. Creation date: (2/4/2002 5:48:50 PM)

Returns:
java.lang.String

isAppendToFile

public boolean isAppendToFile()
You can never append to a FDF file Creation date: (2/6/2002 12:39:15 PM)

Overrides:
isAppendToFile in class FileDescriptor
Returns:
boolean true will append to existing file, false will start with a fresh file.

setPDFFileName

public void setPDFFileName(String newPDFFileName)
Insert the method's description here. Creation date: (2/4/2002 5:48:50 PM)

Parameters:
newPDFFileName - java.lang.String