/AWS1/CL_DZNDATAPRODUCTREVIS00¶
The data product revision.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainid TYPE /AWS1/DZNDOMAINID /AWS1/DZNDOMAINID¶
The ID of the domain where the data product revision lives.
iv_id TYPE /AWS1/DZNDATAPRODUCTID /AWS1/DZNDATAPRODUCTID¶
The ID of the data product revision.
iv_revision TYPE /AWS1/DZNREVISION /AWS1/DZNREVISION¶
The data product revision.
iv_createdat TYPE /AWS1/DZNCREATEDAT /AWS1/DZNCREATEDAT¶
The timestamp at which the data product revision was created.
iv_createdby TYPE /AWS1/DZNCREATEDBY /AWS1/DZNCREATEDBY¶
The user who created the data product revision.
Queryable Attributes¶
domainId¶
The ID of the domain where the data product revision lives.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINID() |
Getter for DOMAINID, with configurable default |
ASK_DOMAINID() |
Getter for DOMAINID w/ exceptions if field has no value |
HAS_DOMAINID() |
Determine if DOMAINID has a value |
id¶
The ID of the data product revision.
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 |
revision¶
The data product revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISION() |
Getter for REVISION, with configurable default |
ASK_REVISION() |
Getter for REVISION w/ exceptions if field has no value |
HAS_REVISION() |
Determine if REVISION has a value |
createdAt¶
The timestamp at which the data product revision was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
createdBy¶
The user who created the data product revision.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY 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_DATAPRODUCTREVISIONS¶
TYPES TT_DATAPRODUCTREVISIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_DZNDATAPRODUCTREVIS00 WITH DEFAULT KEY
.