Class OrderRequestWsDTO
java.lang.Object
de.hybris.platform.ordermanagementwebservices.dto.order.OrderRequestWsDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoublegetGuid()getName()doubledoubledoublegetUser()booleanbooleanisNet()voidsetAllPromotionResults(Set<PromotionResultWsDTO> allPromotionResults) voidsetCalculated(boolean calculated) voidsetCostCenterCode(String costCenterCode) voidsetCurrencyIsocode(String currencyIsocode) voidsetDeliveryAddress(AddressWsDTO deliveryAddress) voidsetDeliveryCost(double deliveryCost) voidsetDeliveryModeCode(String deliveryModeCode) voidsetDeliveryStatus(String deliveryStatus) voidsetDescription(String description) voidsetEntries(List<OrderEntryRequestWsDTO> entries) voidsetExpirationTime(Date expirationTime) voidsetExternalOrderCode(String externalOrderCode) voidvoidsetLanguageIsocode(String languageIsocode) voidvoidsetNet(boolean net) voidsetPaymentAddress(AddressWsDTO paymentAddress) voidsetPaymentTransactions(List<PaymentTransactionWsDTO> paymentTransactions) voidsetSiteUid(String siteUid) voidsetStoreUid(String storeUid) voidsetSubtotal(double subtotal) voidsetTotalPrice(double totalPrice) voidsetTotalTax(double totalTax) void
-
Constructor Details
-
OrderRequestWsDTO
public OrderRequestWsDTO()
-
-
Method Details
-
setExternalOrderCode
-
getExternalOrderCode
-
setName
-
getName
-
setDescription
-
getDescription
-
setGuid
-
getGuid
-
setUser
-
getUser
-
setSiteUid
-
getSiteUid
-
setStoreUid
-
getStoreUid
-
setCurrencyIsocode
-
getCurrencyIsocode
-
setLanguageIsocode
-
getLanguageIsocode
-
setDeliveryAddress
-
getDeliveryAddress
-
setPaymentAddress
-
getPaymentAddress
-
setDeliveryModeCode
-
getDeliveryModeCode
-
setDeliveryStatus
-
getDeliveryStatus
-
setNet
public void setNet(boolean net) -
isNet
public boolean isNet() -
setCalculated
public void setCalculated(boolean calculated) -
isCalculated
public boolean isCalculated() -
setTotalPrice
public void setTotalPrice(double totalPrice) -
getTotalPrice
public double getTotalPrice() -
setTotalTax
public void setTotalTax(double totalTax) -
getTotalTax
public double getTotalTax() -
setSubtotal
public void setSubtotal(double subtotal) -
getSubtotal
public double getSubtotal() -
setDeliveryCost
public void setDeliveryCost(double deliveryCost) -
getDeliveryCost
public double getDeliveryCost() -
setExpirationTime
-
getExpirationTime
-
setEntries
-
getEntries
-
setPaymentTransactions
-
getPaymentTransactions
-
setAllPromotionResults
-
getAllPromotionResults
-
setCostCenterCode
-
getCostCenterCode
-