com.ibm.mm.sdk.common
Class DKCollectionResumeListEntryICM
java.lang.Object
|
+--com.ibm.mm.sdk.common.DKResumeListEntryICM
|
+--com.ibm.mm.sdk.common.DKCollectionResumeListEntryICM
- All Implemented Interfaces:
- java.io.Serializable
- public class DKCollectionResumeListEntryICM
- extends DKResumeListEntryICM
- implements java.io.Serializable
The DKCollectionResumeListEntryICM class models the resume list for collection points in a document routing process.
It contains the information related to a resume list entry, a folder item type, an item type and the quantity of items of that item type
required for the specified folder item type(the latter two things are inherited from its super-class DKResumeListEntry).
A collection of objects of this type can be associated with a work node to form a collection point.
- See Also:
DKResumeListEntryICM
, Serialized Form
Method Summary |
java.lang.String |
getFolderItemTypeName()
Retrieves the name of the folder item type associated with this collection resume list entry object. |
void |
setFolderItemTypeName(java.lang.String folderITName)
Sets the name of the folder item type associated with this collection resume list entry object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DKCollectionResumeListEntryICM
public DKCollectionResumeListEntryICM()
- Default constructor.Constructs and initializes a resume list entry for a collection point.
DKCollectionResumeListEntryICM resume = new DKCollectionResumeListEntryICM();
- See Also:
DKResumeListEntryICM
getFolderItemTypeName
public java.lang.String getFolderItemTypeName()
- Retrieves the name of the folder item type associated with this collection resume list entry object.
- Returns:
- the name of the associated folder item type for this object
setFolderItemTypeName
public void setFolderItemTypeName(java.lang.String folderITName)
- Sets the name of the folder item type associated with this collection resume list entry object.
- Parameters:
folderITName
- the name of the folder item type to associate with this collection resume list entry object.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.