StockItemPropertyValue

Extends \Shopware\Components\Model\ModelEntity

ORM\Entity
ORM\Table

(name="pickware_erp_stock_item_property_values", uniqueConstraints={ @ORM\UniqueConstraint(name="stockEntryItemId_propertyTypeId", columns={ "stockItemId", "itemPropertyId" }) })

package

Default

Methods

__construct

__construct(\Shopware\CustomModels\ViisonPickwareERP\StockLedger\StockItem $stockItem, \Shopware\CustomModels\ViisonPickwareERP\ItemProperty\ItemProperty $itemProperty) 

getId

getId() : integer

Response

integer

getItemProperty

getItemProperty() : \Shopware\CustomModels\ViisonPickwareERP\ItemProperty\ItemProperty

getStockItem

getStockItem() : \Shopware\CustomModels\ViisonPickwareERP\StockLedger\StockItem

getValue

getValue() : string

Response

string

setValue

setValue(string $value) 

Arguments

$value

string