CommandProduct
in package
CommandProduct
Tags
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
$containerproducts
private
mixed
$containerproducts
Tags
$createdAt
private
Date
$createdAt
Tags
$id
private
int
$id
Tags
$product
private
mixed
$product
Tags
$qtyOrdred
private
int
$qtyOrdred
Tags
$qtyShipped
private
int
$qtyShipped
Tags
$updatedAt
private
Date
$updatedAt
Tags
$value
private
float
$value
Tags
Methods
getCommand()
Get command
public
getCommand() : Command
Return values
CommandgetCreatedAt()
Get createdAt
public
getCreatedAt() : DateTime
Return values
DateTimegetId()
Get id
public
getId() : int
Return values
intgetProduct()
Get product
public
getProduct() : Product
Return values
ProductgetQtyOrdred()
Get qtyOrdred
public
getQtyOrdred() : int
Return values
intgetQtyShipped()
Get qtyShipped
public
getQtyShipped() : int
Return values
intgetUpdatedAt()
Get updatedAt
public
getUpdatedAt() : DateTime
Return values
DateTimegetValue()
public
getValue() : float
Return values
floatsetCommand()
Set command
public
setCommand(Command $command) : CommandProduct
Parameters
- $command : Command
Return values
CommandProductsetCreatedAt()
Set createdAt
public
setCreatedAt(DateTime $createdAt) : CommandProduct
Parameters
- $createdAt : DateTime
Return values
CommandProductsetProduct()
Set product
public
setProduct(Product $product) : CommandProduct
Parameters
- $product : Product
Return values
CommandProductsetQtyOrdred()
Set qtyOrdred
public
setQtyOrdred(int $qtyOrdred) : CommandProduct
Parameters
- $qtyOrdred : int
Return values
CommandProductsetQtyShipped()
Set qtyShipped
public
setQtyShipped(int $qtyShipped) : CommandProduct
Parameters
- $qtyShipped : int
Return values
CommandProductsetUpdatedAt()
Set updatedAt
public
setUpdatedAt(DateTime $updatedAt) : CommandProduct
Parameters
- $updatedAt : DateTime
Return values
CommandProductsetValue()
public
setValue(float|null $value) : mixed
Parameters
- $value : float|null