Logidav Docs

ProductStockValueAt20210331C1204
in package

ProductStockValueAt20210331C1204

Tags
ORM\Table

(name="mz_product_stock_value_at_20210331_c1204")

ORM\Entity

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

Table of Contents

Properties

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

Methods

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

Properties

$containerQty

private float|null $containerQty
Tags
ORM\Column

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

$containerValue

private float|null $containerValue
Tags
ORM\Column

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

$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