Interface CategorySetting
- All Superinterfaces:
BusinessObject
- All Known Implementing Classes:
CategorySettingBean
Interface representing a category setting within the system.
When the application needs to create an instance that implements
sscCategorySetting,
BusinessObjectFactory
finds the name of the Java class to instantiate from the
"categorySettingImplementer" setting in the
appComponents.properties file.
The default "categorySettingImplementer" is
CategorySettingBean.
- Author:
- David Tobey
-
Method Summary
Modifier and TypeMethodDescriptionintintgetCode()intgetName()getType()getValue()voidsetCategory(Category category) voidsetCategoryID(int categoryID) voidsetCategorySettingID(int categorySettingID) voidvoidsetDescription(String description) voidsetIntegerValue(int integerValue) voidsetMediumValue(String mediumValue) voidvoidsetSmallValue(String smallValue) voidsetTextValue(String textValue) voidvoidsetValueType(String valueType) Methods inherited from interface com.softslate.commerce.businessobjects.core.BusinessObject
initialize
-
Method Details
-
getCategorySettingID
int getCategorySettingID() -
setCategorySettingID
void setCategorySettingID(int categorySettingID) -
getCategory
Category getCategory() -
setCategory
-
getCode
String getCode() -
setCode
-
getDescription
String getDescription() -
setDescription
-
getIntegerValue
int getIntegerValue() -
setIntegerValue
void setIntegerValue(int integerValue) -
getMediumValue
String getMediumValue() -
setMediumValue
-
getName
String getName() -
setName
-
getCategoryID
int getCategoryID() -
setCategoryID
void setCategoryID(int categoryID) -
getSmallValue
String getSmallValue() -
setSmallValue
-
getTextValue
String getTextValue() -
setTextValue
-
getType
String getType() -
setType
-
getValueType
String getValueType() -
setValueType
-
getValue
String getValue()
-