/AWS1/CL_IOSHIERARCHYMAPPING¶
Maps a hierarchy from an interface asset model to a hierarchy in the asset model where the interface is applied.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_assetmodelhierarchyid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the hierarchy in the asset model where the interface is applied.
iv_ifaceastmodelhierarchyid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the hierarchy in the interface asset model.
Queryable Attributes¶
assetModelHierarchyId¶
The ID of the hierarchy in the asset model where the interface is applied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETMODELHIERARCHYID() |
Getter for ASSETMODELHIERARCHYID, with configurable default |
ASK_ASSETMODELHIERARCHYID() |
Getter for ASSETMODELHIERARCHYID w/ exceptions if field has |
HAS_ASSETMODELHIERARCHYID() |
Determine if ASSETMODELHIERARCHYID has a value |
interfaceAssetModelHierarchyId¶
The ID of the hierarchy in the interface asset model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IFACEASTMODELHIERARCHYID() |
Getter for IFACEASSETMODELHIERARCHYID, with configurable def |
ASK_IFACEASTMODELHIERARCHYID() |
Getter for IFACEASSETMODELHIERARCHYID w/ exceptions if field |
HAS_IFACEASTMODELHIERARCHYID() |
Determine if IFACEASSETMODELHIERARCHYID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_HIERARCHYMAPPINGS¶
TYPES TT_HIERARCHYMAPPINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSHIERARCHYMAPPING WITH DEFAULT KEY
.