Class WishListAddEditForm

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

public class WishListAddEditForm extends BaseForm
Struts form class for submissions to add or edit a wish list. Used for requests to "/WishListAddForm.do", "/WishListAdd.do", "WishListEditForm.do", "WishListEdit.do"
Author:
Jason McWilliams
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • log

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

      private String customerWishListID
    • name

      private String name
    • description

      private String description
  • Constructor Details

    • WishListAddEditForm

      public WishListAddEditForm()
  • Method Details

    • getCustomerWishListID

      public String getCustomerWishListID()
    • setCustomerWishListID

      public void setCustomerWishListID(String customerWishListID)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • 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