Interface CategorySetting

All Superinterfaces:
BusinessObject
All Known Implementing Classes:
CategorySettingBean

public interface CategorySetting extends BusinessObject
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 Details

    • getCategorySettingID

      int getCategorySettingID()
    • setCategorySettingID

      void setCategorySettingID(int categorySettingID)
    • getCategory

      Category getCategory()
    • setCategory

      void setCategory(Category category)
    • getCode

      String getCode()
    • setCode

      void setCode(String code)
    • getDescription

      String getDescription()
    • setDescription

      void setDescription(String description)
    • getIntegerValue

      int getIntegerValue()
    • setIntegerValue

      void setIntegerValue(int integerValue)
    • getMediumValue

      String getMediumValue()
    • setMediumValue

      void setMediumValue(String mediumValue)
    • getName

      String getName()
    • setName

      void setName(String name)
    • getCategoryID

      int getCategoryID()
    • setCategoryID

      void setCategoryID(int categoryID)
    • getSmallValue

      String getSmallValue()
    • setSmallValue

      void setSmallValue(String smallValue)
    • getTextValue

      String getTextValue()
    • setTextValue

      void setTextValue(String textValue)
    • getType

      String getType()
    • setType

      void setType(String type)
    • getValueType

      String getValueType()
    • setValueType

      void setValueType(String valueType)
    • getValue

      String getValue()