Enterprise Information Portal APIs

com.ibm.mm.beans.workflow
Class CMBProcessICM

java.lang.Object
  |
  +--com.ibm.mm.beans.workflow.CMBProcessICM
All Implemented Interfaces:
java.io.Serializable

public class CMBProcessICM
extends java.lang.Object
implements java.io.Serializable

This class represents an CMBProcessICM.

See Also:
CMBDocRoutingQueryService, Serialized Form

Constructor Summary
CMBProcessICM()
          Default constructor
 
Method Summary
 java.lang.String getACLName()
          Gets the ACL name.
 java.lang.String getDescription()
          Gets the description.
 java.lang.String getLastChangedTime()
          Gets the last changed time.
 java.lang.String getName()
          Gets the name.
 java.lang.String getPidString()
          Gets the process persistent id.
 java.util.Collection getRoute()
          Get the route.
 void setACLName(java.lang.String aclName)
          Sets the ACL name.
 void setDescription(java.lang.String description)
          Sets the description.
 void setLastChangedTime(java.lang.String lastChangedTime)
          Sets the last changed time.
 void setName(java.lang.String name)
          Sets the name.
 void setPidString(java.lang.String pidString)
          Sets the pidString.
 void setRoute(java.util.Collection route)
          Sets the route list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBProcessICM

public CMBProcessICM()
Default constructor
Method Detail

getPidString

public java.lang.String getPidString()
Gets the process persistent id.
Returns:
the process persistent id. Null is returned if the pid is not set.

setPidString

public void setPidString(java.lang.String pidString)
Sets the pidString.
Parameters:
pidString - the pidString

getName

public java.lang.String getName()
Gets the name.
Returns:
the process name. Null is returned if process name is not set.

setName

public void setName(java.lang.String name)
Sets the name.
Parameters:
name - the name

getLastChangedTime

public java.lang.String getLastChangedTime()
Gets the last changed time.
Returns:
the last changed time. Null is returned if lastChangedTime is not set.

setLastChangedTime

public void setLastChangedTime(java.lang.String lastChangedTime)
Sets the last changed time.
Parameters:
lastChangedTime - the last changed time

getACLName

public java.lang.String getACLName()
Gets the ACL name.
Returns:
the ACL name. Null is returned if ACL name is not set.

setACLName

public void setACLName(java.lang.String aclName)
Sets the ACL name.
Parameters:
aclName - the ACL name

getDescription

public java.lang.String getDescription()
Gets the description.
Returns:
the description. Null is returned if description is not set.

setDescription

public void setDescription(java.lang.String description)
Sets the description.
Parameters:
description - the description

getRoute

public java.util.Collection getRoute()
Get the route.
Returns:
a collection of CMBRouteListEntryICM objects. Null is returned if route list is not set.

setRoute

public void setRoute(java.util.Collection route)
Sets the route list.
Parameters:
route - list. A collection of CMBRouteListEntryICM objects.

EIP JavaBeans

(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.