Class CustomerWishListBean

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

public class CustomerWishListBean extends BaseBusinessObject implements CustomerWishList, Serializable
Object representing a customer's wish list within the system. CustomerWishListBean is the default implementation of the CustomerWishList interface for the application.

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

Author:
Jason McWilliams
See Also: