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:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder -
Field Summary
Fields inherited from class ru.bitel.oss.kernel.entity.common.bean.AbstractEntity
entitySpecId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetChildren(List<ServiceSpec> children) voidsetComment(String comment) voidsetDateFrom(Date dateFrom) voidvoidsetDescription(String description) voidsetIdentifier(String name) voidsetModuleId(int moduleId) voidsetParentId(int parentId) Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.Entity
copyTo, getEntityId, setEntityIdMethods 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, setTitle, toIdTitle, toStringMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
-
Constructor Details
-
ServiceSpec
public ServiceSpec()
-
-
Method Details
-
getParentId
public int getParentId()- Specified by:
getParentIdin interfaceNode<ServiceSpec>
-
setParentId
public void setParentId(int parentId) -
getChildren
- Specified by:
getChildrenin interfaceTreeNode<ServiceSpec>
-
setChildren
- Specified by:
setChildrenin interfaceNode<ServiceSpec>
-
getModuleId
public int getModuleId() -
setModuleId
public void setModuleId(int moduleId) -
getIdentifier
-
setIdentifier
-
getDateFrom
-
setDateFrom
-
getDateTo
-
setDateTo
-
getComment
-
setComment
-
getDescription
-
setDescription
-