public class SettlmtDocProcTypeAssgmt extends VdmEntity<SettlmtDocProcTypeAssgmt>
Original entity name from the Odata EDM: SettlmtDocProcTypeAssgmtType
Modifier and Type | Class and Description |
---|---|
static class |
SettlmtDocProcTypeAssgmt.SettlmtDocProcTypeAssgmtBuilder |
Modifier and Type | Field and Description |
---|---|
static SimpleProperty<SettlmtDocProcTypeAssgmt> |
ALL_FIELDS
Selector for all available fields of SettlmtDocProcTypeAssgmt.
|
static SimpleProperty.String<SettlmtDocProcTypeAssgmt> |
SETTLMT_DOC_TYPE |
static SimpleProperty.String<SettlmtDocProcTypeAssgmt> |
SETTLMT_PROCESS_TYPE |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
SettlmtDocProcTypeAssgmt() |
SettlmtDocProcTypeAssgmt(String settlmtProcessType,
String settlmtDocType) |
Modifier and Type | Method and Description |
---|---|
static SettlmtDocProcTypeAssgmt.SettlmtDocProcTypeAssgmtBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
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 |
getSettlmtDocType()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getSettlmtProcessType()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
Class<SettlmtDocProcTypeAssgmt> |
getType() |
int |
hashCode() |
void |
setSettlmtDocType(String settlmtDocType)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setSettlmtProcessType(String settlmtProcessType)
(Key Field) 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<SettlmtDocProcTypeAssgmt> ALL_FIELDS
public static final SimpleProperty.String<SettlmtDocProcTypeAssgmt> SETTLMT_PROCESS_TYPE
public static final SimpleProperty.String<SettlmtDocProcTypeAssgmt> SETTLMT_DOC_TYPE
@Nonnull public Class<SettlmtDocProcTypeAssgmt> getType()
getType
in class VdmObject<SettlmtDocProcTypeAssgmt>
public void setSettlmtProcessType(@Nullable String settlmtProcessType)
Original property name from the Odata EDM: SettlmtProcessType
settlmtProcessType
- Settlement Process Typepublic void setSettlmtDocType(@Nullable String settlmtDocType)
Original property name from the Odata EDM: SettlmtDocType
settlmtDocType
- Settlement Document Typeprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<SettlmtDocProcTypeAssgmt>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<SettlmtDocProcTypeAssgmt>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<SettlmtDocProcTypeAssgmt>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<SettlmtDocProcTypeAssgmt>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<SettlmtDocProcTypeAssgmt>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static SettlmtDocProcTypeAssgmt.SettlmtDocProcTypeAssgmtBuilder builder()
@Nullable public String getSettlmtProcessType()
Original property name from the Odata EDM: SettlmtProcessType
@Nullable public String getSettlmtDocType()
Original property name from the Odata EDM: SettlmtDocType
@Nonnull public String toString()
toString
in class VdmObject<SettlmtDocProcTypeAssgmt>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<SettlmtDocProcTypeAssgmt>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<SettlmtDocProcTypeAssgmt>
public int hashCode()
hashCode
in class VdmEntity<SettlmtDocProcTypeAssgmt>
public String getOdataType()
getOdataType
in class VdmObject<SettlmtDocProcTypeAssgmt>
Copyright © 2021 SAP SE. All rights reserved.