ProductPriceSheetLog
in package
ProductPriceSheetLog
Tags
Table of Contents
Properties
- $arrivalQty : int
- $createdAt : DateTime
- $id : int
- $nbMonths : int
- $newPrice : int
- $product : mixed
- $qty : int
- $soldQtyIn90Days : int
- $stockStatus : string
- $user : mixed
Methods
- getArrivalQty() : int
- getCreatedAt() : DateTime
- getId() : int
- Get id
- getNbMonths() : int
- getNewPrice() : int
- getProduct() : mixed
- getQty() : int
- getSoldQtyIn90Days() : int
- getStockStatus() : string
- getUser() : mixed
- setArrivalQty() : void
- setCreatedAt() : void
- setNbMonths() : void
- setNewPrice() : void
- setProduct() : void
- setQty() : void
- setSoldQtyIn90Days() : void
- setStockStatus() : void
- setUser() : void
Properties
$arrivalQty
private
int
$arrivalQty
Tags
$createdAt
private
DateTime
$createdAt
Tags
$id
private
int
$id
Tags
$nbMonths
private
int
$nbMonths
Tags
$newPrice
private
int
$newPrice
Tags
$product
private
mixed
$product
Tags
$qty
private
int
$qty
Tags
$soldQtyIn90Days
private
int
$soldQtyIn90Days
Tags
$stockStatus
private
string
$stockStatus
Tags
$user
private
mixed
$user
Tags
Methods
getArrivalQty()
public
getArrivalQty() : int
Return values
intgetCreatedAt()
public
getCreatedAt() : DateTime
Return values
DateTimegetId()
Get id
public
getId() : int
Return values
intgetNbMonths()
public
getNbMonths() : int
Return values
intgetNewPrice()
public
getNewPrice() : int
Return values
intgetProduct()
public
getProduct() : mixed
getQty()
public
getQty() : int
Return values
intgetSoldQtyIn90Days()
public
getSoldQtyIn90Days() : int
Return values
intgetStockStatus()
public
getStockStatus() : string
Return values
stringgetUser()
public
getUser() : mixed
setArrivalQty()
public
setArrivalQty(int $arrivalQty) : void
Parameters
- $arrivalQty : int
setCreatedAt()
public
setCreatedAt(DateTime $createdAt) : void
Parameters
- $createdAt : DateTime
setNbMonths()
public
setNbMonths(int $nbMonths) : void
Parameters
- $nbMonths : int
setNewPrice()
public
setNewPrice(int $newPrice) : void
Parameters
- $newPrice : int
setProduct()
public
setProduct(mixed $product) : void
Parameters
- $product : mixed
setQty()
public
setQty(int $qty) : void
Parameters
- $qty : int
setSoldQtyIn90Days()
public
setSoldQtyIn90Days(int $soldQtyIn90Days) : void
Parameters
- $soldQtyIn90Days : int
setStockStatus()
public
setStockStatus(string $stockStatus) : void
Parameters
- $stockStatus : string
setUser()
public
setUser(mixed $user) : void
Parameters
- $user : mixed