Logidav Docs

CommandProduct
in package

CommandProduct

Tags
ORM\Table

(name="mz_command_product")

ORM\Entity

(repositoryClass="AppBundle\Repository\CommandProductRepository")

Table of Contents

Properties

$command  : mixed
$containerproducts  : mixed
$createdAt  : Date
$id  : int
$product  : mixed
$qtyOrdred  : int
$qtyShipped  : int
$updatedAt  : Date
$value  : float

Methods

getCommand()  : Command
Get command
getCreatedAt()  : DateTime
Get createdAt
getId()  : int
Get id
getProduct()  : Product
Get product
getQtyOrdred()  : int
Get qtyOrdred
getQtyShipped()  : int
Get qtyShipped
getUpdatedAt()  : DateTime
Get updatedAt
getValue()  : float
setCommand()  : CommandProduct
Set command
setCreatedAt()  : CommandProduct
Set createdAt
setProduct()  : CommandProduct
Set product
setQtyOrdred()  : CommandProduct
Set qtyOrdred
setQtyShipped()  : CommandProduct
Set qtyShipped
setUpdatedAt()  : CommandProduct
Set updatedAt
setValue()  : mixed

Properties

$command

private mixed $command
Tags
ORM\ManyToOne

(targetEntity="Command", inversedBy="products")

ORM\JoinColumn

(nullable=false)

$containerproducts

private mixed $containerproducts
Tags
ORM\OneToMany

(targetEntity="ContainerProduct", mappedBy="commandProduct")

$createdAt

private Date $createdAt
Tags
ORM\Column

(name="created_at", type="datetime")

$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="command")

ORM\JoinColumn

(nullable=false)

$qtyOrdred

private int $qtyOrdred
Tags
ORM\Column

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

$qtyShipped

private int $qtyShipped
Tags
ORM\Column

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

$updatedAt

private Date $updatedAt
Tags
ORM\Column

(name="updated_at", type="datetime")

$value

private float $value
Tags
ORM\Column

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

Methods

getCreatedAt()

Get createdAt

public getCreatedAt() : DateTime
Return values
DateTime

getQtyOrdred()

Get qtyOrdred

public getQtyOrdred() : int
Return values
int

getQtyShipped()

Get qtyShipped

public getQtyShipped() : int
Return values
int

getUpdatedAt()

Get updatedAt

public getUpdatedAt() : DateTime
Return values
DateTime

setValue()

public setValue(float|null $value) : mixed
Parameters
$value : float|null

        
On this page

Search results