AbstractCostCenter

Description

Package: com.ibm.rpm.clientcostcenters.containers

Extends: GenericClient

Usage

This is an abstract class, therefore, cannot be used directly to create an object. It is extended to create ClientCostCenter and ProjectCostCenter.

Supported API Calls

N/A

Security Restrictions

N/A

Fields

The following table lists the fields for this object.

Table 1. AbstractCostCenter Field Description
Field Detail
parent
Type:
  • For ClientCostCenter, the type can be ClientFolder or Division.
  • For ProjectCostCenter, the parent is null.

Default value: N/A

Description: The parent of the abstractCostCenter.

Field validation description: N/A

Additional field security restrictions: N/A

name

Type: string

Default value: N/A

Description: The name of the abstractCostCenter.

Field validation description: Limit 50 characters.

Additional field security restrictions: N/A

description

Type: string

Default value: N/A

Description: The description of the abstractCostCenter.

Field validation description: Limit 50 characters.

Additional field security restrictions: N/A

Inherited Fields

N/A

Related Objects