Class CustomerWishListProductBean

java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.customer.CustomerWishListProductBean
All Implemented Interfaces:
BusinessObject, CustomerWishListProduct, Serializable

public class CustomerWishListProductBean extends BaseBusinessObject implements CustomerWishListProduct, Serializable
Object representing a product under a wish list in the system. CustomerWishListProductBean is the default implementation of the CustomerWishListProduct interface for the application.

The database stores wish list products in the sscCustomerWishListProduct table, and this interface can be used to represent a single row of that table. The Hibernate configuration file CustomerWishListProductBean.hbm.xml maps that table's columns to the properties in this object.

Author:
Jason McWilliams
See Also: