Class ServiceSpec
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
ru.bitel.oss.kernel.entity.common.bean.Entity
ru.bitel.oss.systems.inventory.service.common.bean.ServiceSpec
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem,Node<ServiceSpec>,TreeNode<ServiceSpec>
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetChildren(List<ServiceSpec> children) setComment(String comment) setDateFrom(Date dateFrom) setDescription(String description) setEntityId(int entityId) setId(int id) Устанавливает id объектаsetIdentifier(String name) setModuleId(int moduleId) setParentId(int parentId) Устанавливает название (описание) объектаMethods inherited from class ru.bitel.oss.kernel.entity.common.bean.Entity
copyTo, getEntityIdMethods inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
copyTo, getEntityAttributes, getEntitySpecId, setEntityAttributes, setEntitySpecIdMethods 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
-
Constructor Details
-
ServiceSpec
public ServiceSpec()
-
-
Method Details
-
getChildren
- Specified by:
getChildrenin interfaceTreeNode<ServiceSpec>
-
getComment
-
getDateFrom
-
getDateTo
-
getDescription
-
getIdentifier
-
getModuleId
public int getModuleId() -
getParentId
public int getParentId()- Specified by:
getParentIdin interfaceNode<ServiceSpec>
-
setChildren
- Specified by:
setChildrenin interfaceNode<ServiceSpec>
-
setComment
-
setDateFrom
-
setDateTo
-
setDescription
-
setEntityId
- Overrides:
setEntityIdin classEntity
-
setId
Description copied from class:IdУстанавливает id объекта -
setIdentifier
-
setModuleId
-
setParentId
-
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-