Logidav Docs

ProductPriceSheetLog
in package

ProductPriceSheetLog

Tags
ORM\Table

(name="mz_product_price_sheet_log")

ORM\Entity

(repositoryClass="AppBundle\Repository\ProductPriceSheetLogRepository")

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
ORM\Column

(name="arrival_qty", type="integer")

$createdAt

private DateTime $createdAt
Tags
ORM\Column

(name="created_at", type="datetime")

$id

private int $id
Tags
ORM\Column

(name="id", type="integer")

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$newPrice

private int $newPrice
Tags
ORM\Column

(name="new_price", type="decimal", precision=12, scale=4)

$product

private mixed $product
Tags
ORM\ManyToOne

(targetEntity="Product")

ORM\JoinColumn

(nullable=false)

$soldQtyIn90Days

private int $soldQtyIn90Days
Tags
ORM\Column

(name="sold_qty_in_90_days", type="integer")

$stockStatus

private string $stockStatus
Tags
ORM\Column

(name="stock_status", type="string")

Methods

setArrivalQty()

public setArrivalQty(int $arrivalQty) : void
Parameters
$arrivalQty : int

setCreatedAt()

public setCreatedAt(DateTime $createdAt) : void
Parameters
$createdAt : DateTime

setSoldQtyIn90Days()

public setSoldQtyIn90Days(int $soldQtyIn90Days) : void
Parameters
$soldQtyIn90Days : int

setStockStatus()

public setStockStatus(string $stockStatus) : void
Parameters
$stockStatus : string

        
On this page

Search results