ORM\Entity |
(repositoryClass="WarehouseRepository") |
---|---|
ORM\Table |
(name="pickware_erp_warehouses", uniqueConstraints={ @ORM\UniqueConstraint(name="code", columns={"code"}), @ORM\UniqueConstraint(name="name", columns={"name"}) }) |
package |
Default |
__construct()
equals(mixed $warehouse) : boolean
mixed
boolean
getAddress() : string
string
getArticleDetailConfigurations() : \Doctrine\Common\Collections\ArrayCollection
\Doctrine\Common\Collections\ArrayCollection
getArticleDetailStockCounts() : \Doctrine\Common\Collections\ArrayCollection
\Doctrine\Common\Collections\ArrayCollection
getBinLocationFormatComponents() : array
array
getBinLocations() : \Doctrine\Common\Collections\ArrayCollection
\Doctrine\Common\Collections\ArrayCollection
getCode() : string
string
getComment() : string
string
getContact() : string
string
getDisplayName() : string
string
getEmail() : string
string
getId() : integer
integer
getName() : string
string
getNullBinLocation() : \Shopware\CustomModels\ViisonPickwareERP\Warehouse\BinLocation
getPhone() : string
string
isDefaultReturnShipmentWarehouse() : boolean
boolean
isDefaultWarehouse() : boolean
boolean
isStockAvailableForSale() : boolean
boolean
setAddress(string $address)
string
setBinLocationFormatComponents(array|null $binLocationFormatComponents = null)
array|null
setCode(string $code)
string
setComment(string $comment)
string
setContact(string $contact)
string
setDefaultReturnShipmentWarehouse(boolean $defaultReturnShipmentWarehouse)
boolean
setDefaultWarehouse(boolean $defaultWarehouse)
boolean
setEmail(string $email)
string
setName(string $name)
string
setNullBinLocation(\Shopware\CustomModels\ViisonPickwareERP\Warehouse\BinLocation $nullBinLocation)
Throws |
|
---|
\Shopware\CustomModels\ViisonPickwareERP\Warehouse\BinLocation
setPhone(string $phone)
string
setStockAvailableForSale(boolean $stockAvailableForSale)
boolean