planetj.helpers
Class MSAccessDescriptor

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

public class MSAccessDescriptor
extends FileDescriptor

Describes how to export into MS access. The actual export code is in the planetj.database.MSAccessDBSystem.


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
 
Constructor Summary
MSAccessDescriptor()
          FDFFileDescriptor constructor comment.
MSAccessDescriptor(MSAccessPropertyGroup pProperties)
          FDFFileDescriptor constructor comment.
 
Method Summary
 String getDataSourceName()
          Gets the name of the datasource to connect to
 String getDestination()
          Gets the system to export to.
 Object getKey()
          Gets the key with which this descriptor's alias will be stored
 String getTableName()
          Gets the name of the table to export to
 void setDataSourceName(String newDataSourceName)
          Sets the name of the datasource to connect to
 void setDestination(String destination)
          Sets the system to export to.
 void setTableName(String newTableName)
          Sets the name of the table to export to
 
Methods inherited from class planetj.helpers.FileDescriptor
getColumnHeadingsDisplayType, getDisplayColumns, getFileName, getOutputRowType, getPassword, getSystemName, getUserId, isAppendToFile, setAppendToFile, setColumnHeadingsDisplayType, setDisplayColumns, setFileName, setOutputRowType, setPassword, setSystemName, setUserId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSAccessDescriptor

public MSAccessDescriptor()
FDFFileDescriptor constructor comment.


MSAccessDescriptor

public MSAccessDescriptor(MSAccessPropertyGroup pProperties)
FDFFileDescriptor constructor comment.

Method Detail

getDataSourceName

public String getDataSourceName()
Gets the name of the datasource to connect to


getDestination

public String getDestination()
Gets the system to export to. The destination must resolve to an IP address


getKey

public Object getKey()
Gets the key with which this descriptor's alias will be stored


getTableName

public String getTableName()
Gets the name of the table to export to


setDataSourceName

public void setDataSourceName(String newDataSourceName)
Sets the name of the datasource to connect to


setDestination

public void setDestination(String destination)
Sets the system to export to. The destination must resolve to an IP address


setTableName

public void setTableName(String newTableName)
Sets the name of the table to export to