nl.innovationinvestments.cheyenne.engine.components
Class DatasetAction

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

public class DatasetAction
extends Component

This componenet handles the dataset actions


Field Summary
static java.lang.String ACTION_ADD
           
static java.lang.String ACTION_CALC
           
static java.lang.String ACTION_MATCH
           
static java.lang.String ACTION_MERGE
           
static java.lang.String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
DatasetAction()
           
DatasetAction(Dialog dialog)
           
 
Method Summary
 void finish()
           
 java.lang.String getAction()
           
 java.lang.String getSource()
           
 java.lang.String getTarget()
           
 void setAction(java.lang.String value)
           
 void setSource(java.lang.String value)
           
 void setTarget(java.lang.String value)
           
 
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_MERGE

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

ACTION_ADD

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

ACTION_MATCH

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

ACTION_CALC

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

DatasetAction

public DatasetAction()

DatasetAction

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

setAction

public void setAction(java.lang.String value)

getAction

public java.lang.String getAction()

setSource

public void setSource(java.lang.String value)

getSource

public java.lang.String getSource()

setTarget

public void setTarget(java.lang.String value)

getTarget

public java.lang.String getTarget()

finish

public void finish()
Overrides:
finish in class Component


Copyright © 2010 InnovationInvestments. All Rights Reserved.