Class ShopDirectoryItem
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.plugins.shop.common.bean.ShopDirectoryItem
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionСтрока - имя объекта.int
boolean
void
setAllowSubDirectory
(boolean allowSubDirectory) void
setFilterList
(List<String> filterList) void
setItemTypeIds
(List<Integer> itemTypeIds) void
setParentId
(int parentId) static ShopProductTreeItem
toShopProductTreeItem
(ShopDirectoryItem shopDirectoryItem) Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
ShopDirectoryItem
public ShopDirectoryItem()
-
-
Method Details
-
getParentId
public int getParentId() -
getItemTypeIds
-
getFilterList
-
isAllowSubDirectory
public boolean isAllowSubDirectory() -
setParentId
public void setParentId(int parentId) -
setItemTypeIds
-
setFilterList
-
setAllowSubDirectory
public void setAllowSubDirectory(boolean allowSubDirectory) -
getGuiTitle
Description copied from interface:GuiTitlable
Строка - имя объекта. Скорее всего уникальная. Используется в комбобоксах, например, итд.- Specified by:
getGuiTitle
in interfaceGuiTitlable
- Overrides:
getGuiTitle
in classIdTitle
- Returns:
- Строка - представление объекта.
-
toShopProductTreeItem
-