/AWS1/CL_GLUCREGLOSSARYTERMRSP¶
CreateGlossaryTermResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/GLUGLOSSARYTERMID /AWS1/GLUGLOSSARYTERMID¶
The unique identifier of the glossary term.
iv_glossaryid TYPE /AWS1/GLUGLOSSARYID /AWS1/GLUGLOSSARYID¶
The unique identifier of the glossary containing this term.
iv_name TYPE /AWS1/GLUGLOSSARYTERMNAME /AWS1/GLUGLOSSARYTERMNAME¶
The name of the glossary term.
iv_shortdescription TYPE /AWS1/GLUGLOSSARYSHORTDESC /AWS1/GLUGLOSSARYSHORTDESC¶
The short description of the glossary term.
iv_longdescription TYPE /AWS1/GLUGLOSSARYLONGDESC /AWS1/GLUGLOSSARYLONGDESC¶
The long description of the glossary term.
Queryable Attributes¶
Id¶
The unique identifier of the glossary term.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
GlossaryId¶
The unique identifier of the glossary containing this term.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GLOSSARYID() |
Getter for GLOSSARYID, with configurable default |
ASK_GLOSSARYID() |
Getter for GLOSSARYID w/ exceptions if field has no value |
HAS_GLOSSARYID() |
Determine if GLOSSARYID has a value |
Name¶
The name of the glossary term.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
ShortDescription¶
The short description of the glossary term.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHORTDESCRIPTION() |
Getter for SHORTDESCRIPTION, with configurable default |
ASK_SHORTDESCRIPTION() |
Getter for SHORTDESCRIPTION w/ exceptions if field has no va |
HAS_SHORTDESCRIPTION() |
Determine if SHORTDESCRIPTION has a value |
LongDescription¶
The long description of the glossary term.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LONGDESCRIPTION() |
Getter for LONGDESCRIPTION, with configurable default |
ASK_LONGDESCRIPTION() |
Getter for LONGDESCRIPTION w/ exceptions if field has no val |
HAS_LONGDESCRIPTION() |
Determine if LONGDESCRIPTION has a value |