OrderStockReservation

Extends \Shopware\Components\Model\ModelEntity

ORM\Entity
ORM\Table

(name="pickware_erp_order_stock_reservations", uniqueConstraints={ @ORM\UniqueConstraint(name="binLocationArticleDetailId_orderDetailId", columns={ "articleDetailBinLocationMappingId", "orderDetailId" }) })

package

Default

Methods

__construct

__construct(\Shopware\CustomModels\ViisonPickwareERP\Warehouse\ArticleDetailBinLocationMapping $articleDetailBinLocationMapping, \Shopware\Models\Order\Detail $orderDetail, integer $quantity) 

Arguments

$orderDetail

\Shopware\Models\Order\Detail

$quantity

integer

getArticleDetailBinLocationMapping

getArticleDetailBinLocationMapping() : \Shopware\CustomModels\ViisonPickwareERP\Warehouse\ArticleDetailBinLocationMapping

getId

getId() : integer

Response

integer

getOrderDetail

getOrderDetail() : \Shopware\Models\Order\Detail

Response

\Shopware\Models\Order\Detail

getQuantity

getQuantity() : integer

Response

integer

setQuantity

setQuantity(integer $quantity) 

Arguments

$quantity

integer