public class OrderItemPriceDetailWrapper extends BaseWrapper implements APIWrapper<OrderItemPriceDetail>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
id |
protected List<AdjustmentWrapper> |
orderItemPriceDetailAdjustments |
protected Integer |
quantity |
protected Money |
totalAdjustedPrice |
protected Money |
totalAdjustmentValue |
context| Constructor and Description |
|---|
OrderItemPriceDetailWrapper() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
List<AdjustmentWrapper> |
getOrderItemPriceDetailAdjustments() |
Integer |
getQuantity() |
Money |
getTotalAdjustedPrice() |
Money |
getTotalAdjustmentValue() |
void |
setId(Long id) |
void |
setOrderItemPriceDetailAdjustments(List<AdjustmentWrapper> orderItemPriceDetailAdjustments) |
void |
setQuantity(Integer quantity) |
void |
setTotalAdjustedPrice(Money totalAdjustedPrice) |
void |
setTotalAdjustmentValue(Money totalAdjustmentValue) |
void |
wrapDetails(OrderItemPriceDetail model,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(OrderItemPriceDetail model,
javax.servlet.http.HttpServletRequest request) |
createElementWrappers, setApplicationContextprotected Long id
protected Money totalAdjustmentValue
protected Money totalAdjustedPrice
protected Integer quantity
protected List<AdjustmentWrapper> orderItemPriceDetailAdjustments
public void wrapDetails(OrderItemPriceDetail model, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<OrderItemPriceDetail>public void wrapSummary(OrderItemPriceDetail model, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<OrderItemPriceDetail>public Long getId()
public void setId(Long id)
id - the id to setpublic Money getTotalAdjustmentValue()
public void setTotalAdjustmentValue(Money totalAdjustmentValue)
totalAdjustmentValue - the totalAdjustmentValue to setpublic Money getTotalAdjustedPrice()
public void setTotalAdjustedPrice(Money totalAdjustedPrice)
totalAdjustedPrice - the totalAdjustedPrice to setpublic Integer getQuantity()
public void setQuantity(Integer quantity)
quantity - the quantity to setpublic List<AdjustmentWrapper> getOrderItemPriceDetailAdjustments()
public void setOrderItemPriceDetailAdjustments(List<AdjustmentWrapper> orderItemPriceDetailAdjustments)
orderItemPriceDetailAdjustments - the orderItemPriceDetailAdjustments to setCopyright © 2015. All Rights Reserved.