java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.quote.QuoteWsDTO
All Implemented Interfaces:
Serializable

public class QuoteWsDTO extends Object implements Serializable
Representation of the quote object.
See Also:
  • Constructor Details

    • QuoteWsDTO

      public QuoteWsDTO()
  • Method Details

    • setExpirationTime

      public void setExpirationTime(Date expirationTime)
    • getExpirationTime

      public Date getExpirationTime()
    • setCode

      public void setCode(String code)
    • getCode

      public String getCode()
    • setName

      public void setName(String name)
    • getName

      public String getName()
    • setState

      public void setState(String state)
    • getState

      public String getState()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setVersion

      public void setVersion(Integer version)
    • getVersion

      public Integer getVersion()
    • setThreshold

      public void setThreshold(Double threshold)
    • getThreshold

      public Double getThreshold()
    • setCartId

      public void setCartId(String cartId)
    • getCartId

      public String getCartId()
    • setCreationTime

      public void setCreationTime(Date creationTime)
    • getCreationTime

      public Date getCreationTime()
    • setUpdatedTime

      public void setUpdatedTime(Date updatedTime)
    • getUpdatedTime

      public Date getUpdatedTime()
    • setAllowedActions

      public void setAllowedActions(List<String> allowedActions)
    • getAllowedActions

      public List<String> getAllowedActions()
    • setPreviousEstimatedTotal

      public void setPreviousEstimatedTotal(PriceWsDTO previousEstimatedTotal)
    • getPreviousEstimatedTotal

      public PriceWsDTO getPreviousEstimatedTotal()
    • setComments

      public void setComments(List<CommentWsDTO> comments)
    • getComments

      public List<CommentWsDTO> getComments()
    • setTotalPriceWithTax

      public void setTotalPriceWithTax(PriceWsDTO totalPriceWithTax)
    • getTotalPriceWithTax

      public PriceWsDTO getTotalPriceWithTax()
    • setTotalPrice

      public void setTotalPrice(PriceWsDTO totalPrice)
    • getTotalPrice

      public PriceWsDTO getTotalPrice()
    • setEntries

      public void setEntries(List<OrderEntryWsDTO> entries)
    • getEntries

      public List<OrderEntryWsDTO> getEntries()
    • setTotalItems

      public void setTotalItems(Integer totalItems)
    • getTotalItems

      public Integer getTotalItems()
    • setQuoteDiscounts

      public void setQuoteDiscounts(PriceWsDTO quoteDiscounts)
    • getQuoteDiscounts

      public PriceWsDTO getQuoteDiscounts()
    • setOrderDiscounts

      public void setOrderDiscounts(PriceWsDTO orderDiscounts)
    • getOrderDiscounts

      public PriceWsDTO getOrderDiscounts()
    • setSubTotalWithDiscounts

      public void setSubTotalWithDiscounts(PriceWsDTO subTotalWithDiscounts)
    • getSubTotalWithDiscounts

      public PriceWsDTO getSubTotalWithDiscounts()
    • setProductDiscounts

      public void setProductDiscounts(PriceWsDTO productDiscounts)
    • getProductDiscounts

      public PriceWsDTO getProductDiscounts()