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 boolean
boolean
com.broadleafcommerce.order.client.domain.ImageAssetRef
List<com.broadleafcommerce.order.common.domain.Adjustment>
Note that the amounts within these adjustments applied to theOrderItem
as a whole, and are not necessarily representative of the amounts applied to theOrderFulfillmentItem
.getName()
List<com.broadleafcommerce.order.common.domain.OverrideDetail>
getSku()
getUri()
int
hashCode()
void
setAttributeChoices
(Map<String, com.broadleafcommerce.order.common.domain.AttributeChoiceValue> attributeChoices) void
setAttributes
(Map<String, Object> attributes) void
setImageAsset
(com.broadleafcommerce.order.client.domain.ImageAssetRef imageAsset) void
setItemAdjustments
(List<com.broadleafcommerce.order.common.domain.Adjustment> itemAdjustments) Note that the amounts within these adjustments applied to theOrderItem
as a whole, and are not necessarily representative of the amounts applied to theOrderFulfillmentItem
.void
void
setOverrideDetails
(List<com.broadleafcommerce.order.common.domain.OverrideDetail> overrideDetails) void
setProductId
(String productId) void
void
setUnitPriceType
(String unitPriceType) void
void
setVariantId
(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 theOrderItem
as 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 theOrderItem
as 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
-