Generic TelcoProduct business object

The generic TelcoProduct business object contains profile information about a product. This business object includes such data as product name, product availability, and various product information.

Business object structure

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

TelcoProduct includes the following attributes:

Business object attributes
Name Type Key Cardinality
ProductId String x  
Name String    
DateTime String    
Description String    
EffectiveStartDate String    
EffectiveEndDate String    
DeleteFlag String    
PriceList PriceData   n
ProductSupplyRef ProductSupplyRef   n
ClassRef TelcoProductClassRef   1
Specification ProductSpec   1
CatalogRef CatalogRef   n
BundledProductRef TelcoProductRef   n
Status Status   1
ProcessContext ProcessContext   1

Supported verbs

The generic TelcoProduct business object supports the following verbs:

Examining the object

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

Copyright IBM Corp. 2002, 2003