/AWS1/CL_MPIPROMOEMBEDDEDIMAGE¶
An embedded promotional image for a product.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_title TYPE /AWS1/MPINONEMPTYSTRING /AWS1/MPINONEMPTYSTRING¶
The title displayed when hovering over the image.
iv_url TYPE /AWS1/MPIURL /AWS1/MPIURL¶
The URL of the image file.
Optional arguments:¶
iv_description TYPE /AWS1/MPINULLABLESTRING /AWS1/MPINULLABLESTRING¶
An optional description of the image.
Queryable Attributes¶
title¶
The title displayed when hovering over the image.
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 |
url¶
The URL of the image file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URL() |
Getter for URL, with configurable default |
ASK_URL() |
Getter for URL w/ exceptions if field has no value |
HAS_URL() |
Determine if URL has a value |
description¶
An optional description of the image.
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 |