#include <mrprjContent.h>
Collaboration diagram for mrprj::Resource:
Public Member Functions | |
Resource (krmuo::LoggingUnit &mLoggingUnit, const string &pResourceId, const string &pResourceGroupId, const string &pResourceTitle="???", const string &pResourceDescription="???", const int pResourceType=1, const long pResourceUnits=100, const string &pRecourceEmail="???", float pRecourceStdRate=0.0, float pRecourceOvtRate=200.0) | |
constructor for class Resource | |
~Resource () | |
class-destructor | |
const string & | getResourceId () const |
returns the resource-id | |
const string & | getResourceGroupId () const |
returns the id of the corresponding group-id | |
const string & | getResourceTitle () const |
returns the name / title of the resource | |
const int | getResourceType () const |
returns the type of the resource | |
const long | getResourceUnits () const |
returns the units of the resource | |
const string & | getRecourceEmail () const |
returns the email-address of the resource | |
const float | getRecourceStdRate () const |
returns the std-rate of the resource | |
const float | getRecourceOvtRate () const |
returns the ovt-rate of the resource |
instances of the class Resource have the task to hold and change the content of those entries of the mrProject-Xml-File, by which a Resource of the project is described
Definition at line 797 of file mrprjContent.h.
|
constructor for class Resource
Definition at line 2203 of file mrprjContent.cc. References HM. |
|
class-destructor class-destructor which gets no parameters and returns nothing Definition at line 2235 of file mrprjContent.cc. References HM. |