Class StockItemType
java.lang.Object
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 TypeMethodDescriptionintvoidsetAttributeKit(StockItemAttributeKit attributeKit) voidsetChildren(List<StockItemType> children) voidsetParentTypeId(int parentTypeId) toString()Methods inherited from class ru.bitel.common.model.IdTitle
copyTo, getGuiTitle, getTitle, setId, setTitle, to, toIdTitleMethods inherited from class ru.bitel.common.model.Id
copyTo, equals, getId, hashCode, newIdList, newIdSet, newIdSet, newIdSet, newIdSet, newMap
-
Constructor Details
-
StockItemType
public StockItemType() -
StockItemType
-
-
Method Details
-
getParentTypeId
public int getParentTypeId() -
setParentTypeId
public void setParentTypeId(int parentTypeId) -
getAttributeKit
-
setAttributeKit
-
setChildren
-
getChildren
- Specified by:
getChildrenin interfaceTreeNode<StockItemType>
-
toString
-