Enterprise Information Portal APIs

com.ibm.mm.sdk.common
Class DKResumeListEntryICM

java.lang.Object
  |
  +--com.ibm.mm.sdk.common.DKResumeListEntryICM
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DKCollectionResumeListEntryICM

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

The DKResumeListEntryICM class represents a resume list entry in Content Manager. It specifies an entry in the resume list, the required item type and the number of items required. The required item type for a resume list entry can be defined as the item type that satisfies the criteria for the resume list. The collection of resume list entries can be associated with a document routing work package.

See Also:
DKCollectionResumeListEntryICM, Serialized Form

Constructor Summary
DKResumeListEntryICM()
          Default constructor.
 
Method Summary
 int getQuantityNeeded()
          Retrieves the value for the required quantity of the required item type for this resume list entry object.
 java.lang.String getRequiredItemTypeName()
          Retrieves the name of the required item type for this resume list entry object.
 void setQuantityNeeded(int qty)
          Sets the required quantity of the required item type for this resume list entry object.
 void setRequiredItemTypeName(java.lang.String reqITName)
          Sets the name of the required item type for this resume list entry object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DKResumeListEntryICM

public DKResumeListEntryICM()
Default constructor. Constructs and initializes a resume list entry object.
  DKResumeListEntryICM resume = new DKResumeListEntryICM();
  
Method Detail

getRequiredItemTypeName

public java.lang.String getRequiredItemTypeName()
Retrieves the name of the required item type for this resume list entry object.
Returns:
the name of the required item type for this resume list entry as a string

setRequiredItemTypeName

public void setRequiredItemTypeName(java.lang.String reqITName)
Sets the name of the required item type for this resume list entry object
Parameters:
reqITName - the name of the required item type for this resume list entry as a string

getQuantityNeeded

public int getQuantityNeeded()
Retrieves the value for the required quantity of the required item type for this resume list entry object.
Returns:
the required quantity of the required item type for this resume list entry object.

setQuantityNeeded

public void setQuantityNeeded(int qty)
Sets the required quantity of the required item type for this resume list entry object.
Parameters:
qty - the required quantity of the required item type for this resume list entry object.

EIP Java APIs

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