public class SupplierPurchasingOrg extends VdmEntity<SupplierPurchasingOrg>
Original entity name from the Odata EDM: A_SupplierPurchasingOrgType
Modifier and Type | Class and Description |
---|---|
static class |
SupplierPurchasingOrg.SupplierPurchasingOrgBuilder
Helper class to allow for fluent creation of SupplierPurchasingOrg instances.
|
Modifier and Type | Field and Description |
---|---|
static SupplierPurchasingOrgSelectable |
ALL_FIELDS
Selector for all available fields of SupplierPurchasingOrg.
|
static SupplierPurchasingOrgField<String> |
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations.
|
static SupplierPurchasingOrgField<String> |
CALCULATION_SCHEMA_GROUP_CODE
Use with available fluent helpers to apply the CalculationSchemaGroupCode field to query operations.
|
static SupplierPurchasingOrgField<Boolean> |
DELETION_INDICATOR
Use with available fluent helpers to apply the DeletionIndicator field to query operations.
|
static SupplierPurchasingOrgField<String> |
INCOTERMS_CLASSIFICATION
Use with available fluent helpers to apply the IncotermsClassification field to query operations.
|
static SupplierPurchasingOrgField<String> |
INCOTERMS_LOCATION1
Use with available fluent helpers to apply the IncotermsLocation1 field to query operations.
|
static SupplierPurchasingOrgField<String> |
INCOTERMS_LOCATION2
Use with available fluent helpers to apply the IncotermsLocation2 field to query operations.
|
static SupplierPurchasingOrgField<String> |
INCOTERMS_TRANSFER_LOCATION
Use with available fluent helpers to apply the IncotermsTransferLocation field to query operations.
|
static SupplierPurchasingOrgField<String> |
INCOTERMS_VERSION
Use with available fluent helpers to apply the IncotermsVersion field to query operations.
|
static SupplierPurchasingOrgField<Boolean> |
INVOICE_IS_GOODS_RECEIPT_BASED
Use with available fluent helpers to apply the InvoiceIsGoodsReceiptBased field to query operations.
|
static SupplierPurchasingOrgField<Boolean> |
IS_ORDER_ACKN_RQD
Use with available fluent helpers to apply the IsOrderAcknRqd field to query operations.
|
static SupplierPurchasingOrgField<BigDecimal> |
MATERIAL_PLANNED_DELIVERY_DURN
Use with available fluent helpers to apply the MaterialPlannedDeliveryDurn field to query operations.
|
static SupplierPurchasingOrgField<BigDecimal> |
MINIMUM_ORDER_AMOUNT
Use with available fluent helpers to apply the MinimumOrderAmount field to query operations.
|
static SupplierPurchasingOrgField<String> |
PAYMENT_TERMS
Use with available fluent helpers to apply the PaymentTerms field to query operations.
|
static SupplierPurchasingOrgField<String> |
PRICING_DATE_CONTROL
Use with available fluent helpers to apply the PricingDateControl field to query operations.
|
static SupplierPurchasingOrgField<Boolean> |
PUR_ORD_AUTO_GENERATION_IS_ALLOWED
Use with available fluent helpers to apply the PurOrdAutoGenerationIsAllowed field to query operations.
|
static SupplierPurchasingOrgField<String> |
PURCHASE_ORDER_CURRENCY
Use with available fluent helpers to apply the PurchaseOrderCurrency field to query operations.
|
static SupplierPurchasingOrgField<String> |
PURCHASING_GROUP
Use with available fluent helpers to apply the PurchasingGroup field to query operations.
|
static SupplierPurchasingOrgField<Boolean> |
PURCHASING_IS_BLOCKED_FOR_SUPPLIER
Use with available fluent helpers to apply the PurchasingIsBlockedForSupplier field to query operations.
|
static SupplierPurchasingOrgField<String> |
PURCHASING_ORGANIZATION
Use with available fluent helpers to apply the PurchasingOrganization field to query operations.
|
static SupplierPurchasingOrgField<String> |
SHIPPING_CONDITION
Use with available fluent helpers to apply the ShippingCondition field to query operations.
|
static SupplierPurchasingOrgField<String> |
SUPPLIER
Use with available fluent helpers to apply the Supplier field to query operations.
|
static SupplierPurchasingOrgField<String> |
SUPPLIER_ABC_CLASSIFICATION_CODE
Use with available fluent helpers to apply the SupplierABCClassificationCode field to query operations.
|
static SupplierPurchasingOrgField<String> |
SUPPLIER_ACCOUNT_GROUP
Use with available fluent helpers to apply the SupplierAccountGroup field to query operations.
|
static SupplierPurchasingOrgField<String> |
SUPPLIER_CONFIRMATION_CONTROL_KEY
Use with available fluent helpers to apply the SupplierConfirmationControlKey field to query operations.
|
static SupplierPurchasingOrgField<String> |
SUPPLIER_PHONE_NUMBER
Use with available fluent helpers to apply the SupplierPhoneNumber field to query operations.
|
static SupplierPurchasingOrgField<String> |
SUPPLIER_RESP_SALES_PERSON_NAME
Use with available fluent helpers to apply the SupplierRespSalesPersonName field to query operations.
|
static SupplierPurchasingOrgLink<SupplierPartnerFunc> |
TO_PARTNER_FUNCTION
Use with available fluent helpers to apply the to_PartnerFunction navigation property to query operations.
|
static SupplierPurchasingOrgLink<SupplierPurchasingOrgText> |
TO_PURCHASING_ORG_TEXT
Use with available fluent helpers to apply the to_PurchasingOrgText navigation property to query
operations.
|
changedOriginalFields
Constructor and Description |
---|
SupplierPurchasingOrg() |
SupplierPurchasingOrg(String supplier,
String purchasingOrganization,
String calculationSchemaGroupCode,
Boolean deletionIndicator,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsVersion,
String incotermsLocation1,
String incotermsLocation2,
Boolean invoiceIsGoodsReceiptBased,
BigDecimal materialPlannedDeliveryDurn,
BigDecimal minimumOrderAmount,
String paymentTerms,
String pricingDateControl,
Boolean purOrdAutoGenerationIsAllowed,
String purchaseOrderCurrency,
String purchasingGroup,
Boolean purchasingIsBlockedForSupplier,
String shippingCondition,
String supplierABCClassificationCode,
String supplierPhoneNumber,
String supplierRespSalesPersonName,
String supplierConfirmationControlKey,
Boolean isOrderAcknRqd,
String authorizationGroup,
String supplierAccountGroup,
List<SupplierPartnerFunc> toPartnerFunction,
List<SupplierPurchasingOrgText> toPurchasingOrgText) |
Modifier and Type | Method and Description |
---|---|
void |
addPartnerFunction(SupplierPartnerFunc... entity)
Adds elements to the list of associated SupplierPartnerFunc entities.
|
void |
addPurchasingOrgText(SupplierPurchasingOrgText... entity)
Adds elements to the list of associated SupplierPurchasingOrgText entities.
|
void |
attachToService(String servicePath,
HttpDestinationProperties destination)
Sets the service path and destination for the fetch commands of this entity.
|
static SupplierPurchasingOrg.SupplierPurchasingOrgBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<SupplierPartnerFunc> |
fetchPartnerFunction()
Fetches the SupplierPartnerFunc entities (one to many) associated with this entity.
|
List<SupplierPurchasingOrgText> |
fetchPurchasingOrgText()
Fetches the SupplierPurchasingOrgText entities (one to many) associated with this entity.
|
static <T> SupplierPurchasingOrgField<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 |
getAuthorizationGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getCalculationSchemaGroupCode()
Constraints: Not nullable, Maximum length: 2
|
protected String |
getDefaultServicePath()
Used by fluent helpers and navigation property methods to construct OData queries.
|
Boolean |
getDeletionIndicator()
Constraints: none
|
HttpDestinationProperties |
getDestinationForFetch()
Convienence field for reusing the same destination with multiple queries (e.g.
|
protected String |
getEntityCollection()
Used by fluent helpers and navigation property methods to construct OData queries.
|
String |
getIncotermsClassification()
Constraints: Not nullable, Maximum length: 3
|
String |
getIncotermsLocation1()
Constraints: Not nullable, Maximum length: 70
|
String |
getIncotermsLocation2()
Constraints: Not nullable, Maximum length: 70
|
String |
getIncotermsTransferLocation()
Constraints: Not nullable, Maximum length: 28
|
String |
getIncotermsVersion()
Constraints: Not nullable, Maximum length: 4
|
Boolean |
getInvoiceIsGoodsReceiptBased()
Constraints: none
|
Boolean |
getIsOrderAcknRqd()
Constraints: none
|
protected Map<String,Object> |
getKey() |
BigDecimal |
getMaterialPlannedDeliveryDurn()
Constraints: Not nullable, Precision: 3, Scale: 0
|
BigDecimal |
getMinimumOrderAmount()
Constraints: Not nullable, Precision: 14, Scale: 3
|
io.vavr.control.Option<List<SupplierPartnerFunc>> |
getPartnerFunctionIfPresent()
Retrieval of associated SupplierPartnerFunc entities (one to many).
|
List<SupplierPartnerFunc> |
getPartnerFunctionOrFetch()
Retrieval of associated SupplierPartnerFunc entities (one to many).
|
String |
getPaymentTerms()
Constraints: Not nullable, Maximum length: 4
|
String |
getPricingDateControl()
Constraints: Not nullable, Maximum length: 1
|
String |
getPurchaseOrderCurrency()
Constraints: Not nullable, Maximum length: 5
|
String |
getPurchasingGroup()
Constraints: Not nullable, Maximum length: 3
|
Boolean |
getPurchasingIsBlockedForSupplier()
Constraints: none
|
String |
getPurchasingOrganization()
(Key Field) Constraints: Not nullable, Maximum length: 4
|
io.vavr.control.Option<List<SupplierPurchasingOrgText>> |
getPurchasingOrgTextIfPresent()
Retrieval of associated SupplierPurchasingOrgText entities (one to many).
|
List<SupplierPurchasingOrgText> |
getPurchasingOrgTextOrFetch()
Retrieval of associated SupplierPurchasingOrgText entities (one to many).
|
Boolean |
getPurOrdAutoGenerationIsAllowed()
Constraints: none
|
String |
getShippingCondition()
Constraints: Not nullable, Maximum length: 2
|
String |
getSupplier()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getSupplierABCClassificationCode()
Constraints: Not nullable, Maximum length: 1
|
String |
getSupplierAccountGroup()
Constraints: Not nullable, Maximum length: 4
|
String |
getSupplierConfirmationControlKey()
Constraints: Not nullable, Maximum length: 4
|
String |
getSupplierPhoneNumber()
Constraints: Not nullable, Maximum length: 16
|
String |
getSupplierRespSalesPersonName()
Constraints: Not nullable, Maximum length: 30
|
Class<SupplierPurchasingOrg> |
getType() |
int |
hashCode() |
void |
setAuthorizationGroup(String authorizationGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setCalculationSchemaGroupCode(String calculationSchemaGroupCode)
Constraints: Not nullable, Maximum length: 2
|
void |
setDeletionIndicator(Boolean deletionIndicator)
Constraints: none
|
void |
setIncotermsClassification(String incotermsClassification)
Constraints: Not nullable, Maximum length: 3
|
void |
setIncotermsLocation1(String incotermsLocation1)
Constraints: Not nullable, Maximum length: 70
|
void |
setIncotermsLocation2(String incotermsLocation2)
Constraints: Not nullable, Maximum length: 70
|
void |
setIncotermsTransferLocation(String incotermsTransferLocation)
Constraints: Not nullable, Maximum length: 28
|
void |
setIncotermsVersion(String incotermsVersion)
Constraints: Not nullable, Maximum length: 4
|
void |
setInvoiceIsGoodsReceiptBased(Boolean invoiceIsGoodsReceiptBased)
Constraints: none
|
void |
setIsOrderAcknRqd(Boolean isOrderAcknRqd)
Constraints: none
|
void |
setMaterialPlannedDeliveryDurn(BigDecimal materialPlannedDeliveryDurn)
Constraints: Not nullable, Precision: 3, Scale: 0
|
void |
setMinimumOrderAmount(BigDecimal minimumOrderAmount)
Constraints: Not nullable, Precision: 14, Scale: 3
|
void |
setPartnerFunction(List<SupplierPartnerFunc> value)
Overwrites the list of associated SupplierPartnerFunc entities for the loaded navigation property
to_PartnerFunction.
|
void |
setPaymentTerms(String paymentTerms)
Constraints: Not nullable, Maximum length: 4
|
void |
setPricingDateControl(String pricingDateControl)
Constraints: Not nullable, Maximum length: 1
|
void |
setPurchaseOrderCurrency(String purchaseOrderCurrency)
Constraints: Not nullable, Maximum length: 5
|
void |
setPurchasingGroup(String purchasingGroup)
Constraints: Not nullable, Maximum length: 3
|
void |
setPurchasingIsBlockedForSupplier(Boolean purchasingIsBlockedForSupplier)
Constraints: none
|
void |
setPurchasingOrganization(String purchasingOrganization)
(Key Field) Constraints: Not nullable, Maximum length: 4
|
void |
setPurchasingOrgText(List<SupplierPurchasingOrgText> value)
Overwrites the list of associated SupplierPurchasingOrgText entities for the loaded navigation property
to_PurchasingOrgText.
|
void |
setPurOrdAutoGenerationIsAllowed(Boolean purOrdAutoGenerationIsAllowed)
Constraints: none
|
protected void |
setServicePathForFetch(String servicePathForFetch)
The service path only used for the fetch commands of this entity.
|
void |
setShippingCondition(String shippingCondition)
Constraints: Not nullable, Maximum length: 2
|
void |
setSupplier(String supplier)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSupplierABCClassificationCode(String supplierABCClassificationCode)
Constraints: Not nullable, Maximum length: 1
|
void |
setSupplierAccountGroup(String supplierAccountGroup)
Constraints: Not nullable, Maximum length: 4
|
void |
setSupplierConfirmationControlKey(String supplierConfirmationControlKey)
Constraints: Not nullable, Maximum length: 4
|
void |
setSupplierPhoneNumber(String supplierPhoneNumber)
Constraints: Not nullable, Maximum length: 16
|
void |
setSupplierRespSalesPersonName(String supplierRespSalesPersonName)
Constraints: Not nullable, Maximum length: 30
|
protected Map<String,Object> |
toMapOfFields() |
protected Map<String,Object> |
toMapOfNavigationProperties() |
String |
toString() |
getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields
public static final SupplierPurchasingOrgSelectable ALL_FIELDS
public static final SupplierPurchasingOrgField<String> SUPPLIER
public static final SupplierPurchasingOrgField<String> PURCHASING_ORGANIZATION
public static final SupplierPurchasingOrgField<String> CALCULATION_SCHEMA_GROUP_CODE
public static final SupplierPurchasingOrgField<Boolean> DELETION_INDICATOR
public static final SupplierPurchasingOrgField<String> INCOTERMS_CLASSIFICATION
public static final SupplierPurchasingOrgField<String> INCOTERMS_TRANSFER_LOCATION
public static final SupplierPurchasingOrgField<String> INCOTERMS_VERSION
public static final SupplierPurchasingOrgField<String> INCOTERMS_LOCATION1
public static final SupplierPurchasingOrgField<String> INCOTERMS_LOCATION2
public static final SupplierPurchasingOrgField<Boolean> INVOICE_IS_GOODS_RECEIPT_BASED
public static final SupplierPurchasingOrgField<BigDecimal> MATERIAL_PLANNED_DELIVERY_DURN
public static final SupplierPurchasingOrgField<BigDecimal> MINIMUM_ORDER_AMOUNT
public static final SupplierPurchasingOrgField<String> PAYMENT_TERMS
public static final SupplierPurchasingOrgField<String> PRICING_DATE_CONTROL
public static final SupplierPurchasingOrgField<Boolean> PUR_ORD_AUTO_GENERATION_IS_ALLOWED
public static final SupplierPurchasingOrgField<String> PURCHASE_ORDER_CURRENCY
public static final SupplierPurchasingOrgField<String> PURCHASING_GROUP
public static final SupplierPurchasingOrgField<Boolean> PURCHASING_IS_BLOCKED_FOR_SUPPLIER
public static final SupplierPurchasingOrgField<String> SHIPPING_CONDITION
public static final SupplierPurchasingOrgField<String> SUPPLIER_ABC_CLASSIFICATION_CODE
public static final SupplierPurchasingOrgField<String> SUPPLIER_PHONE_NUMBER
public static final SupplierPurchasingOrgField<String> SUPPLIER_RESP_SALES_PERSON_NAME
public static final SupplierPurchasingOrgField<String> SUPPLIER_CONFIRMATION_CONTROL_KEY
public static final SupplierPurchasingOrgField<Boolean> IS_ORDER_ACKN_RQD
public static final SupplierPurchasingOrgField<String> AUTHORIZATION_GROUP
public static final SupplierPurchasingOrgField<String> SUPPLIER_ACCOUNT_GROUP
public static final SupplierPurchasingOrgLink<SupplierPartnerFunc> TO_PARTNER_FUNCTION
public static final SupplierPurchasingOrgLink<SupplierPurchasingOrgText> TO_PURCHASING_ORG_TEXT
public SupplierPurchasingOrg()
public SupplierPurchasingOrg(@Nullable String supplier, @Nullable String purchasingOrganization, @Nullable String calculationSchemaGroupCode, @Nullable Boolean deletionIndicator, @Nullable String incotermsClassification, @Nullable String incotermsTransferLocation, @Nullable String incotermsVersion, @Nullable String incotermsLocation1, @Nullable String incotermsLocation2, @Nullable Boolean invoiceIsGoodsReceiptBased, @Nullable BigDecimal materialPlannedDeliveryDurn, @Nullable BigDecimal minimumOrderAmount, @Nullable String paymentTerms, @Nullable String pricingDateControl, @Nullable Boolean purOrdAutoGenerationIsAllowed, @Nullable String purchaseOrderCurrency, @Nullable String purchasingGroup, @Nullable Boolean purchasingIsBlockedForSupplier, @Nullable String shippingCondition, @Nullable String supplierABCClassificationCode, @Nullable String supplierPhoneNumber, @Nullable String supplierRespSalesPersonName, @Nullable String supplierConfirmationControlKey, @Nullable Boolean isOrderAcknRqd, @Nullable String authorizationGroup, @Nullable String supplierAccountGroup, List<SupplierPartnerFunc> toPartnerFunction, List<SupplierPurchasingOrgText> toPurchasingOrgText)
@Nonnull public Class<SupplierPurchasingOrg> getType()
getType
in class VdmObject<SupplierPurchasingOrg>
public void setSupplier(@Nullable String supplier)
Original property name from the Odata EDM: Supplier
supplier
- Vendor's account numberpublic void setPurchasingOrganization(@Nullable String purchasingOrganization)
Original property name from the Odata EDM: PurchasingOrganization
purchasingOrganization
- Purchasing organizationpublic void setCalculationSchemaGroupCode(@Nullable String calculationSchemaGroupCode)
Original property name from the Odata EDM: CalculationSchemaGroupCode
calculationSchemaGroupCode
- Group for Calculation Schema (Supplier)public void setDeletionIndicator(@Nullable Boolean deletionIndicator)
Original property name from the Odata EDM: DeletionIndicator
deletionIndicator
- Deletion Indicator for Supplier at Purchasing Levelpublic void setIncotermsClassification(@Nullable String incotermsClassification)
Original property name from the Odata EDM: IncotermsClassification
incotermsClassification
- Incoterms (Part 1)public void setIncotermsTransferLocation(@Nullable String incotermsTransferLocation)
Original property name from the Odata EDM: IncotermsTransferLocation
incotermsTransferLocation
- Incoterms (Part 2)public void setIncotermsVersion(@Nullable String incotermsVersion)
Original property name from the Odata EDM: IncotermsVersion
incotermsVersion
- Incoterms Versionpublic void setIncotermsLocation1(@Nullable String incotermsLocation1)
Original property name from the Odata EDM: IncotermsLocation1
incotermsLocation1
- Incoterms Location 1public void setIncotermsLocation2(@Nullable String incotermsLocation2)
Original property name from the Odata EDM: IncotermsLocation2
incotermsLocation2
- Incoterms Location 2public void setInvoiceIsGoodsReceiptBased(@Nullable Boolean invoiceIsGoodsReceiptBased)
Original property name from the Odata EDM: InvoiceIsGoodsReceiptBased
invoiceIsGoodsReceiptBased
- Indicator: GR-Based Invoice Verificationpublic void setMaterialPlannedDeliveryDurn(@Nullable BigDecimal materialPlannedDeliveryDurn)
Original property name from the Odata EDM: MaterialPlannedDeliveryDurn
materialPlannedDeliveryDurn
- Planned Delivery Time in Dayspublic void setMinimumOrderAmount(@Nullable BigDecimal minimumOrderAmount)
Original property name from the Odata EDM: MinimumOrderAmount
minimumOrderAmount
- Minimum order valuepublic void setPaymentTerms(@Nullable String paymentTerms)
Original property name from the Odata EDM: PaymentTerms
paymentTerms
- Terms of payment keypublic void setPricingDateControl(@Nullable String pricingDateControl)
Original property name from the Odata EDM: PricingDateControl
pricingDateControl
- Price Determination (Pricing) Date Controlpublic void setPurOrdAutoGenerationIsAllowed(@Nullable Boolean purOrdAutoGenerationIsAllowed)
Original property name from the Odata EDM: PurOrdAutoGenerationIsAllowed
purOrdAutoGenerationIsAllowed
- Automatic Generation of Purchase Order Allowedpublic void setPurchaseOrderCurrency(@Nullable String purchaseOrderCurrency)
Original property name from the Odata EDM: PurchaseOrderCurrency
purchaseOrderCurrency
- Purchase order currencypublic void setPurchasingGroup(@Nullable String purchasingGroup)
Original property name from the Odata EDM: PurchasingGroup
purchasingGroup
- Purchasing Grouppublic void setPurchasingIsBlockedForSupplier(@Nullable Boolean purchasingIsBlockedForSupplier)
Original property name from the Odata EDM: PurchasingIsBlockedForSupplier
purchasingIsBlockedForSupplier
- Purchasing block at purchasing organization levelpublic void setShippingCondition(@Nullable String shippingCondition)
Original property name from the Odata EDM: ShippingCondition
shippingCondition
- Shipping Conditionspublic void setSupplierABCClassificationCode(@Nullable String supplierABCClassificationCode)
Original property name from the Odata EDM: SupplierABCClassificationCode
supplierABCClassificationCode
- ABC indicatorpublic void setSupplierPhoneNumber(@Nullable String supplierPhoneNumber)
Original property name from the Odata EDM: SupplierPhoneNumber
supplierPhoneNumber
- Supplier's Telephone Numberpublic void setSupplierRespSalesPersonName(@Nullable String supplierRespSalesPersonName)
Original property name from the Odata EDM: SupplierRespSalesPersonName
supplierRespSalesPersonName
- Responsible Salesperson at Supplier's Officepublic void setSupplierConfirmationControlKey(@Nullable String supplierConfirmationControlKey)
Original property name from the Odata EDM: SupplierConfirmationControlKey
supplierConfirmationControlKey
- Confirmation Control Keypublic void setIsOrderAcknRqd(@Nullable Boolean isOrderAcknRqd)
Original property name from the Odata EDM: IsOrderAcknRqd
isOrderAcknRqd
- Order Acknowledgment Requirementpublic void setAuthorizationGroup(@Nullable String authorizationGroup)
Original property name from the Odata EDM: AuthorizationGroup
authorizationGroup
- Authorization Grouppublic void setSupplierAccountGroup(@Nullable String supplierAccountGroup)
Original property name from the Odata EDM: SupplierAccountGroup
supplierAccountGroup
- Vendor account groupprotected String getEntityCollection()
VdmEntity
getEntityCollection
in class VdmEntity<SupplierPurchasingOrg>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SupplierPurchasingOrg>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SupplierPurchasingOrg>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SupplierPurchasingOrg>
@Nonnull public static <T> SupplierPurchasingOrgField<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> SupplierPurchasingOrgField<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 HttpDestinationProperties getDestinationForFetch()
VdmEntity
getDestinationForFetch
in class VdmEntity<SupplierPurchasingOrg>
protected 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<SupplierPurchasingOrg>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
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<SupplierPurchasingOrg>
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.destination
- New destination to apply to this entity and any associated entities that were previously fetched.protected String getDefaultServicePath()
VdmEntity
getDefaultServicePath
in class VdmEntity<SupplierPurchasingOrg>
protocol://hostname:port
and the OData resource name (entity set, $metadata
, etc.)@Nonnull protected Map<String,Object> toMapOfNavigationProperties()
toMapOfNavigationProperties
in class VdmObject<SupplierPurchasingOrg>
@Nonnull public List<SupplierPartnerFunc> fetchPartnerFunction() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<SupplierPartnerFunc> getPartnerFunctionOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PartnerFunction of a queried SupplierPurchasingOrg is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<SupplierPartnerFunc>> getPartnerFunctionIfPresent()
If the navigation property for an entity SupplierPurchasingOrg 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 setPartnerFunction(@Nonnull List<SupplierPartnerFunc> value)
If the navigation property to_PartnerFunction of a queried SupplierPurchasingOrg is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of SupplierPartnerFunc entities.public void addPartnerFunction(SupplierPartnerFunc... entity)
If the navigation property to_PartnerFunction of a queried SupplierPurchasingOrg is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of SupplierPartnerFunc entities.@Nonnull public List<SupplierPurchasingOrgText> fetchPurchasingOrgText() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
Please note: This method will not cache or persist the query results.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public List<SupplierPurchasingOrgText> getPurchasingOrgTextOrFetch() throws com.sap.cloud.sdk.odatav2.connectivity.ODataException
If the navigation property to_PurchasingOrgText of a queried SupplierPurchasingOrg is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
com.sap.cloud.sdk.odatav2.connectivity.ODataException
- If the entity is unmanaged, i.e. it has not been retrieved using the OData VDM's services and
therefore has no ERP configuration context assigned. An entity is managed if it has been either
retrieved using the VDM's services or returned from the VDM's services as the result of a CREATE or
UPDATE call.@Nonnull public io.vavr.control.Option<List<SupplierPurchasingOrgText>> getPurchasingOrgTextIfPresent()
If the navigation property for an entity SupplierPurchasingOrg 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 setPurchasingOrgText(@Nonnull List<SupplierPurchasingOrgText> value)
If the navigation property to_PurchasingOrgText of a queried SupplierPurchasingOrg is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
value
- List of SupplierPurchasingOrgText entities.public void addPurchasingOrgText(SupplierPurchasingOrgText... entity)
If the navigation property to_PurchasingOrgText of a queried SupplierPurchasingOrg is operated lazily, an ODataException can be thrown in case of an OData query error.
Please note: Lazy loading of OData entity associations is the process of asynchronous retrieval and persisting of items from a navigation property. If a lazy property is requested by the application for the first time and it has not yet been loaded, an OData query will be run in order to load the missing information and its result will get cached for future invocations.
entity
- Array of SupplierPurchasingOrgText entities.@Nonnull public static SupplierPurchasingOrg.SupplierPurchasingOrgBuilder builder()
@Nullable public String getSupplier()
Original property name from the Odata EDM: Supplier
@Nullable public String getPurchasingOrganization()
Original property name from the Odata EDM: PurchasingOrganization
@Nullable public String getCalculationSchemaGroupCode()
Original property name from the Odata EDM: CalculationSchemaGroupCode
@Nullable public Boolean getDeletionIndicator()
Original property name from the Odata EDM: DeletionIndicator
@Nullable public String getIncotermsClassification()
Original property name from the Odata EDM: IncotermsClassification
@Nullable public String getIncotermsTransferLocation()
Original property name from the Odata EDM: IncotermsTransferLocation
@Nullable public String getIncotermsVersion()
Original property name from the Odata EDM: IncotermsVersion
@Nullable public String getIncotermsLocation1()
Original property name from the Odata EDM: IncotermsLocation1
@Nullable public String getIncotermsLocation2()
Original property name from the Odata EDM: IncotermsLocation2
@Nullable public Boolean getInvoiceIsGoodsReceiptBased()
Original property name from the Odata EDM: InvoiceIsGoodsReceiptBased
@Nullable public BigDecimal getMaterialPlannedDeliveryDurn()
Original property name from the Odata EDM: MaterialPlannedDeliveryDurn
@Nullable public BigDecimal getMinimumOrderAmount()
Original property name from the Odata EDM: MinimumOrderAmount
@Nullable public String getPaymentTerms()
Original property name from the Odata EDM: PaymentTerms
@Nullable public String getPricingDateControl()
Original property name from the Odata EDM: PricingDateControl
@Nullable public Boolean getPurOrdAutoGenerationIsAllowed()
Original property name from the Odata EDM: PurOrdAutoGenerationIsAllowed
@Nullable public String getPurchaseOrderCurrency()
Original property name from the Odata EDM: PurchaseOrderCurrency
@Nullable public String getPurchasingGroup()
Original property name from the Odata EDM: PurchasingGroup
@Nullable public Boolean getPurchasingIsBlockedForSupplier()
Original property name from the Odata EDM: PurchasingIsBlockedForSupplier
@Nullable public String getShippingCondition()
Original property name from the Odata EDM: ShippingCondition
@Nullable public String getSupplierABCClassificationCode()
Original property name from the Odata EDM: SupplierABCClassificationCode
@Nullable public String getSupplierPhoneNumber()
Original property name from the Odata EDM: SupplierPhoneNumber
@Nullable public String getSupplierRespSalesPersonName()
Original property name from the Odata EDM: SupplierRespSalesPersonName
@Nullable public String getSupplierConfirmationControlKey()
Original property name from the Odata EDM: SupplierConfirmationControlKey
@Nullable public Boolean getIsOrderAcknRqd()
Original property name from the Odata EDM: IsOrderAcknRqd
@Nullable public String getAuthorizationGroup()
Original property name from the Odata EDM: AuthorizationGroup
@Nullable public String getSupplierAccountGroup()
Original property name from the Odata EDM: SupplierAccountGroup
@Nonnull public String toString()
toString
in class VdmObject<SupplierPurchasingOrg>
public boolean equals(@Nullable Object o)
equals
in class VdmObject<SupplierPurchasingOrg>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmObject<SupplierPurchasingOrg>
public int hashCode()
hashCode
in class VdmObject<SupplierPurchasingOrg>
Copyright © 2021 SAP SE. All rights reserved.