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
Modifier and TypeFieldDescriptionprivate String
private String
private org.apache.struts.upload.FormFile
private String
(package private) static org.apache.commons.logging.Log
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()
org.apache.struts.upload.FormFile
getName()
getType()
getValue()
void
void
setDescription
(String description) void
setFileUpload
(org.apache.struts.upload.FormFile fileUpload) void
setIntegerValue
(String integerValue) void
setMediumValue
(String mediumValue) void
void
setParentName
(String parentName) void
setProductID
(String productID) void
setProductSettingID
(String productSettingID) void
setSmallValue
(String smallValue) void
setTextValue
(String textValue) void
void
void
setValueType
(String valueType) 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, 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
-