com.softslate.commerce.customer.customer
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:
- java.io.Serializable
public class WishListForm
- extends BaseForm
- Author:
- Jason McWilliams
- See Also:
- Serialized Form
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| Methods inherited from class com.softslate.commerce.customer.core.BaseForm |
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, initializeProperties, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUser |
| Methods inherited from class org.apache.struts.action.ActionForm |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
log
static org.apache.commons.logging.Log log
customerWishListID
private java.lang.String customerWishListID
check
private java.lang.String check
customerWishListProductID
private java.lang.String customerWishListProductID
productCode
private java.lang.String productCode
wishID
private java.lang.String wishID
userName
private java.lang.String userName
firstRow
private java.lang.String firstRow
WishListForm
public WishListForm()
getCustomerWishListID
public java.lang.String getCustomerWishListID()
setCustomerWishListID
public void setCustomerWishListID(java.lang.String customerWishListID)
getCheck
public java.lang.String getCheck()
setCheck
public void setCheck(java.lang.String check)
getCustomerWishListProductID
public java.lang.String getCustomerWishListProductID()
setCustomerWishListProductID
public void setCustomerWishListProductID(java.lang.String customerWishListProductID)
getProductCode
public java.lang.String getProductCode()
setProductCode
public void setProductCode(java.lang.String productCode)
getWishID
public java.lang.String getWishID()
setWishID
public void setWishID(java.lang.String wishID)
getUserName
public java.lang.String getUserName()
setUserName
public void setUserName(java.lang.String userName)
getFirstRow
public java.lang.String getFirstRow()
setFirstRow
public void setFirstRow(java.lang.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
Copyright © SoftSlate, LLC 2003–2012