org.oddjob.designer.components
Class CopyDC

java.lang.Object
  extended byjava.util.Observable
      extended byorg.oddjob.designer.model.DesignAdult
          extended byorg.oddjob.designer.components.BaseDC
              extended byorg.oddjob.designer.components.CopyDC
All Implemented Interfaces:
DesignComponent

public class CopyDC
extends BaseDC


Field Summary
 
Fields inherited from class org.oddjob.designer.components.BaseDC
idField, nameField
 
Fields inherited from class org.oddjob.designer.model.DesignAdult
parent
 
Constructor Summary
CopyDC()
           
 
Method Summary
 FormDefinition form()
           
 ListDE getFrom()
           
 InputDE getInput()
           
 OutputDE getOutput()
           
 FileAttribute getTo()
           
 void setFrom(ListDE from)
           
 void setInput(InputDE input)
           
 void setOutput(OutputDE output)
           
 void setTo(FileAttribute to)
           
 
Methods inherited from class org.oddjob.designer.components.BaseDC
availableActions, basePanel, getId, getName, name, name, setId, setName, tag, tag
 
Methods inherited from class org.oddjob.designer.model.DesignAdult
addChild, childCount, childElements, children, children, clearChildren, createType, insertChild, parent, removeChild, supportedTypes, supportedTypes
 
Methods inherited from class java.util.Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyDC

public CopyDC()
Method Detail

form

public FormDefinition form()

setFrom

public void setFrom(ListDE from)

getFrom

public ListDE getFrom()

setTo

public void setTo(FileAttribute to)

getTo

public FileAttribute getTo()

getInput

public InputDE getInput()
Returns:
Returns the input.

setInput

public void setInput(InputDE input)
Parameters:
input - The input to set.

getOutput

public OutputDE getOutput()
Returns:
Returns the output.

setOutput

public void setOutput(OutputDE output)
Parameters:
output - The output to set.