Class OrderItemAttributeAddEditForm
java.lang.Object
org.apache.struts.action.ActionForm
com.softslate.commerce.customer.core.BaseForm
com.softslate.commerce.administrator.core.BaseAdministratorForm
com.softslate.commerce.administrator.order.OrderItemAttributeAddEditForm
- All Implemented Interfaces:
Serializable
Struts form class corresponding to requests to
"/administrator/OrderItemAttributeAddForm.do",
"/administrator/OrderItemAttributeEditForm.do",
"/administrator/OrderItemAttributeAdd.do", and
"/administrator/OrderItemAttributeEdit.do". Provides properties corresponding
to the fields for a single order item attribute record.
- Author:
- David Tobey
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionprivate String
private String
private String
private String
private String
private String
private String
private 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 String
private String
private String
private String
private String
private String
private static final long
private String
private String
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTotal()
void
setAttributeAltPrice
(String attributeAltPrice) void
setAttributeCode
(String attributeCode) void
setAttributeID
(String attributeID) void
setAttributeName
(String attributeName) void
setAttributeUnitCost
(String attributeUnitCost) void
setAttributeUnitPrice
(String attributeUnitPrice) void
setAttributeValue
(String attributeValue) void
setAttributeWeight
(String attributeWeight) void
setGrandparentName
(String grandparentName) void
setGreatGrandparentName
(String greatGrandparentName) void
setOptionAltPrice
(String optionAltPrice) void
setOptionCode
(String optionCode) void
setOptionID
(String optionID) void
setOptionName
(String optionName) void
setOptionUnitCost
(String optionUnitCost) void
setOptionUnitPrice
(String optionUnitPrice) void
setOptionWeight
(String optionWeight) void
setOrderDeliveryID
(String orderDeliveryID) void
setOrderID
(String orderID) void
setOrderItemAttributeID
(String orderItemAttributeID) void
setOrderItemID
(String orderItemID) void
setParentName
(String parentName) void
void
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
-
grandparentName
-
greatGrandparentName
-
orderItemAttributeID
-
orderItemID
-
orderDeliveryID
-
orderID
-
total
-
weight
-
attributeValue
-
attributeID
-
attributeCode
-
attributeName
-
attributeUnitCost
-
attributeUnitPrice
-
attributeAltPrice
-
attributeWeight
-
optionID
-
optionCode
-
optionName
-
optionUnitCost
-
optionUnitPrice
-
optionAltPrice
-
optionWeight
-
-
Constructor Details
-
OrderItemAttributeAddEditForm
public OrderItemAttributeAddEditForm()
-
-
Method Details
-
getAttributeAltPrice
-
setAttributeAltPrice
-
getAttributeCode
-
setAttributeCode
-
getAttributeID
-
setAttributeID
-
getAttributeName
-
setAttributeName
-
getAttributeUnitCost
-
setAttributeUnitCost
-
getAttributeUnitPrice
-
setAttributeUnitPrice
-
getAttributeValue
-
setAttributeValue
-
getAttributeWeight
-
setAttributeWeight
-
getGrandparentName
-
setGrandparentName
-
getGreatGrandparentName
-
setGreatGrandparentName
-
getOptionAltPrice
-
setOptionAltPrice
-
getOptionCode
-
setOptionCode
-
getOptionID
-
setOptionID
-
getOptionName
-
setOptionName
-
getOptionUnitCost
-
setOptionUnitCost
-
getOptionUnitPrice
-
setOptionUnitPrice
-
getOptionWeight
-
setOptionWeight
-
getOrderID
-
setOrderID
-
getTotal
-
setTotal
-
getWeight
-
setWeight
-
getParentName
-
setParentName
-
getOrderItemAttributeID
-
setOrderItemAttributeID
-
getOrderDeliveryID
-
setOrderDeliveryID
-
getOrderItemID
-
setOrderItemID
-
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
-