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

public class DashboardItem extends IdTitle
See Also:
  • Constructor Details

    • DashboardItem

      public DashboardItem()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getModuleId

      public int getModuleId()
    • setModuleId

      public void setModuleId(int moduleId)
    • getModule

      public String getModule()
    • setModule

      public void setModule(String module)
    • getAction

      public String getAction()
    • setAction

      public void setAction(String action)
    • getIcon

      public String getIcon()
    • setIcon

      public void setIcon(String icon)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getItemType

      public DashboardItemType getItemType()
    • setItemType

      public void setItemType(DashboardItemType itemType)
    • getSubItems

      public List<DashboardItem> getSubItems()
    • setSubItems

      public void setSubItems(List<DashboardItem> subItems)