Class DashboardItem
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.kernel.contract.dashboard.common.bean.DashboardItem
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetIcon()
getKey()
int
void
void
setDescription
(String description) void
void
setItemType
(DashboardItemType itemType) void
void
void
setModuleId
(int moduleId) void
setSubItems
(List<DashboardItem> subItems) Methods inherited from class ru.bitel.common.model.IdTitle
getGuiTitle, getTitle, setTitle, toIdTitle, toString
Methods inherited from class ru.bitel.common.model.Id
equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
DashboardItem
public DashboardItem()
-
-
Method Details
-
getKey
-
setKey
-
getModuleId
public int getModuleId() -
setModuleId
public void setModuleId(int moduleId) -
getModule
-
setModule
-
getAction
-
setAction
-
getIcon
-
setIcon
-
getDescription
-
setDescription
-
getItemType
-
setItemType
-
getSubItems
-
setSubItems
-