|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.util.workflow.WcmWorkflowStepProcessor
Definition class for describing a workflow step processor.
Constructor Summary | |
WcmWorkflowStepProcessor()
Default constructor. |
Method Summary | |
java.lang.String |
getId()
Get the step processor id string |
java.lang.String |
getName()
Get the step processor name string |
void |
setId(java.lang.String id)
Sets the step processor id string |
void |
setName(java.lang.String name)
Sets the step processor name string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public WcmWorkflowStepProcessor()
Method Detail |
public java.lang.String getId()
public void setId(java.lang.String id)
id
- string.public java.lang.String getName()
public void setName(java.lang.String name)
name
- string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |