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
Modifier and TypeFieldDescriptionprivate String
private String
private String
(package private) static org.apache.commons.logging.Log
private String
private String
private String
private String
private String
private String
private static final long
private String
private String
private String
private String
private String
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getName()
getType()
getValue()
void
void
setDescription
(String description) void
setIntegerValue
(String integerValue) void
setMediumValue
(String mediumValue) void
void
setParentName
(String parentName) void
setProductCode
(String productCode) void
setProductID
(String productID) void
setProductSettingID
(String productSettingID) void
setSmallValue
(String smallValue) void
setTextValue
(String textValue) void
void
void
setValueType
(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
addingAndFieldIsBlank, addingAndFieldIsBlank, addingNewRecord, containsUnsafeCharacter, editingAndFieldIsBeingEmptiedOut, editingAndFieldIsBeingEmptiedOut, getAdministrator, getFormUtils, initializeProperties, mapOfIncomingParams, setAdministrator
Methods 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, setUser
Methods 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:
validate
in classorg.apache.struts.action.ActionForm
-