org.oddjob.designer.components
Class JustJobDC

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

public class JustJobDC
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
JustJobDC()
           
 
Method Summary
 FormDefinition form()
           
 SimpleDE getJob()
           
 void setJob(SimpleDE text)
           
 
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

JustJobDC

public JustJobDC()
Method Detail

form

public FormDefinition form()

setJob

public void setJob(SimpleDE text)

getJob

public SimpleDE getJob()