com.filenet.wcm.toolkit.server.util.workflow
Class WcmWorkflowStepProcessor

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.workflow.WcmWorkflowStepProcessor

public class WcmWorkflowStepProcessor
extends java.lang.Object

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

WcmWorkflowStepProcessor

public WcmWorkflowStepProcessor()
Default constructor.

Method Detail

getId

public java.lang.String getId()
Get the step processor id string

Returns:
id string.

setId

public void setId(java.lang.String id)
Sets the step processor id string

Parameters:
id - string.

getName

public java.lang.String getName()
Get the step processor name string

Returns:
name string.

setName

public void setName(java.lang.String name)
Sets the step processor name string

Parameters:
name - string.


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.