Generic ContactPerson business object

The generic ContactPerson business object represents information for contacting an individual, including the person's name, telephone number and similar information.

Business object structure

The generic ContactPerson business object is a hierarchical business object. Each of its attributes is either a String, a Boolean, or a child business object.

ContactPerson includes the following attributes:

Business object attributes
Name Type Key Cardinality
ObjectId String x  
PersonName PersonName   1
Preference ContactPreference   1
TimePreference TimePreference   1
TelephoneNumber TelephoneNumber   n
PostalAddress PostalAddress   1
ElectronicAddr ElectronicAddress   n
ProcessContext ProcessContext   1

Supported verbs

The generic ContactPerson business object supports the following verbs:

Examining the object

To examine a listing of the attributes of the generic ContactPerson business object, use the System Manager.

Copyright IBM Corp. 2002, 2003