java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.systems.inventory.resource.common.bean.DeviceGroup
All Implemented Interfaces:
Serializable, GuiTitlable, Idable, ListItem, TreeNode<DeviceGroup>

public class DeviceGroup extends IdTitle implements TreeNode<DeviceGroup>
See Also:
  • Field Details

  • Constructor Details

    • DeviceGroup

      public DeviceGroup()
    • DeviceGroup

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

    • getComment

      public String getComment()
    • setComment

      public void setComment(String comment)
    • getCityId

      public int getCityId()
    • setCityId

      public void setCityId(int cityId)
    • getParentId

      public int getParentId()
    • setParentId

      public void setParentId(int parentId)
    • getChildren

      public List<DeviceGroup> getChildren()
      Specified by:
      getChildren in interface TreeNode<DeviceGroup>
    • setChildren

      public void setChildren(List<DeviceGroup> children)