#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 | 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 | |
map< string, string, less< string > > | _contact_list |
Human Contacts. |
|
Returns the Contact List.
|
|
Returns the Organization.
|
|
Inserts a Contact into the list.
|
|
Sets Organization attribute.
|