BrOrgCreateCmd Class Reference

EPP BrOrgCreateCmd Class. More...

#include <BrOrgCreateCmd.H>

Inheritance diagram for BrOrgCreateCmd:
ContactCreateCmd Command

List of all members.

Public Member Functions

 BrOrgCreateCmd (bool reset=true)
 Default constructor.
void set_organization (const string &organization)
 Sets Organization attribute.
string get_organization () const
 Returns the Organization.
void set_responsible (const string &responsible)
 Sets the responsible for the organization.
string get_responsible () const
 Returns the responsible for the organization.
void set_responsible_f (const bool responsible_f)
 Sets the responsible change flag.
bool get_responsible_f () const
 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 () const
 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.

Detailed Description

EPP BrOrgCreateCmd Class.


Member Function Documentation

map< string, string, less<string> > BrOrgCreateCmd::get_contact_list (  )  const [inline]

Returns the Contact List.

Returns:
Contact List

References _contact_list.

Referenced by cmd_brorg_create().

string BrOrgCreateCmd::get_organization (  )  const [inline]

Returns the Organization.

Returns:
organization attribute

References _organization.

Referenced by cmd_brorg_create().

string BrOrgCreateCmd::get_responsible (  )  const [inline]

Returns the responsible for the organization.

Returns:
Person responsible

References _responsible.

bool BrOrgCreateCmd::get_responsible_f (  )  const [inline]

Returns the responsible change flag.

Returns:
The responsible change flag

References _responsible_f.

void BrOrgCreateCmd::insert_contact ( const string &  type,
const string &  id 
) [inline]

Inserts a Contact into the list.

Parameters:
id Contact Id
type Contact Type

References _contact_list.

Referenced by cmd_brorg_create().

void BrOrgCreateCmd::set_organization ( const string &  organization  )  [inline]

Sets Organization attribute.

Parameters:
organization Organization Identifier

References _organization.

Referenced by cmd_brorg_create().

void BrOrgCreateCmd::set_responsible ( const string &  responsible  )  [inline]

Sets the responsible for the organization.

Parameters:
responsible Person responsible

References _responsible, and _responsible_f.

Referenced by cmd_brorg_create().

void BrOrgCreateCmd::set_responsible_f ( const bool  responsible_f  )  [inline]

Sets the responsible change flag.

Parameters:
responsible_f responsible change flag

References _responsible_f.


The documentation for this class was generated from the following file:
Generated on Wed Aug 11 16:56:44 2010 for libepp_nicbr by  doxygen 1.6.3