Index

DKCollectionResumeListEntryICM

Purpose:

This class (DKCollectionResumeListEntryICM) contains a set of resume list entries for a collection point. It is derived from the DKResumeListEntryICM class.

Class summary:

 Class summary: 
 
 class DKEXPORT DKCollectionResumeListEntryICM : public DKResumeListEntryICM
         {
public:
            DKCollectionResumeListEntryICM();
            virtual ~DKCollectionResumeListEntryICM();
            DKString getFolderItemTypeName();
            void setFolderItemTypeName(const char* folder_itemtype);
      }

Members:

Constructors and destructor
Constructs a new DKCollectionResumeListEntryICM
           object. Copy constructor to construct a
           DKCollectionResumeListEntryICM object. 
 
            DKCollectionResumeListEntryICM();
                      virtual ~DKCollectionResumeListEntryICM();

Member functions

getFolderItemTypeName()
Returns the Folder Item Type Name.
DKString getFolderItemTypeName()

setFolderItemTypeName()
Sets the Folder Item Type Name.
void setFolderItemTypeName(const char* folder_itemtype)

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