Purpose:
This is the class that is used to represent a document model object.
Class summary:
class DKDocModelTS { public: DKDocModelTS(); virtual ~DKDocModelTS(); DKString getName(); void setName(const char* docModelName); long getCCSID(); void setCCSID(long docModelCCSID); long numberOfDocSections(); void addDocSection(DKDocSectionTS* docSection); DKDocSectionTS* getDocSection(long docSectionIndex); }
Members:
DKDocModelTS(); virtual ~DKDocModelTS();
DKString getName();
void setName(const char* docModelName);
long getCCSID();
void setCCSID(long docModelCCSID);
long numberOfDocSections();
void addDocSection(DKDocSectionTS* docSection);
DKDocSectionTS* getDocSection(long docSectionIndex);
(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.