org.oddjob.designer.components
Class OddjobDC

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

public class OddjobDC
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
OddjobDC()
           
 
Method Summary
 FormDefinition form()
           
 ListDE getArgs()
           
 ListDE getClasspath()
           
 MapDE getComponentType()
           
 SimpleDE getFile()
           
 SimpleDE getLoadOnly()
           
 ListDE getPersister()
           
 MapDE getPropertyProxy()
           
 SimpleDE getSubstitution()
           
 MapDE getValueType()
           
 void setArgs(ListDE args)
           
 void setClasspath(ListDE classpath)
           
 void setComponentType(MapDE componentType)
           
 void setFile(SimpleDE config)
           
 void setLoadOnly(SimpleDE loadOnly)
           
 void setPersister(ListDE persister)
           
 void setPropertyProxy(MapDE propertyProxy)
           
 void setSubstitution(SimpleDE substitution)
           
 void setValueType(MapDE valueType)
           
 
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

OddjobDC

public OddjobDC()
Method Detail

form

public FormDefinition form()

setFile

public void setFile(SimpleDE config)

getFile

public SimpleDE getFile()

getClasspath

public ListDE getClasspath()
Returns:
Returns the classpath.

setClasspath

public void setClasspath(ListDE classpath)
Parameters:
classpath - The classpath to set.

getLoadOnly

public SimpleDE getLoadOnly()
Returns:
Returns the loadOnly.

setLoadOnly

public void setLoadOnly(SimpleDE loadOnly)
Parameters:
loadOnly - The loadOnly to set.

getPersister

public ListDE getPersister()

setPersister

public void setPersister(ListDE persister)

getSubstitution

public SimpleDE getSubstitution()
Returns:
Returns the substitution.

setSubstitution

public void setSubstitution(SimpleDE substitution)
Parameters:
substitution - The substitution to set.

getComponentType

public MapDE getComponentType()
Returns:
Returns the componentType.

setComponentType

public void setComponentType(MapDE componentType)
Parameters:
componentType - The componentType to set.

getPropertyProxy

public MapDE getPropertyProxy()
Returns:
Returns the propertyProxy.

setPropertyProxy

public void setPropertyProxy(MapDE propertyProxy)
Parameters:
propertyProxy - The propertyProxy to set.

getValueType

public MapDE getValueType()
Returns:
Returns the valueType.

setValueType

public void setValueType(MapDE valueType)
Parameters:
valueType - The valueType to set.

getArgs

public ListDE getArgs()

setArgs

public void setArgs(ListDE args)