com.softslate.commerce.administrator.product
Class CategorySettingAddEditForm

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

public class CategorySettingAddEditForm
extends BaseAdministratorForm

Struts form class corresponding to requests to "/administrator/CategorySettingAddForm.do", "/administrator/CategorySettingEditForm.do", "/administrator/CategorySettingAdd.do", and "/administrator/CategorySettingEdit.do". Provides properties corresponding to the fields for a single category setting record.

Author:
David Tobey
See Also:
Serialized Form

Field Summary
private  java.lang.String categoryID
           
private  java.lang.String categorySettingID
           
private  java.lang.String code
           
private  java.lang.String description
           
private  java.lang.String integerValue
           
(package private) static org.apache.commons.logging.Log log
           
private  java.lang.String mediumValue
           
private  java.lang.String name
           
private  java.lang.String parentName
           
private static long serialVersionUID
           
private  java.lang.String smallValue
           
private  java.lang.String textValue
           
private  java.lang.String type
           
private  java.lang.String value
           
private  java.lang.String valueType
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CategorySettingAddEditForm()
           
 
Method Summary
 java.lang.String getCategoryID()
           
 java.lang.String getCategorySettingID()
           
 java.lang.String getCode()
           
 java.lang.String getDescription()
           
 java.lang.String getIntegerValue()
           
 java.lang.String getMediumValue()
           
 java.lang.String getName()
           
 java.lang.String getParentName()
           
 java.lang.String getSmallValue()
           
 java.lang.String getTextValue()
           
 java.lang.String getType()
           
 java.lang.String getValue()
           
 java.lang.String getValueType()
           
 void setCategoryID(java.lang.String categoryID)
           
 void setCategorySettingID(java.lang.String categorySettingID)
           
 void setCode(java.lang.String code)
           
 void setDescription(java.lang.String description)
           
 void setIntegerValue(java.lang.String integerValue)
           
 void setMediumValue(java.lang.String mediumValue)
           
 void setName(java.lang.String name)
           
 void setParentName(java.lang.String parentName)
           
 void setSmallValue(java.lang.String smallValue)
           
 void setTextValue(java.lang.String textValue)
           
 void setType(java.lang.String type)
           
 void setValue(java.lang.String value)
           
 void setValueType(java.lang.String valueType)
           
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class com.softslate.commerce.administrator.core.BaseAdministratorForm
getAdministrator, initializeProperties, setAdministrator
 
Methods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, 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

parentName

private java.lang.String parentName

categorySettingID

private java.lang.String categorySettingID

categoryID

private java.lang.String categoryID

code

private java.lang.String code

name

private java.lang.String name

description

private java.lang.String description

type

private java.lang.String type

valueType

private java.lang.String valueType

value

private java.lang.String value

integerValue

private java.lang.String integerValue

smallValue

private java.lang.String smallValue

mediumValue

private java.lang.String mediumValue

textValue

private java.lang.String textValue
Constructor Detail

CategorySettingAddEditForm

public CategorySettingAddEditForm()
Method Detail

getCode

public java.lang.String getCode()

setCode

public void setCode(java.lang.String code)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

getMediumValue

public java.lang.String getMediumValue()

setMediumValue

public void setMediumValue(java.lang.String mediumValue)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getSmallValue

public java.lang.String getSmallValue()

setSmallValue

public void setSmallValue(java.lang.String smallValue)

getTextValue

public java.lang.String getTextValue()

setTextValue

public void setTextValue(java.lang.String textValue)

getType

public java.lang.String getType()

setType

public void setType(java.lang.String type)

getValueType

public java.lang.String getValueType()

setValueType

public void setValueType(java.lang.String valueType)

getParentName

public java.lang.String getParentName()

setParentName

public void setParentName(java.lang.String parentName)

getCategorySettingID

public java.lang.String getCategorySettingID()

setCategorySettingID

public void setCategorySettingID(java.lang.String categorySettingID)

getCategoryID

public java.lang.String getCategoryID()

setCategoryID

public void setCategoryID(java.lang.String categoryID)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

getIntegerValue

public java.lang.String getIntegerValue()

setIntegerValue

public void setIntegerValue(java.lang.String integerValue)

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?2005