Main Page | Class Hierarchy | Class List | Directories | File List | Class Members | File Members

mrprj::ResourceGroup Class Reference

for managing the content of the class ResourceGroup More...

#include <mrprjContent.h>

Collaboration diagram for mrprj::ResourceGroup:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ResourceGroup (krmuo::LoggingUnit &pLoggingUnit, const string &pGroupId, const string &pGroupTitle="???", const string &pGroupDescription="???", const string &pGroupAdminName="???", const string &pGroupAdminPhone="???", const string &pGroupAdminEmail="???")
 constructor for class ResourceGroup
 ~ResourceGroup ()
 class-destructor
const string & getGroupId () const
 returns the id of the denoted resource-group
const string & getGroupTitle () const
 returns the name/title of the denoted resource-group
const string & getGroupAdminName () const
 returns the name of the admin of denoted resource-group
const string & getGroupAdminPhone () const
 returns the phone of the admin of denoted resource-group
const string & getGroupAdminEmail () const
 returns the email-address of the admin of denoted resource-group

Detailed Description

for managing the content of the class ResourceGroup

instances of the class ResourceGroup have the task to hold and change the content of those entries of the mrProject-Xml-File, by which a ResourceGroup of the project is described

Definition at line 708 of file mrprjContent.h.


Constructor & Destructor Documentation

mrprj::ResourceGroup::ResourceGroup krmuo::LoggingUnit pLoggingUnit,
const string &  pGroupId,
const string &  pGroupTitle = "???",
const string &  pGroupDescription = "???",
const string &  pGroupAdminName = "???",
const string &  pGroupAdminPhone = "???",
const string &  pGroupAdminEmail = "???"
 

constructor for class ResourceGroup

Parameters:
pLoggingUnit :- reference to the use fault-message-writer
pGroupId:- nescessary uniq resource-group-id
pGroupTitle :- the resource-group-name (default: "???"),
pGroupDescription :- a resource-group description (default: "???"),
pGroupAdminName :- the name of the resource-group-admin (default: "???"),
pGroupAdminPhone :- ... his phone-number ... (default: "???"),
pGroupAdminEmail :- his email address (default: "???")

Definition at line 2152 of file mrprjContent.cc.

References HM.

mrprj::ResourceGroup::~ResourceGroup  ) 
 

class-destructor

class-destructor which gets no parameters and returns nothing

Definition at line 2179 of file mrprjContent.cc.

References HM.


The documentation for this class was generated from the following files:
Generated on Sat Mar 4 11:55:29 2006 for MRPROJEXT by  doxygen 1.4.1