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 TypeMethodDescriptionint
int
getCode()
int
getName()
getType()
getValue()
void
setCategory
(Category category) void
setCategoryID
(int categoryID) void
setCategorySettingID
(int categorySettingID) void
void
setDescription
(String description) void
setIntegerValue
(int integerValue) void
setMediumValue
(String mediumValue) void
void
setSmallValue
(String smallValue) void
setTextValue
(String textValue) void
void
setValueType
(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()
-