BusinessInfo Class

The BusinessInfo class is derived from VObject.
It contains business related information about the contact.
Defined in: businessinfo.hpp and
businessinfo.cpp
Class Members
Data Members
public
string company
Company name.
string street
Street name.
string city
City name.
string state
State name
string
zipCode
Zip code
string country
Country name,
string
jobTitle
Contact's job title.
string department
Contact's department name.
string offce
Contact's office location..
string phone
Contact's phone number.
string fax
Contact's fax number.
string pager
Contact's pager number.
string
ipPhone
Contact's internet phone
number.
string
webPage
Business web page address.
Member Functions
public
BusinessInfo
(void)
Constructs a BusinessInfo object.
BusinessInfo
(const BusinessInfo & that)
Constructs a BusinessInfo object.
virtual ~BusinessInfo
(void)
Destructs a BusinessInfo
object.
BusinessInfo & operator=
(const BusinessInfo & that)
Assignment operator.
void clear (void)
Clears all the data fields in
the object.
virtual void
populateEditView
(void)
Overrides VObject's populateEditView function and initializes the object's data members with values that will be displayed during the view
editing process.
friend ostream &
operator<<
(ostream & os, BusinessInfo & obj)
Streams the object out.
friend istream & operator>>
(istream & is, BusinessInfo & obj)
Stream object in.
|