Logidav Docs

ProductStockValueAt20210331
in package

ProductStockValueAt20210331

Tags
ORM\Table

(name="mz_product_stock_value_at_20210331")

ORM\Entity

(repositoryClass="AppBundle\Repository\Product\ProductStockValueAt20210331Repository")

Table of Contents

Properties

$id  : int|null
$product  : mixed
$qty  : float|null
$value  : float|null

Methods

getId()  : int|null
getProduct()  : mixed|Product
getQty()  : float|null
getValue()  : float|null
setProduct()  : void
setQty()  : void
setValue()  : void

Properties

$product

private mixed $product
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\Product")

ORM\JoinColumn

(nullable=false)

$qty

private float|null $qty
Tags
ORM\Column

(name="qty", type="decimal", precision=12, scale=4, nullable=true, options={"default" = 0})

$value

private float|null $value
Tags
ORM\Column

(name="value", type="decimal", precision=12, scale=4, nullable=true, options={"default" = 0})

Methods


        
On this page

Search results