public class ProductSalesDelivery extends VdmEntity<ProductSalesDelivery>
Original entity name from the Odata EDM: A_ProductSalesDeliveryType
Modifier and Type | Class and Description |
---|---|
static class |
ProductSalesDelivery.ProductSalesDeliveryBuilder |
Modifier and Type | Field and Description |
---|---|
static ProductSalesDeliveryField<String> |
ACCOUNT_DETN_PRODUCT_GROUP
Use with available fluent helpers to apply the AccountDetnProductGroup field to query operations.
|
static ProductSalesDeliverySelectable |
ALL_FIELDS
Selector for all available fields of ProductSalesDelivery.
|
static ProductSalesDeliveryField<BigDecimal> |
DELIVERY_NOTE_PROC_MIN_DELIV_QTY
Use with available fluent helpers to apply the DeliveryNoteProcMinDelivQty field to query operations.
|
static ProductSalesDeliveryField<BigDecimal> |
DELIVERY_QUANTITY
Use with available fluent helpers to apply the DeliveryQuantity field to query operations.
|
static ProductSalesDeliveryField<String> |
DELIVERY_QUANTITY_UNIT
Use with available fluent helpers to apply the DeliveryQuantityUnit field to query operations.
|
static ProductSalesDeliveryField<String> |
FIFTH_SALES_SPEC_PRODUCT_GROUP
Use with available fluent helpers to apply the FifthSalesSpecProductGroup field to query operations.
|
static ProductSalesDeliveryField<String> |
FIRST_SALES_SPEC_PRODUCT_GROUP
Use with available fluent helpers to apply the FirstSalesSpecProductGroup field to query operations.
|
static ProductSalesDeliveryField<String> |
FOURTH_SALES_SPEC_PRODUCT_GROUP
Use with available fluent helpers to apply the FourthSalesSpecProductGroup field to query operations.
|
static ProductSalesDeliveryField<Boolean> |
IS_MARKED_FOR_DELETION
Use with available fluent helpers to apply the IsMarkedForDeletion field to query operations.
|
static ProductSalesDeliveryField<String> |
ITEM_CATEGORY_GROUP
Use with available fluent helpers to apply the ItemCategoryGroup field to query operations.
|
static ProductSalesDeliveryField<BigDecimal> |
MINIMUM_MAKE_TO_ORDER_ORDER_QTY
Use with available fluent helpers to apply the MinimumMakeToOrderOrderQty field to query operations.
|
static ProductSalesDeliveryField<BigDecimal> |
MINIMUM_ORDER_QUANTITY
Use with available fluent helpers to apply the MinimumOrderQuantity field to query operations.
|
static ProductSalesDeliveryField<String> |
PRICE_SPECIFICATION_PRODUCT_GROUP
Use with available fluent helpers to apply the PriceSpecificationProductGroup field to query operations.
|
static ProductSalesDeliveryField<String> |
PRODUCT
Use with available fluent helpers to apply the Product field to query operations.
|
static ProductSalesDeliveryField<String> |
PRODUCT_DISTRIBUTION_CHNL
Use with available fluent helpers to apply the ProductDistributionChnl field to query operations.
|
static ProductSalesDeliveryField<String> |
PRODUCT_HIERARCHY
Use with available fluent helpers to apply the ProductHierarchy field to query operations.
|
static ProductSalesDeliveryField<String> |
PRODUCT_SALES_ORG
Use with available fluent helpers to apply the ProductSalesOrg field to query operations.
|
static ProductSalesDeliveryField<String> |
PRODUCT_SALES_STATUS
Use with available fluent helpers to apply the ProductSalesStatus field to query operations.
|
static ProductSalesDeliveryField<LocalDateTime> |
PRODUCT_SALES_STATUS_VALIDITY_DATE
Use with available fluent helpers to apply the ProductSalesStatusValidityDate field to query operations.
|
static ProductSalesDeliveryField<String> |
SALES_MEASURE_UNIT
Use with available fluent helpers to apply the SalesMeasureUnit field to query operations.
|
static ProductSalesDeliveryField<String> |
SECOND_SALES_SPEC_PRODUCT_GROUP
Use with available fluent helpers to apply the SecondSalesSpecProductGroup field to query operations.
|
static ProductSalesDeliveryField<String> |
SUPPLYING_PLANT
Use with available fluent helpers to apply the SupplyingPlant field to query operations.
|
static ProductSalesDeliveryField<String> |
THIRD_SALES_SPEC_PRODUCT_GROUP
Use with available fluent helpers to apply the ThirdSalesSpecProductGroup field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
ProductSalesDelivery() |
ProductSalesDelivery(String product,
String deliveryQuantityUnit,
BigDecimal deliveryQuantity,
String productSalesStatus,
LocalDateTime productSalesStatusValidityDate,
String salesMeasureUnit,
Boolean isMarkedForDeletion,
String productHierarchy,
String firstSalesSpecProductGroup,
String secondSalesSpecProductGroup,
String thirdSalesSpecProductGroup,
String productSalesOrg,
String fourthSalesSpecProductGroup,
String fifthSalesSpecProductGroup,
BigDecimal minimumMakeToOrderOrderQty,
String productDistributionChnl,
BigDecimal minimumOrderQuantity,
String supplyingPlant,
String priceSpecificationProductGroup,
String accountDetnProductGroup,
BigDecimal deliveryNoteProcMinDelivQty,
String itemCategoryGroup) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
ErpConfigContext configContext)
Sets the service path and ERP configuration context for the fetch commands of this entity.
|
static ProductSalesDelivery.ProductSalesDeliveryBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> ProductSalesDeliveryField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getAccountDetnProductGroup()
Constraints: Not nullable, Maximum length: 2
|
protected String |
getDefaultServicePath() |
BigDecimal |
getDeliveryNoteProcMinDelivQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getDeliveryQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getDeliveryQuantityUnit()
Constraints: Not nullable, Maximum length: 3
|
protected String |
getEntityCollection() |
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getFifthSalesSpecProductGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getFirstSalesSpecProductGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getFourthSalesSpecProductGroup()
Constraints: Not nullable, Maximum length: 3
|
Boolean |
getIsMarkedForDeletion()
Constraints: none
|
String |
getItemCategoryGroup()
Constraints: Not nullable, Maximum length: 4
|
protected Map<String,Object> |
getKey() |
BigDecimal |
getMinimumMakeToOrderOrderQty()
Constraints: Not nullable, Precision: 13, Scale: 3
|
BigDecimal |
getMinimumOrderQuantity()
Constraints: Not nullable, Precision: 13, Scale: 3
|
String |
getPriceSpecificationProductGroup()
Constraints: Not nullable, Maximum length: 2
|
String |
getProduct()
(Key Field) Constraints: Not nullable, Maximum length: 40
|
String |
getProductDistributionChnl()
(Key Field) Constraints: Not nullable, Maximum length: 2
|
String |
getProductHierarchy()
Constraints: Not nullable, Maximum length: 18
|
String |
getProductSalesOrg()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
String |
getProductSalesStatus()
Constraints: Not nullable, Maximum length: 2
|
LocalDateTime |
getProductSalesStatusValidityDate()
Constraints: Not nullable, Precision: 0
|
String |
getSalesMeasureUnit()
Constraints: Not nullable, Maximum length: 3
|
String |
getSecondSalesSpecProductGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getSupplyingPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getThirdSalesSpecProductGroup()
Constraints: Not nullable, Maximum length: 3
|
Class<ProductSalesDelivery> |
getType() |
int |
hashCode() |
void |
setAccountDetnProductGroup(String accountDetnProductGroup)
Constraints: Not nullable, Maximum length: 2
|
void |
setDeliveryNoteProcMinDelivQty(BigDecimal deliveryNoteProcMinDelivQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setDeliveryQuantity(BigDecimal deliveryQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setDeliveryQuantityUnit(String deliveryQuantityUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Deprecated.
Use
attachToService(String, ErpConfigContext) instead. |
void |
setFifthSalesSpecProductGroup(String fifthSalesSpecProductGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setFirstSalesSpecProductGroup(String firstSalesSpecProductGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setFourthSalesSpecProductGroup(String fourthSalesSpecProductGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setIsMarkedForDeletion(Boolean isMarkedForDeletion)
Constraints: none
|
void |
setItemCategoryGroup(String itemCategoryGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setMinimumMakeToOrderOrderQty(BigDecimal minimumMakeToOrderOrderQty)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setMinimumOrderQuantity(BigDecimal minimumOrderQuantity)
Constraints: Not nullable, Precision: 13, Scale: 3
|
void |
setPriceSpecificationProductGroup(String priceSpecificationProductGroup)
Constraints: Not nullable, Maximum length: 2
|
void |
setProduct(String product)
(Key Field) Constraints: Not nullable, Maximum length: 40
|
void |
setProductDistributionChnl(String productDistributionChnl)
(Key Field) Constraints: Not nullable, Maximum length: 2
|
void |
setProductHierarchy(String productHierarchy)
Constraints: Not nullable, Maximum length: 18
|
void |
setProductSalesOrg(String productSalesOrg)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setProductSalesStatus(String productSalesStatus)
Constraints: Not nullable, Maximum length: 2
|
void |
setProductSalesStatusValidityDate(LocalDateTime productSalesStatusValidityDate)
Constraints: Not nullable, Precision: 0
|
void |
setSalesMeasureUnit(String salesMeasureUnit)
Constraints: Not nullable, Maximum length: 3
|
void |
setSecondSalesSpecProductGroup(String secondSalesSpecProductGroup)
Constraints: Not nullable, Maximum length: 3
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setSupplyingPlant(String supplyingPlant)
Constraints: Not nullable, Maximum length: 4
|
void |
setThirdSalesSpecProductGroup(String thirdSalesSpecProductGroup)
Constraints: Not nullable, Maximum length: 3
|
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
getEndpointUrl, getServicePathForFetch, getVersionIdentifier, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final ProductSalesDeliverySelectable ALL_FIELDS
public static final ProductSalesDeliveryField<String> PRODUCT
public static final ProductSalesDeliveryField<String> DELIVERY_QUANTITY_UNIT
public static final ProductSalesDeliveryField<BigDecimal> DELIVERY_QUANTITY
public static final ProductSalesDeliveryField<String> PRODUCT_SALES_STATUS
public static final ProductSalesDeliveryField<LocalDateTime> PRODUCT_SALES_STATUS_VALIDITY_DATE
public static final ProductSalesDeliveryField<String> SALES_MEASURE_UNIT
public static final ProductSalesDeliveryField<Boolean> IS_MARKED_FOR_DELETION
public static final ProductSalesDeliveryField<String> PRODUCT_HIERARCHY
public static final ProductSalesDeliveryField<String> FIRST_SALES_SPEC_PRODUCT_GROUP
public static final ProductSalesDeliveryField<String> SECOND_SALES_SPEC_PRODUCT_GROUP
public static final ProductSalesDeliveryField<String> THIRD_SALES_SPEC_PRODUCT_GROUP
public static final ProductSalesDeliveryField<String> PRODUCT_SALES_ORG
public static final ProductSalesDeliveryField<String> FOURTH_SALES_SPEC_PRODUCT_GROUP
public static final ProductSalesDeliveryField<String> FIFTH_SALES_SPEC_PRODUCT_GROUP
public static final ProductSalesDeliveryField<BigDecimal> MINIMUM_MAKE_TO_ORDER_ORDER_QTY
public static final ProductSalesDeliveryField<String> PRODUCT_DISTRIBUTION_CHNL
public static final ProductSalesDeliveryField<BigDecimal> MINIMUM_ORDER_QUANTITY
public static final ProductSalesDeliveryField<String> SUPPLYING_PLANT
public static final ProductSalesDeliveryField<String> PRICE_SPECIFICATION_PRODUCT_GROUP
public static final ProductSalesDeliveryField<String> ACCOUNT_DETN_PRODUCT_GROUP
public static final ProductSalesDeliveryField<BigDecimal> DELIVERY_NOTE_PROC_MIN_DELIV_QTY
public static final ProductSalesDeliveryField<String> ITEM_CATEGORY_GROUP
public ProductSalesDelivery()
public ProductSalesDelivery(@Nullable String product, @Nullable String deliveryQuantityUnit, @Nullable BigDecimal deliveryQuantity, @Nullable String productSalesStatus, @Nullable LocalDateTime productSalesStatusValidityDate, @Nullable String salesMeasureUnit, @Nullable Boolean isMarkedForDeletion, @Nullable String productHierarchy, @Nullable String firstSalesSpecProductGroup, @Nullable String secondSalesSpecProductGroup, @Nullable String thirdSalesSpecProductGroup, @Nullable String productSalesOrg, @Nullable String fourthSalesSpecProductGroup, @Nullable String fifthSalesSpecProductGroup, @Nullable BigDecimal minimumMakeToOrderOrderQty, @Nullable String productDistributionChnl, @Nullable BigDecimal minimumOrderQuantity, @Nullable String supplyingPlant, @Nullable String priceSpecificationProductGroup, @Nullable String accountDetnProductGroup, @Nullable BigDecimal deliveryNoteProcMinDelivQty, @Nullable String itemCategoryGroup)
@Nonnull public Class<ProductSalesDelivery> getType()
getType
in class VdmObject<ProductSalesDelivery>
public void setProduct(@Nullable String product)
Original property name from the Odata EDM: Product
product
- Product Numberpublic void setDeliveryQuantityUnit(@Nullable String deliveryQuantityUnit)
Original property name from the Odata EDM: DeliveryQuantityUnit
deliveryQuantityUnit
- Unit of measure of delivery unitpublic void setDeliveryQuantity(@Nullable BigDecimal deliveryQuantity)
Original property name from the Odata EDM: DeliveryQuantity
deliveryQuantity
- Delivery unitpublic void setProductSalesStatus(@Nullable String productSalesStatus)
Original property name from the Odata EDM: ProductSalesStatus
productSalesStatus
- Distribution-chain-specific material statuspublic void setProductSalesStatusValidityDate(@Nullable LocalDateTime productSalesStatusValidityDate)
Original property name from the Odata EDM: ProductSalesStatusValidityDate
productSalesStatusValidityDate
- Date from which distr.-chain-spec. material status is validpublic void setSalesMeasureUnit(@Nullable String salesMeasureUnit)
Original property name from the Odata EDM: SalesMeasureUnit
salesMeasureUnit
- Sales unitpublic void setIsMarkedForDeletion(@Nullable Boolean isMarkedForDeletion)
Original property name from the Odata EDM: IsMarkedForDeletion
isMarkedForDeletion
- Ind.: Flag material for deletion at distribution chain levelpublic void setProductHierarchy(@Nullable String productHierarchy)
Original property name from the Odata EDM: ProductHierarchy
productHierarchy
- Product Hierarchypublic void setFirstSalesSpecProductGroup(@Nullable String firstSalesSpecProductGroup)
Original property name from the Odata EDM: FirstSalesSpecProductGroup
firstSalesSpecProductGroup
- Product Group 1public void setSecondSalesSpecProductGroup(@Nullable String secondSalesSpecProductGroup)
Original property name from the Odata EDM: SecondSalesSpecProductGroup
secondSalesSpecProductGroup
- Product Group 2public void setThirdSalesSpecProductGroup(@Nullable String thirdSalesSpecProductGroup)
Original property name from the Odata EDM: ThirdSalesSpecProductGroup
thirdSalesSpecProductGroup
- Product Group 3public void setProductSalesOrg(@Nullable String productSalesOrg)
Original property name from the Odata EDM: ProductSalesOrg
productSalesOrg
- Sales Organizationpublic void setFourthSalesSpecProductGroup(@Nullable String fourthSalesSpecProductGroup)
Original property name from the Odata EDM: FourthSalesSpecProductGroup
fourthSalesSpecProductGroup
- Product Group 4public void setFifthSalesSpecProductGroup(@Nullable String fifthSalesSpecProductGroup)
Original property name from the Odata EDM: FifthSalesSpecProductGroup
fifthSalesSpecProductGroup
- Product Group 5public void setMinimumMakeToOrderOrderQty(@Nullable BigDecimal minimumMakeToOrderOrderQty)
Original property name from the Odata EDM: MinimumMakeToOrderOrderQty
minimumMakeToOrderOrderQty
- Minimum make-to-order quantitypublic void setProductDistributionChnl(@Nullable String productDistributionChnl)
Original property name from the Odata EDM: ProductDistributionChnl
productDistributionChnl
- Distribution Channelpublic void setMinimumOrderQuantity(@Nullable BigDecimal minimumOrderQuantity)
Original property name from the Odata EDM: MinimumOrderQuantity
minimumOrderQuantity
- Minimum order quantity in base unit of measurepublic void setSupplyingPlant(@Nullable String supplyingPlant)
Original property name from the Odata EDM: SupplyingPlant
supplyingPlant
- Delivering Plant (Own or External)public void setPriceSpecificationProductGroup(@Nullable String priceSpecificationProductGroup)
Original property name from the Odata EDM: PriceSpecificationProductGroup
priceSpecificationProductGroup
- Product Pricing Grouppublic void setAccountDetnProductGroup(@Nullable String accountDetnProductGroup)
Original property name from the Odata EDM: AccountDetnProductGroup
accountDetnProductGroup
- Account assignment group for this materialpublic void setDeliveryNoteProcMinDelivQty(@Nullable BigDecimal deliveryNoteProcMinDelivQty)
Original property name from the Odata EDM: DeliveryNoteProcMinDelivQty
deliveryNoteProcMinDelivQty
- Minimum Delivery Quantity in Delivery Note Processingpublic void setItemCategoryGroup(@Nullable String itemCategoryGroup)
Original property name from the Odata EDM: ItemCategoryGroup
itemCategoryGroup
- Item category group from material masterprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<ProductSalesDelivery>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<ProductSalesDelivery>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<ProductSalesDelivery>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<ProductSalesDelivery>
@Nonnull public static <T> ProductSalesDeliveryField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Nonnull public static <T,DomainT> ProductSalesDeliveryField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public ErpConfigContext getErpConfigContext()
VdmEntity
getErpConfigContext
in class VdmEntity<ProductSalesDelivery>
@Deprecated public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
attachToService(String, ErpConfigContext)
instead.VdmEntity
setErpConfigContext
in class VdmEntity<ProductSalesDelivery>
erpConfigContext
- New ERP configuration context to apply to this entityprotected void setServicePathForFetch(@Nullable String servicePathForFetch)
VdmEntity
Note: Use with caution, as this can easily break the fetch call on this entity. See the interface of the corresponding service for the default service path.
setServicePathForFetch
in class VdmEntity<ProductSalesDelivery>
public void attachToService(@Nullable String servicePath, @Nullable ErpConfigContext configContext)
VdmEntity
Note: Use with caution, as this can easily break the fetch calls on this entity. See the interface of the corresponding service for the default service path.
attachToService
in class VdmEntity<ProductSalesDelivery>
servicePath
- Optional parameter. New service path to apply to this entity and any associated entities that were
previously fetched. If a null value is provided and the service path has never been set, then the
service path will be set to the default defined in the corresponding service interface.configContext
- Optional parameter. New ERP configuration context to apply to this entity and any associated entities
that were previously fetched. If a null value is provided and the ERP configuration context has never
been set, then the ERP configuration context will be set to a new instance of
ErpConfigContext
.protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<ProductSalesDelivery>
public static ProductSalesDelivery.ProductSalesDeliveryBuilder builder()
@Nullable public String getProduct()
Original property name from the Odata EDM: Product
@Nullable public String getDeliveryQuantityUnit()
Original property name from the Odata EDM: DeliveryQuantityUnit
@Nullable public BigDecimal getDeliveryQuantity()
Original property name from the Odata EDM: DeliveryQuantity
@Nullable public String getProductSalesStatus()
Original property name from the Odata EDM: ProductSalesStatus
@Nullable public LocalDateTime getProductSalesStatusValidityDate()
Original property name from the Odata EDM: ProductSalesStatusValidityDate
@Nullable public String getSalesMeasureUnit()
Original property name from the Odata EDM: SalesMeasureUnit
@Nullable public Boolean getIsMarkedForDeletion()
Original property name from the Odata EDM: IsMarkedForDeletion
@Nullable public String getProductHierarchy()
Original property name from the Odata EDM: ProductHierarchy
@Nullable public String getFirstSalesSpecProductGroup()
Original property name from the Odata EDM: FirstSalesSpecProductGroup
@Nullable public String getSecondSalesSpecProductGroup()
Original property name from the Odata EDM: SecondSalesSpecProductGroup
@Nullable public String getThirdSalesSpecProductGroup()
Original property name from the Odata EDM: ThirdSalesSpecProductGroup
@Nullable public String getProductSalesOrg()
Original property name from the Odata EDM: ProductSalesOrg
@Nullable public String getFourthSalesSpecProductGroup()
Original property name from the Odata EDM: FourthSalesSpecProductGroup
@Nullable public String getFifthSalesSpecProductGroup()
Original property name from the Odata EDM: FifthSalesSpecProductGroup
@Nullable public BigDecimal getMinimumMakeToOrderOrderQty()
Original property name from the Odata EDM: MinimumMakeToOrderOrderQty
@Nullable public String getProductDistributionChnl()
Original property name from the Odata EDM: ProductDistributionChnl
@Nullable public BigDecimal getMinimumOrderQuantity()
Original property name from the Odata EDM: MinimumOrderQuantity
@Nullable public String getSupplyingPlant()
Original property name from the Odata EDM: SupplyingPlant
@Nullable public String getPriceSpecificationProductGroup()
Original property name from the Odata EDM: PriceSpecificationProductGroup
@Nullable public String getAccountDetnProductGroup()
Original property name from the Odata EDM: AccountDetnProductGroup
@Nullable public BigDecimal getDeliveryNoteProcMinDelivQty()
Original property name from the Odata EDM: DeliveryNoteProcMinDelivQty
@Nullable public String getItemCategoryGroup()
Original property name from the Odata EDM: ItemCategoryGroup
public String toString()
toString
in class VdmObject<ProductSalesDelivery>
public boolean equals(Object o)
equals
in class VdmObject<ProductSalesDelivery>
protected boolean canEqual(Object other)
canEqual
in class VdmObject<ProductSalesDelivery>
public int hashCode()
hashCode
in class VdmObject<ProductSalesDelivery>
Copyright © 2019 SAP SE. All rights reserved.