Enterprise Information Portal APIs

com.ibm.mm.beans.workflow
Class CMBResumeListEntryICM

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

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

This class represents an ICM resume list.

See Also:
CMBDocRoutingQueryService, Serialized Form

Constructor Summary
CMBResumeListEntryICM()
          Default constructor
 
Method Summary
 int getQuantityNeeded()
          Gets quantity needed
 java.lang.String getRequiredItemTypeName()
          Gets required item type name.
 void setQuantityNeeded(int quantityNeeded)
          Sets quantity needed.
 void setRequiredItemTypeName(java.lang.String requiredItemTypeName)
          Sets required item type name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMBResumeListEntryICM

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

getRequiredItemTypeName

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

setRequiredItemTypeName

public void setRequiredItemTypeName(java.lang.String requiredItemTypeName)
Sets required item type name.
Parameters:
requiredItemType - name the required item type name.

getQuantityNeeded

public int getQuantityNeeded()
Gets quantity needed
Returns:
quantity needed. Null is returned if quantity needed is not set.

setQuantityNeeded

public void setQuantityNeeded(int quantityNeeded)
Sets quantity needed.
Parameters:
quantityNeeded - the quantity needed.

EIP JavaBeans

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