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

See Also:
Constant Field Values

ACTION_MERGE

public static final String ACTION_MERGE
See Also:
Constant Field Values

ACTION_ADD

public static final String ACTION_ADD
See Also:
Constant Field Values

ACTION_MATCH

public static final String ACTION_MATCH
See Also:
Constant Field Values

ACTION_CALC

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

getAction

public String getAction()

setSource

public void setSource(String value)

getSource

public String getSource()

setTarget

public void setTarget(String value)

getTarget

public String getTarget()

finish

public void finish()
Overrides:
finish in class Component


Copyright © 2013 InnovationInvestments. All rights reserved.