java.lang.Object
com.softslate.commerce.businessobjects.core.BaseBusinessObject
com.softslate.commerce.businessobjects.payment.PaymentBean
All Implemented Interfaces:
BusinessObject, Payment, Serializable

public class PaymentBean extends BaseBusinessObject implements Payment, Serializable
Object representing a payment within the system. PaymentBean is the default implementation of the Payment interface for the application.

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

Author:
David Tobey
See Also: