public class SalesPrice extends VdmEntity<SalesPrice>
Original entity name from the Odata EDM: SalesPriceType
Modifier and Type | Class and Description |
---|---|
static class |
SalesPrice.SalesPriceBuilder |
Modifier and Type | Field and Description |
---|---|
static ComplexProperty.Collection<SalesPrice,SAP__Message> |
_MESSAGES
Use with available request builders to apply the SAP__Messages complex property to query operations.
|
static SimpleProperty<SalesPrice> |
ALL_FIELDS
Selector for all available fields of SalesPrice.
|
static SimpleProperty.String<SalesPrice> |
SALES_PRICE_RETRIEVE_DUMMY |
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
SalesPrice() |
SalesPrice(String salesPriceRetrieveDummy,
Collection<SAP__Message> _Messages) |
Modifier and Type | Method and Description |
---|---|
static SalesPrice.SalesPriceBuilder |
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
|
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 |
getSalesPriceRetrieveDummy()
(Key Field) Constraints: Not nullable, Maximum length: 1
|
Class<SalesPrice> |
getType() |
int |
hashCode() |
void |
set_Messages(Collection<SAP__Message> _Messages)
Constraints: Not nullable
|
void |
setSalesPriceRetrieveDummy(String salesPriceRetrieveDummy)
(Key Field) Constraints: Not nullable, Maximum length: 1
|
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<SalesPrice> ALL_FIELDS
public static final SimpleProperty.String<SalesPrice> SALES_PRICE_RETRIEVE_DUMMY
public static final ComplexProperty.Collection<SalesPrice,SAP__Message> _MESSAGES
public SalesPrice()
public SalesPrice(@Nullable String salesPriceRetrieveDummy, @Nullable Collection<SAP__Message> _Messages)
@Nonnull public Class<SalesPrice> getType()
getType
in class VdmObject<SalesPrice>
public void setSalesPriceRetrieveDummy(@Nullable String salesPriceRetrieveDummy)
Original property name from the Odata EDM: SalesPriceRetrieveDummy
salesPriceRetrieveDummy
- Dummy for Sales Price Retrieve Entitypublic 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<SalesPrice>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<SalesPrice>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<SalesPrice>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<SalesPrice>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<SalesPrice>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull public static SalesPrice.SalesPriceBuilder builder()
@Nullable public String getSalesPriceRetrieveDummy()
Original property name from the Odata EDM: SalesPriceRetrieveDummy
@Nullable public Collection<SAP__Message> get_Messages()
Original property name from the Odata EDM: SAP__Messages
@Nonnull public String toString()
toString
in class VdmObject<SalesPrice>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<SalesPrice>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<SalesPrice>
public int hashCode()
hashCode
in class VdmEntity<SalesPrice>
public String getOdataType()
getOdataType
in class VdmObject<SalesPrice>
Copyright © 2021 SAP SE. All rights reserved.