Modifier and Type | Field and Description |
---|---|
static SalesOrderSimulationOneToOneLink<SalesOrderPricingSimulation> |
SalesOrderSimulation.TO_PRICING
Use with available fluent helpers to apply the to_Pricing navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
SalesOrderPricingSimulation |
SalesOrderPricingSimulation.SalesOrderPricingSimulationBuilder.build() |
SalesOrderPricingSimulation |
SalesOrderSimulation.fetchPricing()
Fetches the SalesOrderPricingSimulation entity (one to one) associated with this entity.
|
SalesOrderPricingSimulation |
SalesOrderSimulation.getPricingOrFetch()
Retrieval of associated SalesOrderPricingSimulation entity (one to one).
|
Modifier and Type | Method and Description |
---|---|
io.vavr.control.Option<SalesOrderPricingSimulation> |
SalesOrderSimulation.getPricingIfPresent()
Retrieval of associated SalesOrderPricingSimulation entity (one to one).
|
Class<SalesOrderPricingSimulation> |
SalesOrderPricingSimulation.getType() |
Modifier and Type | Method and Description |
---|---|
SalesOrderSimulation.SalesOrderSimulationBuilder |
SalesOrderSimulation.SalesOrderSimulationBuilder.pricing(SalesOrderPricingSimulation value)
Navigation property to_Pricing for SalesOrderSimulation to single
SalesOrderPricingSimulation.
|
void |
SalesOrderSimulation.setPricing(SalesOrderPricingSimulation value)
Overwrites the associated SalesOrderPricingSimulation entity for the loaded navigation property
to_Pricing.
|
Constructor and Description |
---|
SalesOrderSimulation(String salesOrder,
String salesOrderType,
String salesOrganization,
String distributionChannel,
String organizationDivision,
String salesGroup,
String salesOffice,
String salesDistrict,
String soldToParty,
String purchaseOrderByCustomer,
String customerPurchaseOrderType,
LocalDateTime customerPurchaseOrderDate,
LocalDateTime salesOrderDate,
String transactionCurrency,
String accountingDocExternalReference,
String customerTaxClassification1,
String customerTaxClassification2,
String customerTaxClassification3,
String customerTaxClassification4,
String customerTaxClassification5,
String customerTaxClassification6,
String customerTaxClassification7,
String customerTaxClassification8,
String customerTaxClassification9,
String priceListType,
String customerPriceGroup,
String sDDocumentReason,
LocalDateTime pricingDate,
String sDPricingProcedure,
LocalDateTime requestedDeliveryDate,
String shippingCondition,
Boolean completeDeliveryIsDefined,
String shippingType,
String incotermsClassification,
String incotermsTransferLocation,
String incotermsLocation1,
String incotermsLocation2,
String incotermsVersion,
String referenceSDDocument,
String customerPaymentTerms,
String paymentMethod,
SalesOrderCreditSimulation toCredit,
List<SalesOrderItemSimulation> toItem,
List<SalesOrderPartnerSimulation> toPartner,
SalesOrderPricingSimulation toPricing,
List<SalesOrderPrcgElmntSimln> toPricingElement) |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<SalesOrderPricingSimulation> |
SalesOrderPricingSimulationOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected SalesOrderPricingSimulationLink<ObjectT> |
SalesOrderPricingSimulationLink.translateLinkType(EntityLink<SalesOrderPricingSimulationLink<ObjectT>,SalesOrderPricingSimulation,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.