Class DeviceGroup
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>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetChildren(List<DeviceGroup> children) setCityId(int cityId) setComment(String comment) setId(int id) Устанавливает id объектаsetParentId(int parentId) Устанавливает название (описание) объектаMethods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setAsNoSelect, to, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Field Details
-
GROUP_ACCESS
public static final int GROUP_ACCESS- See Also:
-
GROUP_ACCOUNTING
public static final int GROUP_ACCOUNTING- See Also:
-
GROUP_NAS
public static final int GROUP_NAS- See Also:
-
-
Constructor Details
-
DeviceGroup
public DeviceGroup() -
DeviceGroup
-
-
Method Details
-
setId
Description copied from class:IdУстанавливает id объекта -
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта -
getComment
-
setComment
-
getCityId
public int getCityId() -
setCityId
-
getParentId
public int getParentId() -
setParentId
-
getChildren
- Specified by:
getChildrenin interfaceTreeNode<DeviceGroup>
-
setChildren
-