com.opensymphony.workflow.loader
Class AbstractDescriptor

java.lang.Object
  extended by com.opensymphony.workflow.loader.AbstractDescriptor
All Implemented Interfaces:
XMLizable, Serializable
Direct Known Subclasses:
ActionDescriptor, ConditionDescriptor, ConditionsDescriptor, FunctionDescriptor, JoinDescriptor, PermissionDescriptor, RegisterDescriptor, RestrictionDescriptor, ResultDescriptor, SplitDescriptor, StepDescriptor, ValidatorDescriptor, WorkflowDescriptor

public abstract class AbstractDescriptor
extends Object
implements XMLizable, Serializable

User: hani Date: May 28, 2003 Time: 12:44:54 AM

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.opensymphony.workflow.util.XMLizable
INDENT
 
Constructor Summary
AbstractDescriptor()
           
 
Method Summary
 String asXML()
           
 int getEntityId()
           
 int getId()
           
 AbstractDescriptor getParent()
           
 boolean hasId()
           
 void setEntityId(int entityId)
           
 void setId(int id)
           
 void setParent(AbstractDescriptor parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.opensymphony.workflow.util.XMLizable
writeXML
 

Constructor Detail

AbstractDescriptor

public AbstractDescriptor()
Method Detail

setEntityId

public void setEntityId(int entityId)

getEntityId

public int getEntityId()

setId

public void setId(int id)

getId

public int getId()

setParent

public void setParent(AbstractDescriptor parent)

getParent

public AbstractDescriptor getParent()

asXML

public String asXML()

hasId

public boolean hasId()

OpenSymphony Workflow Project Page