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 String ACTION_DELETE
           
static String ACTION_LOAD
           
static String ACTION_SAVE
           
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
Textfile()
           
Textfile(Dialog dialog)
           
 
Method Summary
 void finish()
           
 String getAction()
           
 String getData()
           
 String getFilename()
           
 void setAction(String value)
          Action
 void setData(String value)
          Data
 void setFilename(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 String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values

ACTION_LOAD

public static final String ACTION_LOAD
See Also:
Constant Field Values

ACTION_SAVE

public static final String ACTION_SAVE
See Also:
Constant Field Values

ACTION_DELETE

public static final 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(String value)
Action


getAction

public String getAction()

setFilename

public void setFilename(String value)
Filename


getFilename

public String getFilename()

setData

public void setData(String value)
Data


getData

public String getData()

finish

public void finish()
Overrides:
finish in class Component


Copyright © 2013 InnovationInvestments. All rights reserved.