GenericClient

Description

Package: com.ibm.rpm.clientcostcenters.containers

Extends: RPMObject

Usage

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

Supported API Calls

Security Restrictions

N/A

Fields

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

Default value: N/A

Description: The parent of the genericClient.

Field validation description: N/A

Additional field security restrictions: N/A

name

Type: string

Default value: N/A

Description: The name of the genericClient

Field validation description: Limit 50 characters

Additional field security restrictions: N/A

description

Type: string

Default value: N/A

Description: The description of the genericClient

Field validation description: Limit 50 characters

Additional field security restrictions: N/A

Inherited Fields

N/A

Related Objects