Class QuoteWsDTO
java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.quote.QuoteWsDTO
- All Implemented Interfaces:
Serializable
Representation of the quote object.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()getState()voidsetAllowedActions(List<String> allowedActions) voidvoidvoidsetComments(List<CommentWsDTO> comments) voidsetCreationTime(Date creationTime) voidsetDescription(String description) voidsetEntries(List<OrderEntryWsDTO> entries) voidsetExpirationTime(Date expirationTime) voidvoidsetOrderDiscounts(PriceWsDTO orderDiscounts) voidsetPreviousEstimatedTotal(PriceWsDTO previousEstimatedTotal) voidsetProductDiscounts(PriceWsDTO productDiscounts) voidsetQuoteDiscounts(PriceWsDTO quoteDiscounts) voidvoidsetSubTotalWithDiscounts(PriceWsDTO subTotalWithDiscounts) voidsetThreshold(Double threshold) voidsetTotalItems(Integer totalItems) voidsetTotalPrice(PriceWsDTO totalPrice) voidsetTotalPriceWithTax(PriceWsDTO totalPriceWithTax) voidsetUpdatedTime(Date updatedTime) voidsetVersion(Integer version)
-
Constructor Details
-
QuoteWsDTO
public QuoteWsDTO()
-
-
Method Details
-
setExpirationTime
-
getExpirationTime
-
setCode
-
getCode
-
setName
-
getName
-
setState
-
getState
-
setDescription
-
getDescription
-
setVersion
-
getVersion
-
setThreshold
-
getThreshold
-
setCartId
-
getCartId
-
setCreationTime
-
getCreationTime
-
setUpdatedTime
-
getUpdatedTime
-
setAllowedActions
-
getAllowedActions
-
setPreviousEstimatedTotal
-
getPreviousEstimatedTotal
-
setComments
-
getComments
-
setTotalPriceWithTax
-
getTotalPriceWithTax
-
setTotalPrice
-
getTotalPrice
-
setEntries
-
getEntries
-
setTotalItems
-
getTotalItems
-
setQuoteDiscounts
-
getQuoteDiscounts
-
setOrderDiscounts
-
getOrderDiscounts
-
setSubTotalWithDiscounts
-
getSubTotalWithDiscounts
-
setProductDiscounts
-
getProductDiscounts
-