org.jwarp.flow
Interface IWorkflowObject
- All Known Subinterfaces:
- IActivity, IParticipant, IProcess, IRole, IState, ITransition, ITransitionFactory, IWorkflow, IWorkflowModel
- All Known Implementing Classes:
- AWorkflowObject
- public interface IWorkflowObject
This is the base interface for all relevant workflow object. First of all
All objects must define a simple numeic id, a name and a description.
The interface IXMLStorable defines the xml methods.
|
Method Summary |
java.lang.String |
getDescription()
Return a description (opional) |
int |
getID()
Return the ID number of the object. |
java.lang.String |
getName()
Return a name or string representation of the object. |
getID
public int getID()
- Return the ID number of the object.
- Returns:
- the id
getName
public java.lang.String getName()
- Return a name or string representation of the object.
- Returns:
- The name
getDescription
public java.lang.String getDescription()
- Return a description (opional)
- Returns:
- The description