ProductStockValue0104202231082023
in package
ProductStockValue
Tags
Table of Contents
Properties
- $arrivalAvg : float|null
- $arrivalQty : float|null
- $avgUnitStockValue : float|null
- $date : DateTime|null
- $id : int|null
- $logisticsBufferStock : float|null
- $physicalInventory : float|null
- $product : mixed
- $qty : float|null
- $qtyInTransit : float|null
- $totalPrice : float|null
- $totalPriceInTransit : float|null
- $unitValue : string|null
Methods
- getArrivalAvg() : float|null
- getArrivalQty() : float|null
- getAvgUnitStockValue() : float|null
- getDate() : DateTime|null
- getId() : int
- Get id
- getLogisticsBufferStock() : float|null
- getPhysicalInventory() : float|null
- getProduct() : mixed|Product
- getQty() : float|null
- getQtyInTransit() : int|null
- getTotalPrice() : float|null
- getTotalPriceInTransit() : float|null
- getUnitValue() : array<string|int, mixed>|null
- setArrivalAvg() : void
- setArrivalQty() : void
- setAvgUnitStockValue() : void
- setDate() : void
- setLogisticsBufferStock() : void
- setPhysicalInventory() : void
- setProduct() : void
- setQty() : void
- setQtyInTransit() : void
- setTotalPrice() : void
- setTotalPriceInTransit() : void
- setUnitValue() : void
Properties
$arrivalAvg
private
float|null
$arrivalAvg
Tags
$arrivalQty
private
float|null
$arrivalQty
Tags
$avgUnitStockValue
private
float|null
$avgUnitStockValue
Tags
$date
private
DateTime|null
$date
Tags
$id
private
int|null
$id
Tags
$logisticsBufferStock
private
float|null
$logisticsBufferStock
= 0
Tags
$physicalInventory
private
float|null
$physicalInventory
= 0
Tags
$product
private
mixed
$product
Tags
$qty
private
float|null
$qty
Tags
$qtyInTransit
private
float|null
$qtyInTransit
= 0
Tags
$totalPrice
private
float|null
$totalPrice
Tags
$totalPriceInTransit
private
float|null
$totalPriceInTransit
= 0
Tags
$unitValue
private
string|null
$unitValue
Tags
Methods
getArrivalAvg()
public
getArrivalAvg() : float|null
Return values
float|nullgetArrivalQty()
public
getArrivalQty() : float|null
Return values
float|nullgetAvgUnitStockValue()
public
getAvgUnitStockValue() : float|null
Return values
float|nullgetDate()
public
getDate() : DateTime|null
Return values
DateTime|nullgetId()
Get id
public
getId() : int
Return values
intgetLogisticsBufferStock()
public
getLogisticsBufferStock() : float|null
Return values
float|nullgetPhysicalInventory()
public
getPhysicalInventory() : float|null
Return values
float|nullgetProduct()
public
getProduct() : mixed|Product
Return values
mixed|ProductgetQty()
public
getQty() : float|null
Return values
float|nullgetQtyInTransit()
public
getQtyInTransit() : int|null
Return values
int|nullgetTotalPrice()
public
getTotalPrice() : float|null
Return values
float|nullgetTotalPriceInTransit()
public
getTotalPriceInTransit() : float|null
Return values
float|nullgetUnitValue()
public
getUnitValue() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullsetArrivalAvg()
public
setArrivalAvg(float|null $arrivalAvg) : void
Parameters
- $arrivalAvg : float|null
setArrivalQty()
public
setArrivalQty(float|null $arrivalQty) : void
Parameters
- $arrivalQty : float|null
setAvgUnitStockValue()
public
setAvgUnitStockValue(float|null $physicalInventory) : void
Parameters
- $physicalInventory : float|null
setDate()
public
setDate(DateTime|null $date) : void
Parameters
- $date : DateTime|null
setLogisticsBufferStock()
public
setLogisticsBufferStock(float|null $logisticsBufferStock) : void
Parameters
- $logisticsBufferStock : float|null
setPhysicalInventory()
public
setPhysicalInventory(float|null $physicalInventory) : void
Parameters
- $physicalInventory : float|null
setProduct()
public
setProduct(mixed $product) : void
Parameters
- $product : mixed
setQty()
public
setQty(float|null $qty) : void
Parameters
- $qty : float|null
setQtyInTransit()
public
setQtyInTransit(mixed $qtyInTransit) : void
Parameters
- $qtyInTransit : mixed
setTotalPrice()
public
setTotalPrice(float|null $totalPrice) : void
Parameters
- $totalPrice : float|null
setTotalPriceInTransit()
public
setTotalPriceInTransit(float|null $totalPriceInTransit) : void
Parameters
- $totalPriceInTransit : float|null
setUnitValue()
public
setUnitValue(array<string|int, mixed>|null $unitValue) : void
Parameters
- $unitValue : array<string|int, mixed>|null