|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.mm.beans.workflow.CMBProcessICM
This class represents an CMBProcessICM.
CMBDocRoutingQueryService
, Serialized FormConstructor 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 |
public CMBProcessICM()
Method Detail |
public java.lang.String getPidString()
public void setPidString(java.lang.String pidString)
pidString
- the pidStringpublic java.lang.String getName()
public void setName(java.lang.String name)
name
- the namepublic java.lang.String getLastChangedTime()
public void setLastChangedTime(java.lang.String lastChangedTime)
lastChangedTime
- the last changed timepublic java.lang.String getACLName()
public void setACLName(java.lang.String aclName)
aclName
- the ACL namepublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the descriptionpublic java.util.Collection getRoute()
public void setRoute(java.util.Collection route)
route
- list. A collection of CMBRouteListEntryICM objects.
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |