ORM\Entity | |
---|---|
ORM\Table |
(name="pickware_erp_bin_locations", uniqueConstraints={ @ORM\UniqueConstraint(name="warehouseId_code", columns={ "warehouseId", "code" }) }) |
package |
Default |
__construct(\Shopware\CustomModels\ViisonPickwareERP\Warehouse\Warehouse $warehouse, string $code)
equals(mixed $binLocation) : boolean
mixed
boolean
getArticleDetailBinLocationMappings() : \Doctrine\Common\Collections\ArrayCollection
Calling this is potentially very expensive. In particular, NEVER call this on the default BinLocation.
\Doctrine\Common\Collections\ArrayCollection
getCode() : string
string
getId() : integer
integer
getStockSnapshots() : \Doctrine\Common\Collections\ArrayCollection
\Doctrine\Common\Collections\ArrayCollection
getWarehouse() : \Shopware\CustomModels\ViisonPickwareERP\Warehouse\Warehouse
isNullBinLocation() : boolean
boolean
setCode(string $code)
string
CODE