Class ProductSettingAddEditForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.administrator.core.BaseAdministratorForm
com.softslate.commerce.administrator.product.ProductSettingAddEditForm
- All Implemented Interfaces:
Serializable
Struts form class corresponding to requests to
"/administrator/ProductSettingAddForm.do",
"/administrator/ProductSettingEditForm.do",
"/administrator/ProductSettingAdd.do", and
"/administrator/ProductSettingEdit.do". Provides properties corresponding to
the fields for a single product setting record.
- Author:
- David Tobey
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate String(package private) static org.apache.commons.logging.Logprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate Stringprivate static final longprivate Stringprivate Stringprivate Stringprivate Stringprivate StringFields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()getType()getValue()voidvoidsetDescription(String description) voidsetIntegerValue(String integerValue) voidsetMediumValue(String mediumValue) voidvoidsetParentName(String parentName) voidsetProductCode(String productCode) voidsetProductID(String productID) voidsetProductSettingID(String productSettingID) voidsetSmallValue(String smallValue) voidsetTextValue(String textValue) voidvoidvoidsetValueType(String valueType) org.apache.struts.action.ActionErrorsvalidate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Methods inherited from class com.softslate.commerce.administrator.core.BaseAdministratorForm
addingAndFieldIsBlank, addingAndFieldIsBlank, addingNewRecord, containsUnsafeCharacter, editingAndFieldIsBeingEmptiedOut, editingAndFieldIsBeingEmptiedOut, getAdministrator, getFormUtils, initializeProperties, mapOfIncomingParams, setAdministratorMethods inherited from class com.softslate.commerce.customer.core.BaseForm
formUtils, getBusinessObjectFactory, getErrors, getMapping, getMessage, getMessages, getRequest, getSettings, getUser, html5OrXhtml, setBusinessObjectFactory, setErrors, setMapping, setMessages, setRequest, setSettings, setUserMethods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
log
static org.apache.commons.logging.Log log -
parentName
-
productSettingID
-
productID
-
productCode
-
code
-
name
-
description
-
type
-
valueType
-
value
-
integerValue
-
smallValue
-
mediumValue
-
textValue
-
-
Constructor Details
-
ProductSettingAddEditForm
public ProductSettingAddEditForm()
-
-
Method Details
-
getCode
-
setCode
-
getDescription
-
setDescription
-
getMediumValue
-
setMediumValue
-
getName
-
setName
-
getSmallValue
-
setSmallValue
-
getTextValue
-
setTextValue
-
getType
-
setType
-
getValueType
-
setValueType
-
getParentName
-
setParentName
-
getProductSettingID
-
setProductSettingID
-
getProductID
-
setProductID
-
getProductCode
-
setProductCode
-
getValue
-
setValue
-
getIntegerValue
-
setIntegerValue
-
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request) - Overrides:
validatein classorg.apache.struts.action.ActionForm
-