Class MinimalOrderItemView
java.lang.Object
com.broadleafcommerce.order.domain.MinimalOrderItemView
Minimal limited
OrderItem data to be included with the OrderFulfillmentItemView.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleancom.broadleafcommerce.order.client.domain.ImageAssetRefList<com.broadleafcommerce.order.common.domain.Adjustment>Note that the amounts within these adjustments applied to theOrderItemas a whole, and are not necessarily representative of the amounts applied to theOrderFulfillmentItem.getName()List<com.broadleafcommerce.order.common.domain.OverrideDetail>getSku()getUri()inthashCode()voidsetAttributeChoices(Map<String, com.broadleafcommerce.order.common.domain.AttributeChoiceValue> attributeChoices) voidsetAttributes(Map<String, Object> attributes) voidsetImageAsset(com.broadleafcommerce.order.client.domain.ImageAssetRef imageAsset) voidsetItemAdjustments(List<com.broadleafcommerce.order.common.domain.Adjustment> itemAdjustments) Note that the amounts within these adjustments applied to theOrderItemas a whole, and are not necessarily representative of the amounts applied to theOrderFulfillmentItem.voidvoidsetOverrideDetails(List<com.broadleafcommerce.order.common.domain.OverrideDetail> overrideDetails) voidsetProductId(String productId) voidvoidsetUnitPriceType(String unitPriceType) voidvoidsetVariantId(String variantId) toString()
-
Constructor Details
-
MinimalOrderItemView
public MinimalOrderItemView()
-
-
Method Details
-
getName
- See Also:
-
OrderItem.getName()
-
getUri
- See Also:
-
OrderItem.getUri()
-
getUnitPriceType
- See Also:
-
OrderItem.getUnitPriceType()
-
getVariantId
- See Also:
-
OrderItem.getVariantId()
-
getProductId
- See Also:
-
OrderItem.getProductId()
-
getSku
- See Also:
-
OrderItem.getSku()
-
getImageAsset
public com.broadleafcommerce.order.client.domain.ImageAssetRef getImageAsset()- See Also:
-
OrderItem.getImageAsset()
-
getItemAdjustments
Note that the amounts within these adjustments applied to theOrderItemas a whole, and are not necessarily representative of the amounts applied to theOrderFulfillmentItem.- See Also:
-
OrderItem.getItemAdjustments()
-
getAttributes
- See Also:
-
OrderItem.getAttributes()
-
getAttributeChoices
public Map<String,com.broadleafcommerce.order.common.domain.AttributeChoiceValue> getAttributeChoices()- See Also:
-
OrderItem.getAttributeChoices()
-
getOverrideDetails
- See Also:
-
OrderItem.getOverrideDetails()
-
setName
- See Also:
-
OrderItem.getName()
-
setUri
- See Also:
-
OrderItem.getUri()
-
setUnitPriceType
- See Also:
-
OrderItem.getUnitPriceType()
-
setVariantId
- See Also:
-
OrderItem.getVariantId()
-
setProductId
- See Also:
-
OrderItem.getProductId()
-
setSku
- See Also:
-
OrderItem.getSku()
-
setImageAsset
public void setImageAsset(com.broadleafcommerce.order.client.domain.ImageAssetRef imageAsset) - See Also:
-
OrderItem.getImageAsset()
-
setItemAdjustments
public void setItemAdjustments(List<com.broadleafcommerce.order.common.domain.Adjustment> itemAdjustments) Note that the amounts within these adjustments applied to theOrderItemas a whole, and are not necessarily representative of the amounts applied to theOrderFulfillmentItem.- See Also:
-
OrderItem.getItemAdjustments()
-
setAttributes
- See Also:
-
OrderItem.getAttributes()
-
setAttributeChoices
public void setAttributeChoices(Map<String, com.broadleafcommerce.order.common.domain.AttributeChoiceValue> attributeChoices) - See Also:
-
OrderItem.getAttributeChoices()
-
setOverrideDetails
public void setOverrideDetails(List<com.broadleafcommerce.order.common.domain.OverrideDetail> overrideDetails) - See Also:
-
OrderItem.getOverrideDetails()
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-