Index

DKItemTypeClassificationDefICM

Purpose:

This class defines methods to access item type classification information.

Since: Version 8

Class summary:

class DKEXPORT DKItemTypeClassificationDefICM  
 {
   public  :
 
      DKItemTypeClassificationDefICM (dkDatastore* ds);
      virtual ~DKItemTypeClassificationDefICM();
      virtual long     add();
      virtual void     del();
      virtual void     update();
              long     getId();
              void     setId( long id );
              DKString getName();
              void     setName(const char* name );
              DKString getDescription();
              void     setDescription(const char* desc);
 };
 

Members:

Constructors and destructor
DKItemTypeClassificationDefICM (dkDatastore* ds);
virtual ~DKItemTypeClassificationDefICM(); 

Member functions

add
Adds this item type classification type object to the persistent store.
virtual void add ();

del
Deletes this item type classification object from the persistent store.
virtual void del ();

update
Updates this item type classification type from the persistent store.
virtual void update(); 

getId
Gets the value of item type classification code.
long getId();

setId
Sets the item type classification code.
void setId( long id );

getName
Gets the name of this item type classification
DKString getName(); 

setName
Sets the name of the item type classification.
void setName(const char* name );

getDescription
Gets the description of this item type classification.
DKString getDescription(); 

setDescription
Sets the description for this item type classification.
void setDescription(const char* desc); 

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