Logidav Docs

ContainerProduct
in package

ContainerProduct

Tags
ORM\Table

(name="mz_container_product")

ORM\Entity

(repositoryClass="AppBundle\Repository\ContainerProductRepository")

Table of Contents

Properties

$commandProduct  : mixed
$container  : mixed
$id  : int
$qty  : int
$unitValue  : float|null
$unitValueParams  : text

Methods

getCommandProduct()  : CommandProduct
Get commandproduct
getContainer()  : Container
Get container
getId()  : int
Get id
getQty()  : int
Get qty
getUnitValue()  : float
getUnitValueParams()  : text
setCommandProduct()  : CommandProduct
Set commandproduct
setContainer()  : ContainerProduct
Set container
setQty()  : ContainerProduct
Set qty
setUnitValue()  : ContainerProduct
setUnitValueParams()  : mixed

Properties

$commandProduct

private mixed $commandProduct
Tags
ORM\ManyToOne

(targetEntity="CommandProduct", inversedBy="containerproducts")

$container

private mixed $container
Tags
ORM\ManyToOne

(targetEntity="Container", inversedBy="containerproducts")

$id

private int $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$unitValue

private float|null $unitValue
Tags
ORM\Column

(name="unit_value", type="decimal", precision=12, scale=4, nullable=true)

$unitValueParams

private text $unitValueParams
Tags
ORM\Column

(name="unit_value_params", type="text", nullable=true)

Methods

getUnitValueParams()

public getUnitValueParams() : text
Return values
text

setUnitValueParams()

public setUnitValueParams(text $unitValueParams) : mixed
Parameters
$unitValueParams : text

        
On this page

Search results