#include <BrOrgCreateCmd.H>
Inheritance diagram for BrOrgCreateCmd:
Public Member Functions | |
BrOrgCreateCmd (bool reset=true) | |
Default constructor. | |
void | set_organization (const string &organization) |
Sets Organization attribute. | |
string | get_organization () |
Returns the Organization. | |
void | set_responsible (const string &responsible) |
Sets the responsible for the organization. | |
string | get_responsible () |
Returns the responsible for the organization. | |
void | set_responsible_f (bool responsible_f) |
Sets the responsible change flag. | |
bool | get_responsible_f () |
Returns the responsible change flag. | |
void | insert_contact (const string &type, const string &id) |
Inserts a Contact into the list. | |
map< string, string, less< string > > | get_contact_list () |
Returns the Contact List. | |
void | reset () |
reset attributes | |
Protected Attributes | |
string | _organization |
map with organization attribute | |
string | _responsible |
Person responsible for the organization. | |
bool | _responsible_f |
Responsible change flag. | |
map< string, string, less< string > > | _contact_list |
Human Contacts. |
map< string, string, less<string> > BrOrgCreateCmd::get_contact_list | ( | ) | [inline] |
Returns the Contact List.
string BrOrgCreateCmd::get_organization | ( | ) | [inline] |
Returns the Organization.
string BrOrgCreateCmd::get_responsible | ( | ) | [inline] |
Returns the responsible for the organization.
bool BrOrgCreateCmd::get_responsible_f | ( | ) | [inline] |
Returns the responsible change flag.
void BrOrgCreateCmd::insert_contact | ( | const string & | type, | |
const string & | id | |||
) | [inline] |
Inserts a Contact into the list.
id | Contact Id | |
type | Contact Type |
void BrOrgCreateCmd::set_organization | ( | const string & | organization | ) | [inline] |
Sets Organization attribute.
organization | Organization Identifier |
void BrOrgCreateCmd::set_responsible | ( | const string & | responsible | ) | [inline] |
Sets the responsible for the organization.
responsible | Person responsible |
void BrOrgCreateCmd::set_responsible_f | ( | bool | responsible_f | ) | [inline] |
Sets the responsible change flag.
responsible_f | responsible change flag |