Class WishListForm

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

public class WishListForm extends BaseForm
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
    • customerWishListName

      private String customerWishListName
    • check

      private String check
    • customerWishListProductID

      private String customerWishListProductID
    • productCode

      private String productCode
    • wishID

      private String wishID
    • userName

      private String userName
    • firstRow

      private String firstRow
  • Constructor Details

    • WishListForm

      public WishListForm()
  • Method Details

    • getCustomerWishListID

      public String getCustomerWishListID()
    • setCustomerWishListID

      public void setCustomerWishListID(String customerWishListID)
    • getCustomerWishListName

      public String getCustomerWishListName()
    • setCustomerWishListName

      public void setCustomerWishListName(String customerWishListName)
    • getCheck

      public String getCheck()
    • setCheck

      public void setCheck(String check)
    • getCustomerWishListProductID

      public String getCustomerWishListProductID()
    • setCustomerWishListProductID

      public void setCustomerWishListProductID(String customerWishListProductID)
    • getProductCode

      public String getProductCode()
    • setProductCode

      public void setProductCode(String productCode)
    • getWishID

      public String getWishID()
    • setWishID

      public void setWishID(String wishID)
    • getUserName

      public String getUserName()
    • setUserName

      public void setUserName(String userName)
    • getFirstRow

      public String getFirstRow()
    • setFirstRow

      public void setFirstRow(String firstRow)
    • 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