| Package | Description |
|---|---|
| org.broadleafcommerce.core.order.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderAttributeImpl
The Class OrderAttributeImpl
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<java.lang.String,OrderAttribute> |
OrderImpl.orderAttributes |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,OrderAttribute> |
Order.getOrderAttributes()
A list of arbitrary attributes added to this order.
|
java.util.Map<java.lang.String,OrderAttribute> |
OrderImpl.getOrderAttributes() |
java.util.Map<java.lang.String,OrderAttribute> |
NullOrderImpl.getOrderAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setOrderAttributes(java.util.Map<java.lang.String,OrderAttribute> orderAttributes)
Sets the map of order attributes.
|
void |
OrderImpl.setOrderAttributes(java.util.Map<java.lang.String,OrderAttribute> orderAttributes) |
void |
NullOrderImpl.setOrderAttributes(java.util.Map<java.lang.String,OrderAttribute> orderAttributes) |
Copyright © 2018. All Rights Reserved.