Class OrderItemAttributeBean

java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.order.OrderItemAttributeBean
All Implemented Interfaces:
BusinessObject, OrderItemAttribute, Serializable

public class OrderItemAttributeBean extends BaseBusinessObject implements OrderItemAttribute, Serializable
Object representing a order item attribute within the system. OrderItemAttributeBean is the default implementation of the OrderItemAttribute interface for the application.

The database stores order item attributes in the sscOrderItemAttribute table, and this interface can be used to represent a single row of that table. The Hibernate configuration file OrderItemAttribute.hbm.xml maps that table's columns to the properties in this object.

Author:
David Tobey
See Also: