nl.innovationinvestments.cheyenne.engine.components
Class Textfile

java.lang.Object
  extended by nl.innovationinvestments.cheyenne.engine.components.Component
      extended by nl.innovationinvestments.cheyenne.engine.components.Textfile

public class Textfile
extends Component

This component executes an SQL and if a resultset is returned, hands it over to the dialog for processing. An SQL may return multiple resultsets.

Author:
User

Field Summary
static java.lang.String ACTION_DELETE
           
static java.lang.String ACTION_LOAD
           
static java.lang.String ACTION_SAVE
           
static java.lang.String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
Textfile()
           
Textfile(Dialog dialog)
           
 
Method Summary
 void finish()
           
 java.lang.String getAction()
           
 java.lang.String getData()
           
 java.lang.String getFilename()
           
 void setAction(java.lang.String value)
          Action
 void setData(java.lang.String value)
          Data
 void setFilename(java.lang.String value)
          Filename
 
Methods inherited from class nl.innovationinvestments.cheyenne.engine.components.Component
getDialog, getId, getLog4j, iterate, setDialog, setId, setLog4j, start, startAndfinish
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final java.lang.String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values

ACTION_LOAD

public static final java.lang.String ACTION_LOAD
See Also:
Constant Field Values

ACTION_SAVE

public static final java.lang.String ACTION_SAVE
See Also:
Constant Field Values

ACTION_DELETE

public static final java.lang.String ACTION_DELETE
See Also:
Constant Field Values
Constructor Detail

Textfile

public Textfile()

Textfile

public Textfile(Dialog dialog)
Parameters:
dialog -
Method Detail

setAction

public void setAction(java.lang.String value)
Action


getAction

public java.lang.String getAction()

setFilename

public void setFilename(java.lang.String value)
Filename


getFilename

public java.lang.String getFilename()

setData

public void setData(java.lang.String value)
Data


getData

public java.lang.String getData()

finish

public void finish()
Overrides:
finish in class Component


Copyright © 2010 InnovationInvestments. All Rights Reserved.