ContainerProduct
in package
ContainerProduct
Tags
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
$container
private
mixed
$container
Tags
$id
private
int
$id
Tags
$qty
private
int
$qty
Tags
$unitValue
private
float|null
$unitValue
Tags
$unitValueParams
private
text
$unitValueParams
Tags
Methods
getCommandProduct()
Get commandproduct
public
getCommandProduct() : CommandProduct
Return values
CommandProductgetContainer()
Get container
public
getContainer() : Container
Return values
ContainergetId()
Get id
public
getId() : int
Return values
intgetQty()
Get qty
public
getQty() : int
Return values
intgetUnitValue()
public
getUnitValue() : float
Return values
floatgetUnitValueParams()
public
getUnitValueParams() : text
Return values
textsetCommandProduct()
Set commandproduct
public
setCommandProduct([CommandProduct $commandProduct = null ]) : CommandProduct
Parameters
- $commandProduct : CommandProduct = null
Return values
CommandProductsetContainer()
Set container
public
setContainer([Container $container = null ]) : ContainerProduct
Parameters
- $container : Container = null
Return values
ContainerProductsetQty()
Set qty
public
setQty(int $qty) : ContainerProduct
Parameters
- $qty : int
Return values
ContainerProductsetUnitValue()
public
setUnitValue(int $unitValue) : ContainerProduct
Parameters
- $unitValue : int
Return values
ContainerProductsetUnitValueParams()
public
setUnitValueParams(text $unitValueParams) : mixed
Parameters
- $unitValueParams : text