nl.innovationinvestments.cheyenne.engine.components
Class Textfile
java.lang.Object
nl.innovationinvestments.cheyenne.engine.components.Component
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
Textfile
public Textfile()
Textfile
public Textfile(Dialog dialog)
- Parameters:
dialog -
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.