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