public class CartEntryDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
modifiedPropsSet |
| Constructor and Description |
|---|
CartEntryDTO() |
| Modifier and Type | Method and Description |
|---|---|
Double |
getBasePrice() |
Boolean |
getCalculated() |
Integer |
getEntryNumber() |
Boolean |
getGiveAway() |
String |
getInfo() |
Set<String> |
getModifiedProperties() |
CartDTO |
getOrder() |
Long |
getPk() |
ProductDTO |
getProduct() |
Long |
getQuantity() |
Double |
getTotalPrice() |
UnitDTO |
getUnit() |
String |
getUri() |
void |
setBasePrice(Double basePrice) |
void |
setCalculated(Boolean calculated) |
void |
setEntryNumber(Integer entryNumber) |
void |
setGiveAway(Boolean giveAway) |
void |
setInfo(String info) |
void |
setOrder(CartDTO order) |
void |
setPk(Long pk) |
void |
setProduct(ProductDTO product) |
void |
setQuantity(Long quantity) |
void |
setTotalPrice(Double totalPrice) |
void |
setUnit(UnitDTO unit) |
void |
setUri(String uri) |
public CartDTO getOrder()
public void setOrder(CartDTO order)
order - the order to setpublic Double getBasePrice()
public void setBasePrice(Double basePrice)
basePrice - the basePrice to setpublic Integer getEntryNumber()
public void setEntryNumber(Integer entryNumber)
entryNumber - the entryNumber to setpublic String getInfo()
public void setInfo(String info)
info - the info to setpublic Long getQuantity()
public void setQuantity(Long quantity)
quantity - the quantity to setpublic Double getTotalPrice()
public void setTotalPrice(Double totalPrice)
totalPrice - the totalPrice to setpublic Boolean getCalculated()
public void setCalculated(Boolean calculated)
calculated - the calculated to setpublic Boolean getGiveAway()
public void setGiveAway(Boolean giveAway)
giveAway - the giveAway to setpublic Long getPk()
public void setPk(Long pk)
public String getUri()
public void setUri(String uri)
uri - the uri to setpublic ProductDTO getProduct()
public void setProduct(ProductDTO product)
product - the product to setpublic UnitDTO getUnit()
public void setUnit(UnitDTO unit)
unit - the unit to setCopyright © 2017 SAP SE. All Rights Reserved.