public class BusVolSelectionCriteria extends VdmEntity<BusVolSelectionCriteria>
Original entity name from the Odata EDM: BusVolSelectionCriteriaType
Modifier and Type | Class and Description |
---|---|
static class |
BusVolSelectionCriteria.BusVolSelectionCriteriaBuilder
Helper class to allow for fluent creation of BusVolSelectionCriteria instances.
|
changedOriginalFields, ODATA_TYPE_ANNOTATIONS, ODATA_VERSION_ANNOTATIONS
Constructor and Description |
---|
BusVolSelectionCriteria() |
BusVolSelectionCriteria(String conditionContract,
UUID cndnContrBusVolUUID,
String busVolFieldCombnType,
String busVolFldCombnGroup,
String cndnContrBusVolSign,
String busVolSelectionGroup,
LocalDate cndnContrBusVolValidFrom,
LocalDate cndnContrBusVolValidTo,
String supplier,
String customer,
String purchasingOrganization,
String purchasingGroup,
String salesOrganization,
String distributionChannel,
String division,
String companyCode,
String plant,
String supplierSubrange,
String productGroup,
String product,
String productType,
String customerHierarchy,
String productHierarchy,
String salesSpcfcProductGroup1,
String salesSpcfcProductGroup2,
String salesSpcfcProductGroup3,
String salesSpcfcProductGroup4,
String salesSpcfcProductGroup5,
String salesOrderReason,
String manufacturer,
String royaltyRecipient,
String commissionRecipient,
String serviceDocumentType,
String serviceDocument,
String serviceDocumentItem,
UUID cndnContrSourceBusVolUUID,
ConditionContract to_ConditionContract) |
Modifier and Type | Method and Description |
---|---|
static BusVolSelectionCriteria.BusVolSelectionCriteriaBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
protected void |
fromMap(Map<String,Object> inputValues)
Read entity data from generic map.
|
String |
getBusVolFieldCombnType()
Constraints: Not nullable, Maximum length: 4
|
String |
getBusVolFldCombnGroup()
Constraints: Not nullable, Maximum length: 2
|
String |
getBusVolSelectionGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getCndnContrBusVolSign()
Constraints: Not nullable, Maximum length: 1
|
UUID |
getCndnContrBusVolUUID()
(Key Field) Constraints: Not nullable
|
LocalDate |
getCndnContrBusVolValidFrom()
Constraints: Nullable
|
LocalDate |
getCndnContrBusVolValidTo()
Constraints: Nullable
|
UUID |
getCndnContrSourceBusVolUUID()
Constraints: Nullable
|
String |
getCommissionRecipient()
Constraints: Not nullable, Maximum length: 10
|
String |
getCompanyCode()
Constraints: Not nullable, Maximum length: 4
|
String |
getConditionContract()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
io.vavr.control.Option<ConditionContract> |
getConditionContractIfPresent()
Retrieval of associated ConditionContract entity (one to one).
|
String |
getCustomer()
Constraints: Not nullable, Maximum length: 10
|
String |
getCustomerHierarchy()
Constraints: Not nullable, Maximum length: 10
|
protected String |
getDefaultServicePath()
Used by request builders and navigation property methods to construct OData requests.
|
String |
getDistributionChannel()
Constraints: Not nullable, Maximum length: 2
|
String |
getDivision()
Constraints: Not nullable, Maximum length: 2
|
protected String |
getEntityCollection()
Used by request builders and navigation property methods to construct OData requests.
|
protected ODataEntityKey |
getKey() |
String |
getManufacturer()
Constraints: Not nullable, Maximum length: 10
|
String |
getOdataType() |
String |
getPlant()
Constraints: Not nullable, Maximum length: 4
|
String |
getProduct()
Constraints: Not nullable, Maximum length: 18
|
String |
getProductGroup()
Constraints: Not nullable, Maximum length: 9
|
String |
getProductHierarchy()
Constraints: Not nullable, Maximum length: 18
|
String |
getProductType()
Constraints: Not nullable, Maximum length: 4
|
String |
getPurchasingGroup()
Constraints: Not nullable, Maximum length: 3
|
String |
getPurchasingOrganization()
Constraints: Not nullable, Maximum length: 4
|
String |
getRoyaltyRecipient()
Constraints: Not nullable, Maximum length: 10
|
String |
getSalesOrderReason()
Constraints: Not nullable, Maximum length: 3
|
String |
getSalesOrganization()
Constraints: Not nullable, Maximum length: 4
|
String |
getSalesSpcfcProductGroup1()
Constraints: Not nullable, Maximum length: 3
|
String |
getSalesSpcfcProductGroup2()
Constraints: Not nullable, Maximum length: 3
|
String |
getSalesSpcfcProductGroup3()
Constraints: Not nullable, Maximum length: 3
|
String |
getSalesSpcfcProductGroup4()
Constraints: Not nullable, Maximum length: 3
|
String |
getSalesSpcfcProductGroup5()
Constraints: Not nullable, Maximum length: 3
|
String |
getServiceDocument()
Constraints: Not nullable, Maximum length: 10
|
String |
getServiceDocumentItem()
Constraints: Not nullable, Maximum length: 6
|
String |
getServiceDocumentType()
Constraints: Not nullable, Maximum length: 4
|
String |
getSupplier()
Constraints: Not nullable, Maximum length: 10
|
String |
getSupplierSubrange()
Constraints: Not nullable, Maximum length: 6
|
Class<BusVolSelectionCriteria> |
getType() |
int |
hashCode() |
void |
setBusVolFieldCombnType(String busVolFieldCombnType)
Constraints: Not nullable, Maximum length: 4
|
void |
setBusVolFldCombnGroup(String busVolFldCombnGroup)
Constraints: Not nullable, Maximum length: 2
|
void |
setBusVolSelectionGroup(String busVolSelectionGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setCndnContrBusVolSign(String cndnContrBusVolSign)
Constraints: Not nullable, Maximum length: 1
|
void |
setCndnContrBusVolUUID(UUID cndnContrBusVolUUID)
(Key Field) Constraints: Not nullable
|
void |
setCndnContrBusVolValidFrom(LocalDate cndnContrBusVolValidFrom)
Constraints: Nullable
|
void |
setCndnContrBusVolValidTo(LocalDate cndnContrBusVolValidTo)
Constraints: Nullable
|
void |
setCndnContrSourceBusVolUUID(UUID cndnContrSourceBusVolUUID)
Constraints: Nullable
|
void |
setCommissionRecipient(String commissionRecipient)
Constraints: Not nullable, Maximum length: 10
|
void |
setCompanyCode(String companyCode)
Constraints: Not nullable, Maximum length: 4
|
void |
setConditionContract(ConditionContract value)
Overwrites the associated ConditionContract entity for the loaded navigation property
_ConditionContract.
|
void |
setConditionContract(String conditionContract)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setCustomer(String customer)
Constraints: Not nullable, Maximum length: 10
|
void |
setCustomerHierarchy(String customerHierarchy)
Constraints: Not nullable, Maximum length: 10
|
void |
setDistributionChannel(String distributionChannel)
Constraints: Not nullable, Maximum length: 2
|
void |
setDivision(String division)
Constraints: Not nullable, Maximum length: 2
|
void |
setManufacturer(String manufacturer)
Constraints: Not nullable, Maximum length: 10
|
void |
setPlant(String plant)
Constraints: Not nullable, Maximum length: 4
|
void |
setProduct(String product)
Constraints: Not nullable, Maximum length: 18
|
void |
setProductGroup(String productGroup)
Constraints: Not nullable, Maximum length: 9
|
void |
setProductHierarchy(String productHierarchy)
Constraints: Not nullable, Maximum length: 18
|
void |
setProductType(String productType)
Constraints: Not nullable, Maximum length: 4
|
void |
setPurchasingGroup(String purchasingGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setPurchasingOrganization(String purchasingOrganization)
Constraints: Not nullable, Maximum length: 4
|
void |
setRoyaltyRecipient(String royaltyRecipient)
Constraints: Not nullable, Maximum length: 10
|
void |
setSalesOrderReason(String salesOrderReason)
Constraints: Not nullable, Maximum length: 3
|
void |
setSalesOrganization(String salesOrganization)
Constraints: Not nullable, Maximum length: 4
|
void |
setSalesSpcfcProductGroup1(String salesSpcfcProductGroup1)
Constraints: Not nullable, Maximum length: 3
|
void |
setSalesSpcfcProductGroup2(String salesSpcfcProductGroup2)
Constraints: Not nullable, Maximum length: 3
|
void |
setSalesSpcfcProductGroup3(String salesSpcfcProductGroup3)
Constraints: Not nullable, Maximum length: 3
|
void |
setSalesSpcfcProductGroup4(String salesSpcfcProductGroup4)
Constraints: Not nullable, Maximum length: 3
|
void |
setSalesSpcfcProductGroup5(String salesSpcfcProductGroup5)
Constraints: Not nullable, Maximum length: 3
|
void |
setServiceDocument(String serviceDocument)
Constraints: Not nullable, Maximum length: 10
|
void |
setServiceDocumentItem(String serviceDocumentItem)
Constraints: Not nullable, Maximum length: 6
|
void |
setServiceDocumentType(String serviceDocumentType)
Constraints: Not nullable, Maximum length: 4
|
void |
setSupplier(String supplier)
Constraints: Not nullable, Maximum length: 10
|
void |
setSupplierSubrange(String supplierSubrange)
Constraints: Not nullable, Maximum length: 6
|
protected Map<String,Object> |
toMapOfFields()
Get all fields as map.
|
protected Map<String,Object> |
toMapOfNavigationProperties()
Get navigation properties 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
public static final SimpleProperty<BusVolSelectionCriteria> ALL_FIELDS
public static final SimpleProperty.String<BusVolSelectionCriteria> CONDITION_CONTRACT
public static final SimpleProperty.Guid<BusVolSelectionCriteria> CNDN_CONTR_BUS_VOL_UUID
public static final SimpleProperty.String<BusVolSelectionCriteria> BUS_VOL_FIELD_COMBN_TYPE
public static final SimpleProperty.String<BusVolSelectionCriteria> BUS_VOL_FLD_COMBN_GROUP
public static final SimpleProperty.String<BusVolSelectionCriteria> CNDN_CONTR_BUS_VOL_SIGN
public static final SimpleProperty.String<BusVolSelectionCriteria> BUS_VOL_SELECTION_GROUP
public static final SimpleProperty.Date<BusVolSelectionCriteria> CNDN_CONTR_BUS_VOL_VALID_FROM
public static final SimpleProperty.Date<BusVolSelectionCriteria> CNDN_CONTR_BUS_VOL_VALID_TO
public static final SimpleProperty.String<BusVolSelectionCriteria> SUPPLIER
public static final SimpleProperty.String<BusVolSelectionCriteria> CUSTOMER
public static final SimpleProperty.String<BusVolSelectionCriteria> PURCHASING_ORGANIZATION
public static final SimpleProperty.String<BusVolSelectionCriteria> PURCHASING_GROUP
public static final SimpleProperty.String<BusVolSelectionCriteria> SALES_ORGANIZATION
public static final SimpleProperty.String<BusVolSelectionCriteria> DISTRIBUTION_CHANNEL
public static final SimpleProperty.String<BusVolSelectionCriteria> DIVISION
public static final SimpleProperty.String<BusVolSelectionCriteria> COMPANY_CODE
public static final SimpleProperty.String<BusVolSelectionCriteria> PLANT
public static final SimpleProperty.String<BusVolSelectionCriteria> SUPPLIER_SUBRANGE
public static final SimpleProperty.String<BusVolSelectionCriteria> PRODUCT_GROUP
public static final SimpleProperty.String<BusVolSelectionCriteria> PRODUCT
public static final SimpleProperty.String<BusVolSelectionCriteria> PRODUCT_TYPE
public static final SimpleProperty.String<BusVolSelectionCriteria> CUSTOMER_HIERARCHY
public static final SimpleProperty.String<BusVolSelectionCriteria> PRODUCT_HIERARCHY
public static final SimpleProperty.String<BusVolSelectionCriteria> SALES_SPCFC_PRODUCT_GROUP1
public static final SimpleProperty.String<BusVolSelectionCriteria> SALES_SPCFC_PRODUCT_GROUP2
public static final SimpleProperty.String<BusVolSelectionCriteria> SALES_SPCFC_PRODUCT_GROUP3
public static final SimpleProperty.String<BusVolSelectionCriteria> SALES_SPCFC_PRODUCT_GROUP4
public static final SimpleProperty.String<BusVolSelectionCriteria> SALES_SPCFC_PRODUCT_GROUP5
public static final SimpleProperty.String<BusVolSelectionCriteria> SALES_ORDER_REASON
public static final SimpleProperty.String<BusVolSelectionCriteria> MANUFACTURER
public static final SimpleProperty.String<BusVolSelectionCriteria> ROYALTY_RECIPIENT
public static final SimpleProperty.String<BusVolSelectionCriteria> COMMISSION_RECIPIENT
public static final SimpleProperty.String<BusVolSelectionCriteria> SERVICE_DOCUMENT_TYPE
public static final SimpleProperty.String<BusVolSelectionCriteria> SERVICE_DOCUMENT
public static final SimpleProperty.String<BusVolSelectionCriteria> SERVICE_DOCUMENT_ITEM
public static final SimpleProperty.Guid<BusVolSelectionCriteria> CNDN_CONTR_SOURCE_BUS_VOL_UUID
public static final NavigationProperty.Single<BusVolSelectionCriteria,ConditionContract> TO__CONDITION_CONTRACT
public BusVolSelectionCriteria()
public BusVolSelectionCriteria(@Nullable String conditionContract, @Nullable UUID cndnContrBusVolUUID, @Nullable String busVolFieldCombnType, @Nullable String busVolFldCombnGroup, @Nullable String cndnContrBusVolSign, @Nullable String busVolSelectionGroup, @Nullable LocalDate cndnContrBusVolValidFrom, @Nullable LocalDate cndnContrBusVolValidTo, @Nullable String supplier, @Nullable String customer, @Nullable String purchasingOrganization, @Nullable String purchasingGroup, @Nullable String salesOrganization, @Nullable String distributionChannel, @Nullable String division, @Nullable String companyCode, @Nullable String plant, @Nullable String supplierSubrange, @Nullable String productGroup, @Nullable String product, @Nullable String productType, @Nullable String customerHierarchy, @Nullable String productHierarchy, @Nullable String salesSpcfcProductGroup1, @Nullable String salesSpcfcProductGroup2, @Nullable String salesSpcfcProductGroup3, @Nullable String salesSpcfcProductGroup4, @Nullable String salesSpcfcProductGroup5, @Nullable String salesOrderReason, @Nullable String manufacturer, @Nullable String royaltyRecipient, @Nullable String commissionRecipient, @Nullable String serviceDocumentType, @Nullable String serviceDocument, @Nullable String serviceDocumentItem, @Nullable UUID cndnContrSourceBusVolUUID, @Nullable ConditionContract to_ConditionContract)
@Nonnull public Class<BusVolSelectionCriteria> getType()
getType
in class VdmObject<BusVolSelectionCriteria>
public void setConditionContract(@Nullable String conditionContract)
Original property name from the Odata EDM: ConditionContract
conditionContract
- Condition Contractpublic void setCndnContrBusVolUUID(@Nullable UUID cndnContrBusVolUUID)
Original property name from the Odata EDM: CndnContrBusVolUUID
cndnContrBusVolUUID
- Condition Contract: Business volume base item GUIDpublic void setBusVolFieldCombnType(@Nullable String busVolFieldCombnType)
Original property name from the Odata EDM: BusVolFieldCombnType
busVolFieldCombnType
- Field Combination for Business Volume Selectionpublic void setBusVolFldCombnGroup(@Nullable String busVolFldCombnGroup)
Original property name from the Odata EDM: BusVolFldCombnGroup
busVolFldCombnGroup
- Field Combination Group for Business Volume Selection in BVBpublic void setCndnContrBusVolSign(@Nullable String cndnContrBusVolSign)
Original property name from the Odata EDM: CndnContrBusVolSign
cndnContrBusVolSign
- Status Including / Excludingpublic void setBusVolSelectionGroup(@Nullable String busVolSelectionGroup)
Original property name from the Odata EDM: BusVolSelectionGroup
busVolSelectionGroup
- Selection Grouppublic void setCndnContrBusVolValidFrom(@Nullable LocalDate cndnContrBusVolValidFrom)
Original property name from the Odata EDM: CndnContrBusVolValidFrom
cndnContrBusVolValidFrom
- Valid frompublic void setCndnContrBusVolValidTo(@Nullable LocalDate cndnContrBusVolValidTo)
Original property name from the Odata EDM: CndnContrBusVolValidTo
cndnContrBusVolValidTo
- Valid topublic void setSupplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
supplier
- Account Number of Supplierpublic void setCustomer(@Nullable String customer)
Original property name from the Odata EDM: Customer
customer
- Customer Numberpublic void setPurchasingOrganization(@Nullable String purchasingOrganization)
Original property name from the Odata EDM: PurchasingOrganization
purchasingOrganization
- Purchasing Organizationpublic void setPurchasingGroup(@Nullable String purchasingGroup)
Original property name from the Odata EDM: PurchasingGroup
purchasingGroup
- Purchasing Grouppublic void setSalesOrganization(@Nullable String salesOrganization)
Original property name from the Odata EDM: SalesOrganization
salesOrganization
- Sales Organizationpublic void setDistributionChannel(@Nullable String distributionChannel)
Original property name from the Odata EDM: DistributionChannel
distributionChannel
- Distribution Channelpublic void setDivision(@Nullable String division)
Original property name from the Odata EDM: Division
division
- Divisionpublic void setCompanyCode(@Nullable String companyCode)
Original property name from the Odata EDM: CompanyCode
companyCode
- Company Codepublic void setPlant(@Nullable String plant)
Original property name from the Odata EDM: Plant
plant
- Plantpublic void setSupplierSubrange(@Nullable String supplierSubrange)
Original property name from the Odata EDM: SupplierSubrange
supplierSubrange
- Supplier Subrangepublic void setProductGroup(@Nullable String productGroup)
Original property name from the Odata EDM: ProductGroup
productGroup
- Product Grouppublic void setProduct(@Nullable String product)
Original property name from the Odata EDM: Product
product
- Product Numberpublic void setProductType(@Nullable String productType)
Original property name from the Odata EDM: ProductType
productType
- Product Typepublic void setCustomerHierarchy(@Nullable String customerHierarchy)
Original property name from the Odata EDM: CustomerHierarchy
customerHierarchy
- Customer Hierarchypublic void setProductHierarchy(@Nullable String productHierarchy)
Original property name from the Odata EDM: ProductHierarchy
productHierarchy
- Product Hierarchypublic void setSalesSpcfcProductGroup1(@Nullable String salesSpcfcProductGroup1)
Original property name from the Odata EDM: SalesSpcfcProductGroup1
salesSpcfcProductGroup1
- Sales-Specific Product Group 1public void setSalesSpcfcProductGroup2(@Nullable String salesSpcfcProductGroup2)
Original property name from the Odata EDM: SalesSpcfcProductGroup2
salesSpcfcProductGroup2
- Sales-Specific Product Group 2public void setSalesSpcfcProductGroup3(@Nullable String salesSpcfcProductGroup3)
Original property name from the Odata EDM: SalesSpcfcProductGroup3
salesSpcfcProductGroup3
- Sales-Specific Product Group 3public void setSalesSpcfcProductGroup4(@Nullable String salesSpcfcProductGroup4)
Original property name from the Odata EDM: SalesSpcfcProductGroup4
salesSpcfcProductGroup4
- Sales-Specific Product Group 4public void setSalesSpcfcProductGroup5(@Nullable String salesSpcfcProductGroup5)
Original property name from the Odata EDM: SalesSpcfcProductGroup5
salesSpcfcProductGroup5
- Sales-Specific Product Group 5public void setSalesOrderReason(@Nullable String salesOrderReason)
Original property name from the Odata EDM: SalesOrderReason
salesOrderReason
- Sales Document Reasonpublic void setManufacturer(@Nullable String manufacturer)
Original property name from the Odata EDM: Manufacturer
manufacturer
- Manufacturer numberpublic void setRoyaltyRecipient(@Nullable String royaltyRecipient)
Original property name from the Odata EDM: RoyaltyRecipient
royaltyRecipient
- Royalties Recipientpublic void setCommissionRecipient(@Nullable String commissionRecipient)
Original property name from the Odata EDM: CommissionRecipient
commissionRecipient
- Commission Recipientpublic void setServiceDocumentType(@Nullable String serviceDocumentType)
Original property name from the Odata EDM: ServiceDocumentType
serviceDocumentType
- Service Document Typepublic void setServiceDocument(@Nullable String serviceDocument)
Original property name from the Odata EDM: ServiceDocument
serviceDocument
- Service Document IDpublic void setServiceDocumentItem(@Nullable String serviceDocumentItem)
Original property name from the Odata EDM: ServiceDocumentItem
serviceDocumentItem
- Service Document Item IDpublic void setCndnContrSourceBusVolUUID(@Nullable UUID cndnContrSourceBusVolUUID)
Original property name from the Odata EDM: CndnContrSourceBusVolUUID
cndnContrSourceBusVolUUID
- External BVB GUIDprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<BusVolSelectionCriteria>
@Nonnull protected ODataEntityKey getKey()
getKey
in class VdmObject<BusVolSelectionCriteria>
@Nonnull protected Map<String,Object> toMapOfFields()
VdmObject
toMapOfFields
in class VdmObject<BusVolSelectionCriteria>
protected void fromMap(Map<String,Object> inputValues)
VdmObject
fromMap
in class VdmObject<BusVolSelectionCriteria>
inputValues
- The key-value map.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<BusVolSelectionCriteria>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
VdmObject
toMapOfNavigationProperties
in class VdmObject<BusVolSelectionCriteria>
@Nonnull public io.vavr.control.Option<ConditionContract> getConditionContractIfPresent()
If the navigation property for an entity BusVolSelectionCriteria has not been resolved yet, this method
will not query further information. Instead its Option
result state will be
empty
.
Option
with result state
empty
is returned.public void setConditionContract(ConditionContract value)
value
- New ConditionContract entity.@Nonnull public static BusVolSelectionCriteria.BusVolSelectionCriteriaBuilder builder()
@Nullable public String getConditionContract()
Original property name from the Odata EDM: ConditionContract
@Nullable public UUID getCndnContrBusVolUUID()
Original property name from the Odata EDM: CndnContrBusVolUUID
@Nullable public String getBusVolFieldCombnType()
Original property name from the Odata EDM: BusVolFieldCombnType
@Nullable public String getBusVolFldCombnGroup()
Original property name from the Odata EDM: BusVolFldCombnGroup
@Nullable public String getCndnContrBusVolSign()
Original property name from the Odata EDM: CndnContrBusVolSign
@Nullable public String getBusVolSelectionGroup()
Original property name from the Odata EDM: BusVolSelectionGroup
@Nullable public LocalDate getCndnContrBusVolValidFrom()
Original property name from the Odata EDM: CndnContrBusVolValidFrom
@Nullable public LocalDate getCndnContrBusVolValidTo()
Original property name from the Odata EDM: CndnContrBusVolValidTo
@Nullable public String getSupplier()
Original property name from the Odata EDM: Supplier
@Nullable public String getCustomer()
Original property name from the Odata EDM: Customer
@Nullable public String getPurchasingOrganization()
Original property name from the Odata EDM: PurchasingOrganization
@Nullable public String getPurchasingGroup()
Original property name from the Odata EDM: PurchasingGroup
@Nullable public String getSalesOrganization()
Original property name from the Odata EDM: SalesOrganization
@Nullable public String getDistributionChannel()
Original property name from the Odata EDM: DistributionChannel
@Nullable public String getDivision()
Original property name from the Odata EDM: Division
@Nullable public String getCompanyCode()
Original property name from the Odata EDM: CompanyCode
@Nullable public String getPlant()
Original property name from the Odata EDM: Plant
@Nullable public String getSupplierSubrange()
Original property name from the Odata EDM: SupplierSubrange
@Nullable public String getProductGroup()
Original property name from the Odata EDM: ProductGroup
@Nullable public String getProduct()
Original property name from the Odata EDM: Product
@Nullable public String getProductType()
Original property name from the Odata EDM: ProductType
@Nullable public String getCustomerHierarchy()
Original property name from the Odata EDM: CustomerHierarchy
@Nullable public String getProductHierarchy()
Original property name from the Odata EDM: ProductHierarchy
@Nullable public String getSalesSpcfcProductGroup1()
Original property name from the Odata EDM: SalesSpcfcProductGroup1
@Nullable public String getSalesSpcfcProductGroup2()
Original property name from the Odata EDM: SalesSpcfcProductGroup2
@Nullable public String getSalesSpcfcProductGroup3()
Original property name from the Odata EDM: SalesSpcfcProductGroup3
@Nullable public String getSalesSpcfcProductGroup4()
Original property name from the Odata EDM: SalesSpcfcProductGroup4
@Nullable public String getSalesSpcfcProductGroup5()
Original property name from the Odata EDM: SalesSpcfcProductGroup5
@Nullable public String getSalesOrderReason()
Original property name from the Odata EDM: SalesOrderReason
@Nullable public String getManufacturer()
Original property name from the Odata EDM: Manufacturer
@Nullable public String getRoyaltyRecipient()
Original property name from the Odata EDM: RoyaltyRecipient
@Nullable public String getCommissionRecipient()
Original property name from the Odata EDM: CommissionRecipient
@Nullable public String getServiceDocumentType()
Original property name from the Odata EDM: ServiceDocumentType
@Nullable public String getServiceDocument()
Original property name from the Odata EDM: ServiceDocument
@Nullable public String getServiceDocumentItem()
Original property name from the Odata EDM: ServiceDocumentItem
@Nullable public UUID getCndnContrSourceBusVolUUID()
Original property name from the Odata EDM: CndnContrSourceBusVolUUID
@Nonnull public String toString()
toString
in class VdmObject<BusVolSelectionCriteria>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<BusVolSelectionCriteria>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<BusVolSelectionCriteria>
public int hashCode()
hashCode
in class VdmEntity<BusVolSelectionCriteria>
public String getOdataType()
getOdataType
in class VdmObject<BusVolSelectionCriteria>
Copyright © 2021 SAP SE. All rights reserved.