Class StockItemType
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.plugins.shop.common.bean.StockItemType
- All Implemented Interfaces:
Serializable
,GuiTitlable
,Idable
,ListItem
,TreeNode<StockItemType>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class ru.bitel.common.model.IdTitle
IdTitle.Builder, IdTitle.IdTitleBuilder
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setAttributeKit
(StockItemAttributeKit attributeKit) void
setChildren
(List<StockItemType> children) void
setParentTypeId
(int parentTypeId) toString()
Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setTitle, to, toIdTitle
Methods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap, setId
Methods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError
-
Constructor Details
-
StockItemType
public StockItemType() -
StockItemType
-
-
Method Details
-
getParentTypeId
public int getParentTypeId() -
setParentTypeId
public void setParentTypeId(int parentTypeId) -
getAttributeKit
-
setAttributeKit
-
setChildren
-
getChildren
- Specified by:
getChildren
in interfaceTreeNode<StockItemType>
-
toString
-