@Entity public class OrderItemDetailImpl extends Object implements 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 String |
itemDetailAttributesJson |
protected Map<String,Object> |
itemDetailAttributesMap |
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 |
| Constructor and Description |
|---|
OrderItemDetailImpl() |
protected 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 String itemDetailAttributesJson
public Long getId()
getId in interface OrderItemDetailpublic void setId(Long id)
setId in interface OrderItemDetailpublic Long getExternalId()
getExternalId in interface OrderItemDetailpublic void setExternalId(Long externalId)
setExternalId in interface OrderItemDetailpublic String getName()
getName in interface OrderItemDetailpublic void setName(String name)
setName in interface OrderItemDetailpublic Money getRetailPrice()
getRetailPrice in interface OrderItemDetailpublic void setRetailPrice(Money retailPrice)
setRetailPrice in interface OrderItemDetailpublic Money getSalePrice()
getSalePrice in interface OrderItemDetailpublic void setSalePrice(Money salePrice)
setSalePrice in interface OrderItemDetailpublic Boolean getTaxable()
getTaxable in interface OrderItemDetailpublic void setTaxable(Boolean taxable)
setTaxable in interface OrderItemDetailpublic String getTaxCode()
getTaxCode in interface OrderItemDetailpublic void setTaxCode(String taxCode)
setTaxCode in interface OrderItemDetailpublic FulfillmentType getFulfillmentType()
getFulfillmentType in interface OrderItemDetailpublic void setFulfillmentType(FulfillmentType fulfillmentType)
setFulfillmentType in interface OrderItemDetailpublic BigDecimal getWidth()
getWidth in interface OrderItemDetailpublic void setWidth(BigDecimal width)
setWidth in interface OrderItemDetailpublic BigDecimal getHeight()
getHeight in interface OrderItemDetailpublic void setHeight(BigDecimal height)
setHeight in interface OrderItemDetailpublic BigDecimal getDepth()
getDepth in interface OrderItemDetailpublic void setDepth(BigDecimal depth)
setDepth in interface OrderItemDetailpublic BigDecimal getGirth()
getGirth in interface OrderItemDetailpublic void setGirth(BigDecimal girth)
setGirth in interface OrderItemDetailpublic String getSize()
getSize in interface OrderItemDetailpublic void setSize(String size)
setSize in interface OrderItemDetailpublic String getContainer()
getContainer in interface OrderItemDetailpublic void setContainer(String container)
setContainer in interface OrderItemDetailpublic DimensionUnitOfMeasureType getDimensionUnitOfMeasure()
getDimensionUnitOfMeasure in interface OrderItemDetailpublic void setDimensionUnitOfMeasure(DimensionUnitOfMeasureType dimensionUnitOfMeasure)
setDimensionUnitOfMeasure in interface OrderItemDetailpublic BigDecimal getWeight()
getWeight in interface OrderItemDetailpublic void setWeight(BigDecimal weight)
setWeight in interface OrderItemDetailpublic WeightUnitOfMeasureType getWeightUnitOfMeasure()
getWeightUnitOfMeasure in interface OrderItemDetailpublic void setWeightUnitOfMeasure(WeightUnitOfMeasureType weightUnitOfMeasure)
setWeightUnitOfMeasure in interface OrderItemDetailpublic String getItemDetailAttributesJson()
getItemDetailAttributesJson in interface OrderItemDetailpublic void setItemDetailAttributesJson(String skuAttributesJson)
setItemDetailAttributesJson in interface OrderItemDetailpublic Map<String,Object> getItemDetailAttributesMap() throws IOException
getItemDetailAttributesMap in interface OrderItemDetailIOExceptionCopyright © 2017. All rights reserved.