/AWS1/CL_TBDFARMMEMBER¶
The member of a farm.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_farmid TYPE /AWS1/TBDFARMID /AWS1/TBDFARMID¶
The farm ID of the farm member.
iv_principalid TYPE /AWS1/TBDIDENTITYCENTERPRINCID /AWS1/TBDIDENTITYCENTERPRINCID¶
The principal ID of the farm member.
iv_principaltype TYPE /AWS1/TBDDEADLINEPRINCIPALTYPE /AWS1/TBDDEADLINEPRINCIPALTYPE¶
The principal type of the farm member.
iv_identitystoreid TYPE /AWS1/TBDIDENTITYSTOREID /AWS1/TBDIDENTITYSTOREID¶
The identity store ID of the farm member.
iv_membershiplevel TYPE /AWS1/TBDMEMBERSHIPLEVEL /AWS1/TBDMEMBERSHIPLEVEL¶
The farm member's membership level.
Queryable Attributes¶
farmId¶
The farm ID of the farm member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FARMID() |
Getter for FARMID, with configurable default |
ASK_FARMID() |
Getter for FARMID w/ exceptions if field has no value |
HAS_FARMID() |
Determine if FARMID has a value |
principalId¶
The principal ID of the farm member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRINCIPALID() |
Getter for PRINCIPALID, with configurable default |
ASK_PRINCIPALID() |
Getter for PRINCIPALID w/ exceptions if field has no value |
HAS_PRINCIPALID() |
Determine if PRINCIPALID has a value |
principalType¶
The principal type of the farm member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRINCIPALTYPE() |
Getter for PRINCIPALTYPE, with configurable default |
ASK_PRINCIPALTYPE() |
Getter for PRINCIPALTYPE w/ exceptions if field has no value |
HAS_PRINCIPALTYPE() |
Determine if PRINCIPALTYPE has a value |
identityStoreId¶
The identity store ID of the farm member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDENTITYSTOREID() |
Getter for IDENTITYSTOREID, with configurable default |
ASK_IDENTITYSTOREID() |
Getter for IDENTITYSTOREID w/ exceptions if field has no val |
HAS_IDENTITYSTOREID() |
Determine if IDENTITYSTOREID has a value |
membershipLevel¶
The farm member's membership level.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERSHIPLEVEL() |
Getter for MEMBERSHIPLEVEL, with configurable default |
ASK_MEMBERSHIPLEVEL() |
Getter for MEMBERSHIPLEVEL w/ exceptions if field has no val |
HAS_MEMBERSHIPLEVEL() |
Determine if MEMBERSHIPLEVEL 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_FARMMEMBERS¶
TYPES TT_FARMMEMBERS TYPE STANDARD TABLE OF REF TO /AWS1/CL_TBDFARMMEMBER WITH DEFAULT KEY
.