Class ProductCategory

java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.modules.softline.common.bean.ProductCategory
All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem

public class ProductCategory extends IdTitle
Родительская сущность для продуктов в модуле SoftLine. Нужна для отображения в ЛК и для более удобного взаимодействия с продуктами в будущем. В ЛК отображается категория, например, "Антивирус Касп" и под ней отображаются все продукты Product, которые ссылаются на данную категорию.
See Also:
  • Constructor Details

    • ProductCategory

      public ProductCategory()
    • ProductCategory

      public ProductCategory(int id, String title)
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)