Class OrderDetailsForm

java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.customer.customer.OrderDetailsForm
All Implemented Interfaces:
Serializable

public class OrderDetailsForm extends BaseForm
Struts form class for submissions to view the detail of an order in a customer's order history. Used for requests to "/OrderDetails.do".

The validate method of this class checks for the existance of the orderNumber property.

Author:
David Tobey
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • log

      static org.apache.commons.logging.Log log
    • orderNumber

      private String orderNumber
  • Constructor Details

    • OrderDetailsForm

      public OrderDetailsForm()
  • Method Details

    • getOrderNumber

      public String getOrderNumber()
    • setOrderNumber

      public void setOrderNumber(String orderNumber)
    • validate

      public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
      Overrides:
      validate in class org.apache.struts.action.ActionForm