Class ProductSettingAddEditFormAttachments
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.ProductSettingAddEditFormAttachments
- All Implemented Interfaces:
Serializable
Upload an Attachment for a product - a file that is available for download by everyone on the product page, like
instruction manuals.
- Author:
- dtobey
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Stringprivate Stringprivate org.apache.struts.upload.FormFileprivate String(package private) static org.apache.commons.logging.Logprivate 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()org.apache.struts.upload.FormFilegetName()getType()getValue()voidvoidsetDescription(String description) voidsetFileUpload(org.apache.struts.upload.FormFile fileUpload) voidsetIntegerValue(String integerValue) voidsetMediumValue(String mediumValue) voidvoidsetParentName(String parentName) voidsetProductID(String productID) voidsetProductSettingID(String productSettingID) voidsetSmallValue(String smallValue) voidsetTextValue(String textValue) voidvoidvoidsetValueType(String valueType) 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, validate
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
log
static org.apache.commons.logging.Log log -
fileUpload
private org.apache.struts.upload.FormFile fileUpload -
parentName
-
productSettingID
-
productID
-
code
-
name
-
description
-
type
-
valueType
-
value
-
integerValue
-
smallValue
-
mediumValue
-
textValue
-
-
Constructor Details
-
ProductSettingAddEditFormAttachments
public ProductSettingAddEditFormAttachments()
-
-
Method Details
-
getFileUpload
public org.apache.struts.upload.FormFile getFileUpload() -
setFileUpload
public void setFileUpload(org.apache.struts.upload.FormFile fileUpload) -
getCode
-
setCode
-
getDescription
-
setDescription
-
getMediumValue
-
setMediumValue
-
getName
-
setName
-
getSmallValue
-
setSmallValue
-
getTextValue
-
setTextValue
-
getType
-
setType
-
getValueType
-
setValueType
-
getParentName
-
setParentName
-
getProductSettingID
-
setProductSettingID
-
getProductID
-
setProductID
-
getValue
-
setValue
-
getIntegerValue
-
setIntegerValue
-