public class SettlmtApplStsGrpStsAssgmt extends VdmEntity<SettlmtApplStsGrpStsAssgmt>
Original entity name from the Odata EDM: SettlmtApplStsGrpStsAssgmtType
Modifier and Type | Class and Description |
---|---|
static class |
SettlmtApplStsGrpStsAssgmt.SettlmtApplStsGrpStsAssgmtBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<SettlmtApplStsGrpStsAssgmt> |
ALL_FIELDS
Selector for all available fields of SettlmtApplStsGrpStsAssgmt.
|
static SimpleProperty.Boolean<SettlmtApplStsGrpStsAssgmt> |
APPL_STS_IS_RLVT_FOR_REL_PROC |
static SimpleProperty.String<SettlmtApplStsGrpStsAssgmt> |
SETTLMT_APPL_STS |
static SimpleProperty.String<SettlmtApplStsGrpStsAssgmt> |
SETTLMT_APPL_STS_APRVD |
static SimpleProperty.String<SettlmtApplStsGrpStsAssgmt> |
SETTLMT_APPL_STS_GRP |
static SimpleProperty.String<SettlmtApplStsGrpStsAssgmt> |
SETTLMT_APPL_STS_RJCTD |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
SettlmtApplStsGrpStsAssgmt() |
SettlmtApplStsGrpStsAssgmt(String settlmtApplStsGrp,
String settlmtApplSts,
String settlmtApplStsAprvd,
String settlmtApplStsRjctd,
Boolean applStsIsRlvtForRelProc) |
Modifier and Type | Method and Description |
---|---|
static SettlmtApplStsGrpStsAssgmt.SettlmtApplStsGrpStsAssgmtBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
Boolean |
getApplStsIsRlvtForRelProc()
Constraints: Not nullable
|
protected String |
getDefaultServicePath()
Used by request builders and navigation property methods to construct OData requests.
|
protected String |
getEntityCollection()
Used by request builders and navigation property methods to construct OData requests.
|
protected ODataEntityKey |
getKey() |
String |
getOdataType() |
String |
getSettlmtApplSts()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getSettlmtApplStsAprvd()
Constraints: Not nullable, Maximum length: 4
|
String |
getSettlmtApplStsGrp()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getSettlmtApplStsRjctd()
Constraints: Not nullable, Maximum length: 4
|
Class<SettlmtApplStsGrpStsAssgmt> |
getType() |
int |
hashCode() |
void |
setApplStsIsRlvtForRelProc(Boolean applStsIsRlvtForRelProc)
Constraints: Not nullable
|
void |
setSettlmtApplSts(String settlmtApplSts)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setSettlmtApplStsAprvd(String settlmtApplStsAprvd)
Constraints: Not nullable, Maximum length: 4
|
void |
setSettlmtApplStsGrp(String settlmtApplStsGrp)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setSettlmtApplStsRjctd(String settlmtApplStsRjctd)
Constraints: Not nullable, Maximum length: 4
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
String |
toString() |
all, attachToService, getDestinationForFetch, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setServicePathForFetch, setVersionIdentifier
getAnnotationProperties, getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SimpleProperty<SettlmtApplStsGrpStsAssgmt> ALL_FIELDS
public static final SimpleProperty.String<SettlmtApplStsGrpStsAssgmt> SETTLMT_APPL_STS_GRP
public static final SimpleProperty.String<SettlmtApplStsGrpStsAssgmt> SETTLMT_APPL_STS
public static final SimpleProperty.String<SettlmtApplStsGrpStsAssgmt> SETTLMT_APPL_STS_APRVD
public static final SimpleProperty.String<SettlmtApplStsGrpStsAssgmt> SETTLMT_APPL_STS_RJCTD
public static final SimpleProperty.Boolean<SettlmtApplStsGrpStsAssgmt> APPL_STS_IS_RLVT_FOR_REL_PROC
@Nonnull public Class<SettlmtApplStsGrpStsAssgmt> getType()
getType
in class VdmObject<SettlmtApplStsGrpStsAssgmt>
public void setSettlmtApplStsGrp(@Nullable String settlmtApplStsGrp)
Original property name from the Odata EDM: SettlmtApplStsGrp
settlmtApplStsGrp
- Status Group for Settlement Management Documentspublic void setSettlmtApplSts(@Nullable String settlmtApplSts)
Original property name from the Odata EDM: SettlmtApplSts
settlmtApplSts
- Application Status for a Settlement Management Documentpublic void setSettlmtApplStsAprvd(@Nullable String settlmtApplStsAprvd)
Original property name from the Odata EDM: SettlmtApplStsAprvd
settlmtApplStsAprvd
- Application Status Approvedpublic void setSettlmtApplStsRjctd(@Nullable String settlmtApplStsRjctd)
Original property name from the Odata EDM: SettlmtApplStsRjctd
settlmtApplStsRjctd
- Application Status Rejectedpublic void setApplStsIsRlvtForRelProc(@Nullable Boolean applStsIsRlvtForRelProc)
Original property name from the Odata EDM: ApplStsIsRlvtForRelProc
applStsIsRlvtForRelProc
- Release Process Active for Application Statusprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<SettlmtApplStsGrpStsAssgmt>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<SettlmtApplStsGrpStsAssgmt>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<SettlmtApplStsGrpStsAssgmt>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<SettlmtApplStsGrpStsAssgmt>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<SettlmtApplStsGrpStsAssgmt>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static SettlmtApplStsGrpStsAssgmt.SettlmtApplStsGrpStsAssgmtBuilder builder()
@Nullable public String getSettlmtApplStsGrp()
Original property name from the Odata EDM: SettlmtApplStsGrp
@Nullable public String getSettlmtApplSts()
Original property name from the Odata EDM: SettlmtApplSts
@Nullable public String getSettlmtApplStsAprvd()
Original property name from the Odata EDM: SettlmtApplStsAprvd
@Nullable public String getSettlmtApplStsRjctd()
Original property name from the Odata EDM: SettlmtApplStsRjctd
@Nullable public Boolean getApplStsIsRlvtForRelProc()
Original property name from the Odata EDM: ApplStsIsRlvtForRelProc
@Nonnull public String toString()
toString
in class VdmObject<SettlmtApplStsGrpStsAssgmt>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<SettlmtApplStsGrpStsAssgmt>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<SettlmtApplStsGrpStsAssgmt>
public int hashCode()
hashCode
in class VdmEntity<SettlmtApplStsGrpStsAssgmt>
public String getOdataType()
getOdataType
in class VdmObject<SettlmtApplStsGrpStsAssgmt>
Copyright © 2021 SAP SE. All rights reserved.