Interface OrderSetting
- All Superinterfaces:
BusinessObject
- All Known Implementing Classes:
OrderSettingBean
Interface representing an order setting within the system.
When the application needs to create an instance that implements
OrderSetting,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"orderSettingImplementer" setting in the
appComponents.properties file.
The default "orderSettingImplementer" is
OrderSettingBean.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()getOrder()intintgetType()getValue()voidvoidsetDescription(String description) voidsetIntegerValue(Integer integerValue) voidsetMediumValue(String mediumValue) voidvoidvoidsetOrderID(int orderID) voidsetOrderSettingID(int orderSettingID) voidsetSmallValue(String smallValue) voidsetTextValue(String textValue) voidvoidsetValueType(String valueType) Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
-
Method Details
-
getOrderSettingID
int getOrderSettingID() -
setOrderSettingID
void setOrderSettingID(int orderSettingID) -
getOrder
Order getOrder() -
setOrder
-
getCode
String getCode() -
setCode
-
getDescription
String getDescription() -
setDescription
-
getIntegerValue
Integer getIntegerValue() -
setIntegerValue
-
getMediumValue
String getMediumValue() -
setMediumValue
-
getName
String getName() -
setName
-
getOrderID
int getOrderID() -
setOrderID
void setOrderID(int orderID) -
getSmallValue
String getSmallValue() -
setSmallValue
-
getTextValue
String getTextValue() -
setTextValue
-
getType
String getType() -
setType
-
getValueType
String getValueType() -
setValueType
-
getValue
String getValue()
-