Interface ProductSetting
- All Superinterfaces:
BusinessObject
- All Known Implementing Classes:
ProductSettingBean
Interface representing a product setting within the system.
When the application needs to create an instance that implements
sscProductSetting,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"productSettingImplementer" setting in the
appComponents.properties file.
The default "productSettingImplementer" is
ProductSettingBean.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptiongetCode()intgetName()intintgetType()getValue()voidvoidsetDescription(String description) voidsetIntegerValue(int integerValue) voidsetMediumValue(String mediumValue) voidvoidsetProduct(Product product) voidsetProductID(int productID) voidsetProductSettingID(int productSettingID) voidsetSmallValue(String smallValue) voidsetTextValue(String textValue) voidvoidsetValueType(String valueType) Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
-
Method Details
-
getProductSettingID
int getProductSettingID() -
setProductSettingID
void setProductSettingID(int productSettingID) -
getProduct
Product getProduct() -
setProduct
-
getCode
String getCode() -
setCode
-
getDescription
String getDescription() -
setDescription
-
getIntegerValue
int getIntegerValue() -
setIntegerValue
void setIntegerValue(int integerValue) -
getMediumValue
String getMediumValue() -
setMediumValue
-
getName
String getName() -
setName
-
getProductID
int getProductID() -
setProductID
void setProductID(int productID) -
getSmallValue
String getSmallValue() -
setSmallValue
-
getTextValue
String getTextValue() -
setTextValue
-
getType
String getType() -
setType
-
getValueType
String getValueType() -
setValueType
-
getValue
String getValue()
-