Class OrderNumberBean

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

public class OrderNumberBean extends BaseBusinessObject implements OrderNumber, Serializable
Object representing an order number within the system. OrderNumberBean is the default implementation of the OrderNumber interface for the application.

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

Author:
David Tobey
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • orderNumber

      private int orderNumber
  • Constructor Details

    • OrderNumberBean

      public OrderNumberBean()
  • Method Details