Interface OrderAttribute
- All Superinterfaces:
MultiTenantCloneable<OrderAttribute>,Serializable
- All Known Implementing Classes:
OrderAttributeImpl
The Interface OrderAttribute. Allows for arbitrary data to be
persisted with the order.
-
Method Summary
Methods inherited from interface org.broadleafcommerce.common.copy.MultiTenantCloneable
createOrRetrieveCopyInstance
-
Method Details
-
getId
Long getId()Gets the id.- Returns:
- the id
-
setId
Sets the id.- Parameters:
id- the new id
-
getValue
String getValue()Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
getOrder
Order getOrder()Gets the associated order.- Returns:
- the order
-
setOrder
Sets the order.- Parameters:
order- the associated order
-
getName
String getName()Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-