| 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 Map<String,OrderAttribute> |
OrderImpl.orderAttributes |
| Modifier and Type | Method and Description |
|---|---|
Map<String,OrderAttribute> |
Order.getOrderAttributes()
A list of arbitrary attributes added to this order.
|
Map<String,OrderAttribute> |
OrderImpl.getOrderAttributes() |
Map<String,OrderAttribute> |
NullOrderImpl.getOrderAttributes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Order.setOrderAttributes(Map<String,OrderAttribute> orderAttributes)
Sets the map of order attributes.
|
void |
OrderImpl.setOrderAttributes(Map<String,OrderAttribute> orderAttributes) |
void |
NullOrderImpl.setOrderAttributes(Map<String,OrderAttribute> orderAttributes) |
Copyright © 2014. All Rights Reserved.