Logidav Docs

Product
in package

Product

Tags
ORM\Table

(name="mz_cmp_product")

ORM\Entity

(repositoryClass="CmpBundle\Repository\ProductRepository")

Table of Contents

Properties

$cmpSku  : string
$codeEcomob  : string|null
$codeEcotaxe  : string|null
$color  : string|null
$deeeTax  : string|null
$ean  : string|null
$ecomobTax  : string|null
$familly  : string|null
$gamme  : string|null
$horsGabarit  : string|null
$id  : int
$isActive  : bool|null
$isSelected  : bool
$lastUpdatedDate  : string|null
$longDesc  : string|null
$longDescEn  : string|null
$menzzoPrice  : float
$minOrderQty  : string|null
$name  : string|null
$nature  : string|null
$newProduct  : mixed
$nextAvailabilityDate  : string|null
$orderByPcbMandatory  : string|null
$packageDimCm  : string|null
$parentCategory  : mixed
$partnumber  : string|null
$pcb  : string|null
$product  : mixed
$productDimCm  : string|null
$productWeightGr  : string|null
$qtyAvailable  : int|null
$qtyOnOrder  : string|null
$setOf  : int
$shippingPrice  : float
$shortDesc  : string|null
$shortDescEn  : string|null
$sku  : string|null
$status  : string|null
$subCategory  : mixed
$subFamilly  : string|null
$trade  : string|null
$tvaCode  : string|null
$unitPrice  : float|null
$univers  : string|null
$urlImgGlobal  : string|null
$urlImgPack  : string|null
$urlImgSitu  : string|null
$urlImgVisu  : string|null

Methods

getCmpSku()  : string
getCodeEcomob()  : string|null
getCodeEcotaxe()  : string|null
getColor()  : string|null
getDeeeTax()  : string|null
getEan()  : string|null
getEcomobTax()  : string|null
getFamilly()  : string|null
getGamme()  : string|null
getHorsGabarit()  : string|null
getId()  : int
getImages()  : array<string|int, mixed>|mixed
getLastUpdatedDate()  : string|null
getLongDesc()  : string|null
getLongDescEn()  : string|null
getMenzzoPrice()  : float
getMinOrderQty()  : string|null
getName()  : string|null
getNature()  : string|null
getNewProduct()  : mixed
getNextAvailabilityDate()  : string|null
getOrderByPcbMandatory()  : string|null
getPackageDimCm()  : string|null
getParentCategory()  : mixed
getPartnumber()  : string|null
getPcb()  : string|null
getProduct()  : mixed
getProductDimCm()  : string|null
getProductWeightGr()  : float|null
getQtyAvailable()  : float|null
getQtyOnOrder()  : string|null
getSetOf()  : int
getShippingPrice()  : float|int
getShortDesc()  : string|null
getShortDescEn()  : string|null
getSku()  : string|null
getStatus()  : string|null
getSubCategory()  : mixed
getSubFamilly()  : string|null
getTrade()  : string|null
getTvaCode()  : string|null
getUnitPrice()  : float|null
getUnivers()  : string|null
getUrlImgGlobal()  : string|null
getUrlImgPack()  : string|null
getUrlImgSitu()  : array<string|int, mixed>|mixed
getUrlImgVisu()  : array<string|int, mixed>|mixed
getWeight()  : string|null
return kg
isActive()  : bool
isSelected()  : bool
setCmpSku()  : void
setCodeEcomob()  : void
setCodeEcotaxe()  : void
setColor()  : void
setDeeeTax()  : void
setEan()  : void
setEcomobTax()  : void
setFamilly()  : void
setGamme()  : void
setHorsGabarit()  : void
setId()  : void
setIsActive()  : void
setIsSelected()  : void
setLastUpdatedDate()  : void
setLongDesc()  : void
setLongDescEn()  : void
setMenzzoPrice()  : void
setMinOrderQty()  : void
setName()  : void
setNature()  : void
setNewProduct()  : void
setNextAvailabilityDate()  : void
setOrderByPcbMandatory()  : void
setPackageDimCm()  : void
setParentCategory()  : void
setPartnumber()  : void
setPcb()  : void
setProduct()  : void
setProductDimCm()  : void
setProductWeightGr()  : void
setQtyAvailable()  : void
setQtyOnOrder()  : void
setSetOf()  : void
setShippingPrice()  : void
setShortDesc()  : void
setShortDescEn()  : void
setSku()  : void
setStatus()  : void
setSubCategory()  : void
setSubFamilly()  : void
setTrade()  : void
setTvaCode()  : void
setUnitPrice()  : void
setUnivers()  : void
setUrlImgGlobal()  : void
setUrlImgPack()  : void
setUrlImgSitu()  : void
setUrlImgVisu()  : void

Properties

$cmpSku

private string $cmpSku
Tags
ORM\Column

(name="cmp_sku",type="string", nullable=true)

$codeEcomob

private string|null $codeEcomob
Tags
ORM\Column

(name="code_ecomob", type="string", nullable=true)

$codeEcotaxe

private string|null $codeEcotaxe
Tags
ORM\Column

(name="code_ecotaxe", type="string", nullable=true)

$color

private string|null $color
Tags
ORM\Column

(name="color", type="string", nullable=true)

$deeeTax

private string|null $deeeTax
Tags
ORM\Column

(name="deee_tax", type="string", nullable=true)

$ean

private string|null $ean
Tags
ORM\Column

(name="ean", type="string", nullable=true)

$ecomobTax

private string|null $ecomobTax
Tags
ORM\Column

(name="ecomob_tax", type="string", nullable=true)

$familly

private string|null $familly
Tags
ORM\Column

(name="familly", type="string", nullable=true)

$gamme

private string|null $gamme
Tags
ORM\Column

(name="gamme", type="string", nullable=true)

$horsGabarit

private string|null $horsGabarit
Tags
ORM\Column

(name="hors_gabarit", type="string", nullable=true)

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$isActive

private bool|null $isActive
Tags
ORM\Column

(name="is_active", type="boolean", options={"default" = true})

$isSelected

private bool $isSelected
Tags
ORM\Column

(name="is_selected", type="boolean", options={"default" = false})

$lastUpdatedDate

private string|null $lastUpdatedDate
Tags
ORM\Column

(name="last_updated_date", type="string", nullable=true)

$longDesc

private string|null $longDesc
Tags
ORM\Column

(name="long_desc", type="text", nullable=true)

$longDescEn

private string|null $longDescEn
Tags
ORM\Column

(name="long_desc_En", type="text", nullable=true)

$menzzoPrice

private float $menzzoPrice = 0
Tags
ORM\Column

(name="menzzo_price", type="decimal", nullable=true, precision=12, scale=4, options={"default" = 0})

$minOrderQty

private string|null $minOrderQty
Tags
ORM\Column

(name="min_order_qty", type="string", nullable=true)

$name

private string|null $name
Tags
ORM\Column

(name="name", type="string", nullable=true)

$nature

private string|null $nature
Tags
ORM\Column

(name="nature", type="string", nullable=true)

$newProduct

private mixed $newProduct
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\NewProduct")

ORM\JoinColumn

(name="new_product_id", referencedColumnName="id", onDelete="SET NULL")

$nextAvailabilityDate

private string|null $nextAvailabilityDate
Tags
ORM\Column

(name="next_availability_date", type="string", nullable=true)

$orderByPcbMandatory

private string|null $orderByPcbMandatory
Tags
ORM\Column

(name="order_by_pcb_mandatory", type="string", nullable=true)

$packageDimCm

private string|null $packageDimCm
Tags
ORM\Column

(name="package_dim_cm", type="string", nullable=true)

$parentCategory

private mixed $parentCategory
Tags
ORM\ManyToOne

(targetEntity="CmpBundle\Entity\Category")

ORM\JoinColumn

(name="parent_category", referencedColumnName="id", onDelete="SET NULL")

$partnumber

private string|null $partnumber
Tags
ORM\Column

(name="partnumber", type="string", nullable=true)

$pcb

private string|null $pcb
Tags
ORM\Column

(name="pcb", type="string", nullable=true)

$product

private mixed $product
Tags
ORM\OneToOne

(targetEntity="AppBundle\Entity\Product")

ORM\JoinColumn

(name="product_id", referencedColumnName="id", onDelete="SET NULL")

$productDimCm

private string|null $productDimCm
Tags
ORM\Column

(name="product_dim_cm", type="string", nullable=true)

$productWeightGr

private string|null $productWeightGr
Tags
ORM\Column

(name="product_weight_gr", type="decimal", nullable=true,precision=12, scale=4)

$qtyAvailable

private int|null $qtyAvailable
Tags
ORM\Column

(name="qty_available", type="integer", nullable=true ,options={"default" = 0})

$qtyOnOrder

private string|null $qtyOnOrder
Tags
ORM\Column

(name="qty_on_order", type="string", nullable=true)

$setOf

private int $setOf = 1
Tags
ORM\Column

(name="set_of", type="integer", nullable=true, options={"default" = 1})

$shippingPrice

private float $shippingPrice = 0
Tags
ORM\Column

(name="shipping_price", type="decimal", nullable=true, precision=12, scale=4, options={"default" = 0})

$shortDesc

private string|null $shortDesc
Tags
ORM\Column

(name="short_desc", type="text", nullable=true)

$shortDescEn

private string|null $shortDescEn
Tags
ORM\Column

(name="short_desc_En", type="text", nullable=true)

$sku

private string|null $sku
Tags
ORM\Column

(name="sku", type="string", nullable=true, unique=true)

$status

private string|null $status
Tags
ORM\Column

(name="status", type="string", nullable=true)

$subCategory

private mixed $subCategory
Tags
ORM\ManyToOne

(targetEntity="CmpBundle\Entity\Category")

ORM\JoinColumn

(name="sub_category_id", referencedColumnName="id", onDelete="SET NULL")

$subFamilly

private string|null $subFamilly
Tags
ORM\Column

(name="sub_familly", type="string", nullable=true)

$trade

private string|null $trade
Tags
ORM\Column

(name="trade", type="string", nullable=true)

$tvaCode

private string|null $tvaCode
Tags
ORM\Column

(name="tva_code", type="string", nullable=true)

$unitPrice

private float|null $unitPrice
Tags
ORM\Column

(name="unit_price", type="decimal", nullable=true, precision=12, scale=4, options={"default" = 0})

$univers

private string|null $univers
Tags
ORM\Column

(name="univers", type="string", nullable=true)

$urlImgGlobal

private string|null $urlImgGlobal
Tags
ORM\Column

(name="url_img_global", type="string", nullable=true)

$urlImgPack

private string|null $urlImgPack
Tags
ORM\Column

(name="url_img_pack", type="string", nullable=true)

$urlImgSitu

private string|null $urlImgSitu
Tags
ORM\Column

(name="url_img_situ", type="text", nullable=true)

$urlImgVisu

private string|null $urlImgVisu
Tags
ORM\Column

(name="url_img_visu", type="text", nullable=true)

Methods

getCmpSku()

public getCmpSku() : string
Return values
string

getCodeEcomob()

public getCodeEcomob() : string|null
Return values
string|null

getCodeEcotaxe()

public getCodeEcotaxe() : string|null
Return values
string|null

getColor()

public getColor() : string|null
Return values
string|null

getDeeeTax()

public getDeeeTax() : string|null
Return values
string|null

getEan()

public getEan() : string|null
Return values
string|null

getEcomobTax()

public getEcomobTax() : string|null
Return values
string|null

getFamilly()

public getFamilly() : string|null
Return values
string|null

getGamme()

public getGamme() : string|null
Return values
string|null

getHorsGabarit()

public getHorsGabarit() : string|null
Return values
string|null

getId()

public getId() : int
Return values
int

getImages()

public getImages() : array<string|int, mixed>|mixed
Return values
array<string|int, mixed>|mixed

getLastUpdatedDate()

public getLastUpdatedDate() : string|null
Return values
string|null

getLongDesc()

public getLongDesc() : string|null
Return values
string|null

getLongDescEn()

public getLongDescEn() : string|null
Return values
string|null

getMenzzoPrice()

public getMenzzoPrice() : float
Return values
float

getMinOrderQty()

public getMinOrderQty() : string|null
Return values
string|null

getName()

public getName() : string|null
Return values
string|null

getNature()

public getNature() : string|null
Return values
string|null

getNewProduct()

public getNewProduct() : mixed

getNextAvailabilityDate()

public getNextAvailabilityDate() : string|null
Return values
string|null

getOrderByPcbMandatory()

public getOrderByPcbMandatory() : string|null
Return values
string|null

getPackageDimCm()

public getPackageDimCm() : string|null
Return values
string|null

getParentCategory()

public getParentCategory() : mixed

getPartnumber()

public getPartnumber() : string|null
Return values
string|null

getPcb()

public getPcb() : string|null
Return values
string|null

getProduct()

public getProduct() : mixed

getProductDimCm()

public getProductDimCm() : string|null
Return values
string|null

getProductWeightGr()

public getProductWeightGr() : float|null
Return values
float|null

getQtyAvailable()

public getQtyAvailable() : float|null
Return values
float|null

getQtyOnOrder()

public getQtyOnOrder() : string|null
Return values
string|null

getSetOf()

public getSetOf() : int
Return values
int

getShippingPrice()

public getShippingPrice() : float|int
Return values
float|int

getShortDesc()

public getShortDesc() : string|null
Return values
string|null

getShortDescEn()

public getShortDescEn() : string|null
Return values
string|null

getSku()

public getSku() : string|null
Return values
string|null

getStatus()

public getStatus() : string|null
Return values
string|null

getSubCategory()

public getSubCategory() : mixed

getSubFamilly()

public getSubFamilly() : string|null
Return values
string|null

getTrade()

public getTrade() : string|null
Return values
string|null

getTvaCode()

public getTvaCode() : string|null
Return values
string|null

getUnitPrice()

public getUnitPrice() : float|null
Return values
float|null

getUnivers()

public getUnivers() : string|null
Return values
string|null

getUrlImgGlobal()

public getUrlImgGlobal() : string|null
Return values
string|null

getUrlImgPack()

public getUrlImgPack() : string|null
Return values
string|null

getUrlImgSitu()

public getUrlImgSitu() : array<string|int, mixed>|mixed
Return values
array<string|int, mixed>|mixed

getUrlImgVisu()

public getUrlImgVisu() : array<string|int, mixed>|mixed
Return values
array<string|int, mixed>|mixed

getWeight()

return kg

public getWeight() : string|null
Return values
string|null

isActive()

public isActive() : bool
Return values
bool

isSelected()

public isSelected() : bool
Return values
bool

setCmpSku()

public setCmpSku(mixed $cmpSku) : void
Parameters
$cmpSku : mixed

setCodeEcomob()

public setCodeEcomob(string|null $codeEcomob) : void
Parameters
$codeEcomob : string|null

setCodeEcotaxe()

public setCodeEcotaxe(string|null $codeEcotaxe) : void
Parameters
$codeEcotaxe : string|null

setColor()

public setColor(string|null $color) : void
Parameters
$color : string|null

setDeeeTax()

public setDeeeTax(string|null $deeeTax) : void
Parameters
$deeeTax : string|null

setEan()

public setEan(string|null $ean) : void
Parameters
$ean : string|null

setEcomobTax()

public setEcomobTax(string|null $ecomobTax) : void
Parameters
$ecomobTax : string|null

setFamilly()

public setFamilly(string|null $familly) : void
Parameters
$familly : string|null

setGamme()

public setGamme(string|null $gamme) : void
Parameters
$gamme : string|null

setHorsGabarit()

public setHorsGabarit(string|null $horsGabarit) : void
Parameters
$horsGabarit : string|null

setId()

public setId(int|null $id) : void
Parameters
$id : int|null

setIsActive()

public setIsActive(bool|null $isActive) : void
Parameters
$isActive : bool|null

setIsSelected()

public setIsSelected(bool|null $isSelected) : void
Parameters
$isSelected : bool|null

setLastUpdatedDate()

public setLastUpdatedDate(string|null $lastUpdatedDate) : void
Parameters
$lastUpdatedDate : string|null

setLongDesc()

public setLongDesc(string|null $longDesc) : void
Parameters
$longDesc : string|null

setLongDescEn()

public setLongDescEn(string|null $longDescEn) : void
Parameters
$longDescEn : string|null

setMenzzoPrice()

public setMenzzoPrice(float $menzzoPrice) : void
Parameters
$menzzoPrice : float

setMinOrderQty()

public setMinOrderQty(string|null $minOrderQty) : void
Parameters
$minOrderQty : string|null

setName()

public setName(string|null $name) : void
Parameters
$name : string|null

setNature()

public setNature(string|null $nature) : void
Parameters
$nature : string|null

setNewProduct()

public setNewProduct(mixed $newProduct) : void
Parameters
$newProduct : mixed

setNextAvailabilityDate()

public setNextAvailabilityDate(string|null $nextAvailabilityDate) : void
Parameters
$nextAvailabilityDate : string|null

setOrderByPcbMandatory()

public setOrderByPcbMandatory(string|null $orderByPcbMandatory) : void
Parameters
$orderByPcbMandatory : string|null

setPackageDimCm()

public setPackageDimCm(string|null $packageDimCm) : void
Parameters
$packageDimCm : string|null

setParentCategory()

public setParentCategory(mixed $parentCategory) : void
Parameters
$parentCategory : mixed

setPartnumber()

public setPartnumber(string|null $partnumber) : void
Parameters
$partnumber : string|null

setPcb()

public setPcb(string|null $pcb) : void
Parameters
$pcb : string|null

setProduct()

public setProduct(mixed $product) : void
Parameters
$product : mixed

setProductDimCm()

public setProductDimCm(string|null $productDimCm) : void
Parameters
$productDimCm : string|null

setProductWeightGr()

public setProductWeightGr(string|null $productWeightGr) : void
Parameters
$productWeightGr : string|null

setQtyAvailable()

public setQtyAvailable(int|null $qtyAvailable) : void
Parameters
$qtyAvailable : int|null

setQtyOnOrder()

public setQtyOnOrder(string|null $qtyOnOrder) : void
Parameters
$qtyOnOrder : string|null

setSetOf()

public setSetOf(mixed $setOf) : void
Parameters
$setOf : mixed

setShippingPrice()

public setShippingPrice(float|int $shippingPrice) : void
Parameters
$shippingPrice : float|int

setShortDesc()

public setShortDesc(string|null $shortDesc) : void
Parameters
$shortDesc : string|null

setShortDescEn()

public setShortDescEn(string|null $shortDescEn) : void
Parameters
$shortDescEn : string|null

setSku()

public setSku(string|null $sku) : void
Parameters
$sku : string|null

setStatus()

public setStatus(string|null $status) : void
Parameters
$status : string|null

setSubCategory()

public setSubCategory(mixed $subCategory) : void
Parameters
$subCategory : mixed

setSubFamilly()

public setSubFamilly(string|null $subFamilly) : void
Parameters
$subFamilly : string|null

setTrade()

public setTrade(string|null $trade) : void
Parameters
$trade : string|null

setTvaCode()

public setTvaCode(string|null $tvaCode) : void
Parameters
$tvaCode : string|null

setUnitPrice()

public setUnitPrice(float|null $unitPrice) : void
Parameters
$unitPrice : float|null

setUnivers()

public setUnivers(string|null $univers) : void
Parameters
$univers : string|null

setUrlImgGlobal()

public setUrlImgGlobal(string|null $urlImgGlobal) : void
Parameters
$urlImgGlobal : string|null

setUrlImgPack()

public setUrlImgPack(string|null $urlImgPack) : void
Parameters
$urlImgPack : string|null

setUrlImgSitu()

public setUrlImgSitu(string|null $urlImgSitu) : void
Parameters
$urlImgSitu : string|null

setUrlImgVisu()

public setUrlImgVisu(string|null $urlImgVisu) : void
Parameters
$urlImgVisu : string|null

        
On this page

Search results