/AWS1/CL_MOBPROJECTSUMMARY¶
Summary information about an AWS Mobile Hub project.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_name TYPE /AWS1/MOBPROJECTNAME /AWS1/MOBPROJECTNAME¶
Name of the project.
iv_projectid TYPE /AWS1/MOBPROJECTID /AWS1/MOBPROJECTID¶
Unique project identifier.
Queryable Attributes¶
name¶
Name of the project.
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 |
projectId¶
Unique project identifier.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROJECTID() |
Getter for PROJECTID, with configurable default |
ASK_PROJECTID() |
Getter for PROJECTID w/ exceptions if field has no value |
HAS_PROJECTID() |
Determine if PROJECTID 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_PROJECTSUMMARIES¶
TYPES TT_PROJECTSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_MOBPROJECTSUMMARY WITH DEFAULT KEY
.