Class SalesOrderSimulationRequestData
java.lang.Object
de.hybris.platform.sapsalesordersimulation.dto.SalesOrderSimulationRequestData
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItems()voidsetCreditDetails(CreditData creditDetails) voidsetCurrency(String currency) voidsetDistributionChannel(String distributionChannel) voidsetDivision(String division) voidvoidsetPartner(List<PartnerData> partner) voidsetPricing(PricingData pricing) voidsetPricingElements(List<PricingElementData> pricingElements) voidsetPurchaseOrderByCustomer(String purchaseOrderByCustomer) voidsetSalesOrderType(String salesOrderType) voidsetSalesOrganization(String salesOrganization) voidsetSoldToParty(String soldToParty)
-
Constructor Details
-
SalesOrderSimulationRequestData
public SalesOrderSimulationRequestData()
-
-
Method Details
-
setSalesOrderType
-
getSalesOrderType
-
setSalesOrganization
-
getSalesOrganization
-
setDistributionChannel
-
getDistributionChannel
-
setDivision
-
getDivision
-
setSoldToParty
-
getSoldToParty
-
setCurrency
-
getCurrency
-
setPurchaseOrderByCustomer
-
getPurchaseOrderByCustomer
-
setCreditDetails
-
getCreditDetails
-
setPricingElements
-
getPricingElements
-
setItems
-
getItems
-
setPartner
-
getPartner
-
setPricing
-
getPricing
-