#include <mrprjContent.h>
Collaboration diagram for mrprj::ResourceGroup:

Public Methods | |
| 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 | |
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 for class ResourceGroup 
 
 
 Definition at line 2152 of file mrprjContent.cc. References HM.  | 
  
      
  | 
  
| 
 class-destructor 
 class-destructor which gets no parameters and returns nothing Definition at line 2179 of file mrprjContent.cc. References HM, and krmuo::LoggingUnit::makeEntry().  | 
  
1.2.17