Logidav Docs

ProductOrphelin
in package

ProductOrphelin

Tags
ORM\Table

(name="mz_product_orphelin")

ORM\Entity

(repositoryClass="AppBundle\Repository\ProductOrphelinRepository")

Table of Contents

Properties

$emplacements  : mixed
$id  : int
$product  : mixed
$qty  : int

Methods

getEmplacements()  : Emplacement
Get emplacements
getId()  : int
Get id
getProduct()  : Product
Get product
getQty()  : int
Get qty
setEmplacements()  : ProductOrphelin
Set emplacements
setProduct()  : ProductOrphelin
Set product
setQty()  : ProductOrphelin
Set qty

Properties

$emplacements

private mixed $emplacements
Tags
ORM\ManyToOne

(targetEntity="Emplacement", inversedBy="productOrphelin")

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$product

private mixed $product
Tags
ORM\ManyToOne

(targetEntity="Product", inversedBy="productOrphelin")

$qty

private int $qty
Tags
ORM\Column

(name="qty", type="integer", nullable=true)

Methods


        
On this page

Search results