com.opensymphony.workflow.loader
Class AbstractDescriptor
java.lang.Object
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
| Fields inherited from interface com.opensymphony.workflow.util.XMLizable |
INDENT |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDescriptor
public AbstractDescriptor()
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()