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:
java.io.Serializable
,GuiTitlable
,Idable
,ListItem
public class ProductCategory extends IdTitle
Родительская сущность для продуктов в модуле SoftLine.
Нужна для отображения в ЛК и для более удобного взаимодействия с продуктами в будущем.
В ЛК отображается категория, например, "Антивирус Касп"
и под ней отображаются все продукты
Product
, которые ссылаются на данную категорию.- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ProductCategory()
ProductCategory(int id, java.lang.String title)
-
Method Summary
Modifier and Type Method Description java.lang.String
getDescription()
void
setDescription(java.lang.String description)
Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
ProductCategory
public ProductCategory() -
ProductCategory
public ProductCategory(int id, java.lang.String title)
-
-
Method Details
-
getDescription
public java.lang.String getDescription() -
setDescription
public void setDescription(java.lang.String description)
-