/AWS1/CL_MPCENTITY¶
An entity contains data that describes your product, its supported features, and how it can be used or launched by your customer.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/MPCENTITYTYPE /AWS1/MPCENTITYTYPE¶
The type of entity.
Optional arguments:¶
iv_identifier TYPE /AWS1/MPCIDENTIFIER /AWS1/MPCIDENTIFIER¶
The identifier for the entity.
Queryable Attributes¶
Type¶
The type of entity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
Identifier¶
The identifier for the entity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTIFIER() |
Getter for IDENTIFIER, with configurable default |
ASK_IDENTIFIER() |
Getter for IDENTIFIER w/ exceptions if field has no value |
HAS_IDENTIFIER() |
Determine if IDENTIFIER has a value |