public class CartDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
modifiedPropsSet |
public CartDTO()
public CartDTO(Long pk)
public Long getPk()
public void setPk(Long pk)
public Boolean getCalculated()
public void setCalculated(Boolean calculated)
calculated - the calculated to setpublic String getCode()
public void setCode(String code)
code - the code to setpublic Date getDate()
public void setDate(Date date)
date - the date to setpublic Double getDeliveryCost()
public void setDeliveryCost(Double deliveryCost)
deliveryCost - the deliveryCost to setpublic Boolean getNet()
public void setNet(Boolean net)
net - the net to setpublic Double getPaymentCost()
public void setPaymentCost(Double paymentCost)
paymentCost - the paymentCost to setpublic String getStatusInfo()
public void setStatusInfo(String statusInfo)
statusInfo - the statusInfo to setpublic Double getSubTotal()
public void setSubTotal(Double subTotal)
subTotal - the subTotal to setpublic Double getTotalDiscounts()
public void setTotalDiscounts(Double totalDiscounts)
totalDiscounts - the totalDiscounts to setpublic Double getTotalPrice()
public void setTotalPrice(Double totalPrice)
totalPrice - the totalPrice to setpublic Double getTotalTax()
public void setTotalTax(Double totalTax)
totalTax - the totalTax to setpublic CurrencyDTO getCurrency()
public void setCurrency(CurrencyDTO currency)
currency - the currency to setpublic String getUri()
public void setUri(String uri)
uri - the uri to setpublic List<CartEntryDTO> getEntries()
public void setEntries(List<CartEntryDTO> entries)
entries - the entries to setpublic AddressDTO getDeliveryAddress()
public void setDeliveryAddress(AddressDTO deliveryAddress)
deliveryAddress - the deliveryAddress to setpublic AddressDTO getPaymentAddress()
public void setPaymentAddress(AddressDTO paymentAddress)
paymentAddress - the paymentAddress to setpublic UserDTO getUser()
public void setUser(UserDTO user)
user - the user to setpublic String getDeliveryStatus()
public void setDeliveryStatus(String deliveryStatus)
deliveryStatus - the deliveryStatus to setpublic String getPaymentStatus()
public void setPaymentStatus(String paymentStatus)
paymentStatus - the paymentStatus to setpublic String getStatus()
public void setStatus(String status)
status - the status to setpublic PaymentInfoDTO getPaymentInfo()
public void setPaymentInfo(PaymentInfoDTO paymentInfo)
paymentInfo - the paymentinfo to setpublic DeliveryModeDTO getDeliveryMode()
public void setDeliveryMode(DeliveryModeDTO deliveryMode)
deliveryMode - the deliveryMode to setpublic PaymentModeDTO getPaymentMode()
public void setPaymentMode(PaymentModeDTO paymentMode)
paymentMode - the paymentMode to setpublic String getExportStatus()
public void setExportStatus(String exportStatus)
exportStatus - the exportStatus to setpublic List<DiscountDTO> getDiscounts()
public void setDiscounts(List<DiscountDTO> discounts)
discounts - the discounts to setCopyright © 2017 SAP SE. All Rights Reserved.