Class StockItem
java.lang.Object
ru.bitel.common.model.Id
ru.bitel.common.model.IdTitle
ru.bitel.bgbilling.plugins.shop.common.bean.StockItem
- All Implemented Interfaces:
Serializable,GuiTitlable,Idable,ListItem
Представление конкретной единицы товара на складе
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetType()intsetAttributeValues(List<StockItemAttributeValue> attributeValues) setContractId(int contractId) setId(int id) Устанавливает id объектаУстанавливает название (описание) объектаsetType(StockItemType type) setWarehouseId(int warehouseId) 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
-
Constructor Details
-
StockItem
public StockItem()
-
-
Method Details
-
getWarehouseId
public int getWarehouseId() -
setWarehouseId
-
getType
-
setType
-
getAttributeValues
-
setAttributeValues
-
getContractId
public int getContractId() -
setContractId
-
setId
Description copied from class:IdУстанавливает id объекта -
setTitle
Description copied from class:IdTitleУстанавливает название (описание) объекта
-