Enterprise Information Portal APIs

com.ibm.mm.beans.workflow
Class CMBCollectionResumeListEntryICM

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

public class CMBCollectionResumeListEntryICM
extends CMBResumeListEntryICM
implements java.io.Serializable

This class represents a collection resume list.

See Also:
CMBDocRoutingQueryService, Serialized Form

Constructor Summary
CMBCollectionResumeListEntryICM()
          Default constructor
 
Method Summary
 java.lang.String getFolderItemTypeName()
          Gets folder item type name.
 void setFolderItemTypeName(java.lang.String folderItemTypeName)
          Sets folder item type name.
 
Methods inherited from class com.ibm.mm.beans.workflow.CMBResumeListEntryICM
getQuantityNeeded, getRequiredItemTypeName, setQuantityNeeded, setRequiredItemTypeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBCollectionResumeListEntryICM

public CMBCollectionResumeListEntryICM()
                                throws java.lang.Exception
Default constructor
Method Detail

getFolderItemTypeName

public java.lang.String getFolderItemTypeName()
Gets folder item type name.
Returns:
folder item type name. Null is returned if folder item type name is not set.

setFolderItemTypeName

public void setFolderItemTypeName(java.lang.String folderItemTypeName)
Sets folder item type name.
Parameters:
folderItemTypeName - the folder item type name.

EIP JavaBeans

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