com.softslate.commerce.customer.customer
Class WishListForm

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

public class WishListForm
extends BaseForm

Author:
Jason McWilliams
See Also:
Serialized Form

Field Summary
private  java.lang.String check
           
private  java.lang.String customerWishListID
           
private  java.lang.String customerWishListProductID
           
private  java.lang.String firstRow
           
(package private) static org.apache.commons.logging.Log log
           
private  java.lang.String productCode
           
private static long serialVersionUID
           
private  java.lang.String userName
           
private  java.lang.String wishID
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
WishListForm()
           
 
Method Summary
 java.lang.String getCheck()
           
 java.lang.String getCustomerWishListID()
           
 java.lang.String getCustomerWishListProductID()
           
 java.lang.String getFirstRow()
           
 java.lang.String getProductCode()
           
 java.lang.String getUserName()
           
 java.lang.String getWishID()
           
 void setCheck(java.lang.String check)
           
 void setCustomerWishListID(java.lang.String customerWishListID)
           
 void setCustomerWishListProductID(java.lang.String customerWishListProductID)
           
 void setFirstRow(java.lang.String firstRow)
           
 void setProductCode(java.lang.String productCode)
           
 void setUserName(java.lang.String userName)
           
 void setWishID(java.lang.String wishID)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
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
 

Field Detail

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
Constructor Detail

WishListForm

public WishListForm()
Method Detail

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