ProductStockValueAt20210331C1204
in package
ProductStockValueAt20210331C1204
Tags
Table of Contents
Properties
- $containerQty : float|null
- $containerValue : float|null
- $id : int|null
- $product : mixed
- $qty : float|null
- $value : float|null
Methods
- getContainerQty() : float|null
- getContainerValue() : float|null
- getId() : int|null
- getProduct() : mixed|Product
- getQty() : float|null
- getValue() : float|null
- setContainerQty() : void
- setContainerValue() : void
- setProduct() : void
- setQty() : void
- setValue() : void
Properties
$containerQty
private
float|null
$containerQty
Tags
$containerValue
private
float|null
$containerValue
Tags
$id
private
int|null
$id
Tags
$product
private
mixed
$product
Tags
$qty
private
float|null
$qty
Tags
$value
private
float|null
$value
Tags
Methods
getContainerQty()
public
getContainerQty() : float|null
Return values
float|nullgetContainerValue()
public
getContainerValue() : float|null
Return values
float|nullgetId()
public
getId() : int|null
Return values
int|nullgetProduct()
public
getProduct() : mixed|Product
Return values
mixed|ProductgetQty()
public
getQty() : float|null
Return values
float|nullgetValue()
public
getValue() : float|null
Return values
float|nullsetContainerQty()
public
setContainerQty(float|null $containerQty) : void
Parameters
- $containerQty : float|null
setContainerValue()
public
setContainerValue(float|null $containerValue) : void
Parameters
- $containerValue : float|null
setProduct()
public
setProduct(mixed $product) : void
Parameters
- $product : mixed
setQty()
public
setQty(float|null $qty) : void
Parameters
- $qty : float|null
setValue()
public
setValue(float|null $value) : void
Parameters
- $value : float|null