/AWS1/CL_REVSVCEVENTDETAILS¶
Contains the details of a service event.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_title TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The title of the event.
iv_description TYPE /AWS1/REVSTRING /AWS1/REVSTRING¶
The description of the event.
Optional arguments:¶
io_eventmetadata TYPE REF TO /AWS1/CL_REVSERVICEEVENTMET /AWS1/CL_REVSERVICEEVENTMET¶
Type-specific metadata for each service event type.
Queryable Attributes¶
title¶
The title of the event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TITLE() |
Getter for TITLE, with configurable default |
ASK_TITLE() |
Getter for TITLE w/ exceptions if field has no value |
HAS_TITLE() |
Determine if TITLE has a value |
description¶
The description of the event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
eventMetadata¶
Type-specific metadata for each service event type.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTMETADATA() |
Getter for EVENTMETADATA |