Index

DKServerTypeDefFed

Purpose:

The DKServerTypeDefFed class represents a server type definition.

Class summary:

class DKServerTypeDefFed
{
public:
    DKServerTypeDefFed(dkDatastore* ds);
    virtual ~DKServerTypeDefFed();
 
    DKString getDescription () const;
    void setDescription (const char* newName);
    DKString getDatasttype () const;
    void setDatasttype (const char* newName);
    DKString getJavaClass () const;
    void setJavaClass (const char* newName);
    DKString getCppClass () const;
    void setCppClass (const char* newName);
    DKString getAXClass () const;
    void setAXClass (const char* newName);
    DKString getGuiClass () const;
    void setGuiClass (const char* newName);
    dkDatastore * getDatastore() const;
    void setDatastore(dkDatastore * pds);
    int getServerType () const;
    void setServerType (int type);
};

Members:

Constructors and destructor
Constructs a DKServerTypeDefFed object initialized to the specified name.
    DKServerTypeDefFed(dkDatastore* ds);
    virtual ~DKServerTypeDefFed();
 

Member functions

getDescription
Gets the description for this server type.
DKString getDescription () const;

setDescription
Sets the description for this server type.
void setDescription (const char* newName);

getDatasttype
Gets a key for the server type.
DKString getDatasttype () const;

setDatasttype
Sets a key for the server type.
void setDatasttype (const char* newName);

getJavaClass
Gets the Java class name.
DKString getJavaClass () const;

setJavaClass
Sets the Java class name.
void setJavaClass (const char* newName);

getCppClass
Gets the C++ class name.
DKString getCppClass () const;

setCppClass
Sets C++ class name.
void setCppClass (const char* newName);

getAXClass
Gets the ActiveX class name.
DKString getAXClass () const;

setAXClass
Sets the ActiveX class name.
void setAXClass (const char* newName);

getGuiClass
Gets the GUI class name.
DKString getGuiClass () const;

setGuiClass
Sets the GUI class name.
void setGuiClass (const char* newName);

getDatastore
Gets the reference to the owner datastore object.
dkDatastore * getDatastore() const;

setDatastore
Sets the reference to the owner datastore object.
void setDatastore(dkDatastore * pds);

getServerType
Gets the type of this server.
int getServerType () const;

setServerType
Sets the type of this server.
void setServerType (int type);

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