public class OrderItemDetailDTO extends BaseWrapper implements APIWrapper<OrderItemDetail>
| Modifier and Type | Field and Description |
|---|---|
protected String |
container |
protected BigDecimal |
depth |
protected String |
dimensionUnitOfMeasure |
protected Long |
externalId |
protected String |
fulfillmentType |
protected BigDecimal |
girth |
protected BigDecimal |
height |
protected Long |
id |
protected com.fasterxml.jackson.databind.JsonNode |
itemDetailAttributesJson |
protected String |
name |
protected Money |
retailPrice |
protected Money |
salePrice |
protected String |
size |
protected Boolean |
taxable |
protected String |
taxCode |
protected BigDecimal |
weight |
protected String |
weightUnitOfMeasure |
protected BigDecimal |
width |
context| Constructor and Description |
|---|
OrderItemDetailDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getItemDetailAttributesJson() |
boolean |
hasRetailPrice() |
boolean |
hasSalePrice() |
void |
setItemDetailAttributesJson(com.fasterxml.jackson.databind.JsonNode node) |
void |
wrapDetails(OrderItemDetail orderItemDetail,
javax.servlet.http.HttpServletRequest request) |
void |
wrapSummary(OrderItemDetail orderItemDetail,
javax.servlet.http.HttpServletRequest request) |
setApplicationContextprotected Long id
protected Long externalId
protected String name
protected Money salePrice
protected Money retailPrice
protected Boolean taxable
protected String taxCode
protected String fulfillmentType
protected BigDecimal width
protected BigDecimal height
protected BigDecimal depth
protected BigDecimal girth
protected String size
protected String container
protected String dimensionUnitOfMeasure
protected BigDecimal weight
protected String weightUnitOfMeasure
protected com.fasterxml.jackson.databind.JsonNode itemDetailAttributesJson
public String getItemDetailAttributesJson()
public void setItemDetailAttributesJson(com.fasterxml.jackson.databind.JsonNode node)
public boolean hasRetailPrice()
public boolean hasSalePrice()
public void wrapDetails(OrderItemDetail orderItemDetail, javax.servlet.http.HttpServletRequest request)
wrapDetails in interface APIWrapper<OrderItemDetail>public void wrapSummary(OrderItemDetail orderItemDetail, javax.servlet.http.HttpServletRequest request)
wrapSummary in interface APIWrapper<OrderItemDetail>Copyright © 2017. All rights reserved.