public class BusPartPaymentHeader extends VdmEntity<BusPartPaymentHeader>
Original entity name from the Odata EDM: BusPartPaymentHeaderType
Modifier and Type | Class and Description |
---|---|
static class |
BusPartPaymentHeader.BusPartPaymentHeaderBuilder |
Modifier and Type | Field and Description |
---|---|
static ComplexProperty.Collection<BusPartPaymentHeader,SAP__Message> |
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
|
static SimpleProperty<BusPartPaymentHeader> |
ALL_FIELDS
Selector for all available fields of BusPartPaymentHeader.
|
static SimpleProperty.Guid<BusPartPaymentHeader> |
CA_DOCUMENT_CONTAINER_PAYMENT_UUID |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
BusPartPaymentHeader() |
BusPartPaymentHeader(UUID cADocumentContainerPaymentUUID,
Collection<SAP__Message> _Messages) |
Modifier and Type | Method and Description |
---|---|
static BusPartPaymentHeader.BusPartPaymentHeaderBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
Collection<SAP__Message> |
get_Messages()
Constraints: Not nullable
|
UUID |
getCADocumentContainerPaymentUUID()
(Key Field) 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() |
Class<BusPartPaymentHeader> |
getType() |
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setCADocumentContainerPaymentUUID(UUID cADocumentContainerPaymentUUID)
(Key Field) Constraints: Not nullable
|
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<BusPartPaymentHeader> ALL_FIELDS
public static final SimpleProperty.Guid<BusPartPaymentHeader> CA_DOCUMENT_CONTAINER_PAYMENT_UUID
public static final ComplexProperty.Collection<BusPartPaymentHeader,SAP__Message> _MESSAGES
public BusPartPaymentHeader()
public BusPartPaymentHeader(@Nullable UUID cADocumentContainerPaymentUUID, @Nullable Collection<SAP__Message> _Messages)
@Nonnull public Class<BusPartPaymentHeader> getType()
getType
in class VdmObject<BusPartPaymentHeader>
public void setCADocumentContainerPaymentUUID(@Nullable UUID cADocumentContainerPaymentUUID)
Original property name from the Odata EDM: CADocumentContainerPaymentUUID
cADocumentContainerPaymentUUID
- Document Container IDpublic void set_Messages(@Nullable Collection<SAP__Message> _Messages)
Original property name from the Odata EDM: SAP__Messages
_Messages
- The _Messages to set.protected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<BusPartPaymentHeader>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<BusPartPaymentHeader>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<BusPartPaymentHeader>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<BusPartPaymentHeader>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<BusPartPaymentHeader>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static BusPartPaymentHeader.BusPartPaymentHeaderBuilder builder()
@Nullable public UUID getCADocumentContainerPaymentUUID()
Original property name from the Odata EDM: CADocumentContainerPaymentUUID
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<BusPartPaymentHeader>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<BusPartPaymentHeader>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<BusPartPaymentHeader>
public int hashCode()
hashCode
in class VdmEntity<BusPartPaymentHeader>
public String getOdataType()
getOdataType
in class VdmObject<BusPartPaymentHeader>
Copyright © 2021 SAP SE. All rights reserved.