Logidav Docs

NotioProduct
in package

NotioProduct

Tags
ORM\Table

(name="mz_notio_product")

ORM\Entity

(repositoryClass="NotioBundle\Repository\NotioProductRepository")

Table of Contents

Properties

$brand  : string|null
$category  : string|null
$color  : string|null
$ddpPrice  : float
$depth  : float
$description  : string|null
$ean  : string|null
$height  : float
$id  : int
$images  : string|null
$isMonocolis  : bool
$isSelected  : bool
$material  : string|null
$menzzoPrice  : float
$modelName  : string|null
$nbParcels  : string|null
$netWeight  : float
$newProduct  : mixed
$product  : mixed
$shippingBoxDimensions  : string|null
$sku  : string|null
$title  : string|null
$width  : float

Methods

getBrand()  : string|null
getCategory()  : string|null
getColor()  : string|null
getDdpPrice()  : float
getDepth()  : float|int
getDescription()  : string|null
getEan()  : string|null
getHeight()  : float|int
getId()  : int
getImages()  : array<string|int, mixed>|mixed|string|null
getIsMonocolis()  : bool
getIsSelected()  : bool|int
getMaterial()  : string|null
getMenzzoPrice()  : float
getModelName()  : string|null
getNbParcels()  : int|null
getNetWeight()  : float|int
getNewProduct()  : mixed|null|NewProduct
getProduct()  : mixed|Product|null
getShippingBoxDimensions()  : array<string|int, mixed>|string|null
getSku()  : string|null
getTitle()  : string|null
getWidth()  : float|int
setBrand()  : void
setCategory()  : void
setColor()  : void
setDdpPrice()  : void
setDepth()  : void
setDescription()  : void
setEan()  : void
setHeight()  : void
setImages()  : void
setIsMonocolis()  : void
setIsSelected()  : void
setMaterial()  : void
setMenzzoPrice()  : void
setModelName()  : void
setNbParcels()  : void
setNetWeight()  : void
setNewProduct()  : NotioProduct
setProduct()  : NotioProduct
setShippingBoxDimensions()  : void
setSku()  : void
setTitle()  : void
setWidth()  : void

Properties

$brand

private string|null $brand
Tags
ORM\Column

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

$category

private string|null $category
Tags
ORM\Column

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

$color

private string|null $color
Tags
ORM\Column

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

$ddpPrice

private float $ddpPrice
Tags
ORM\Column

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

$depth

private float $depth = 0
Tags
ORM\Column

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

$description

private string|null $description
Tags
ORM\Column

(name="description", type="text", nullable=true, options={"comment": "Product description"})

$ean

private string|null $ean
Tags
ORM\Column

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

$height

private float $height = 0
Tags
ORM\Column

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

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$images

private string|null $images
Tags
ORM\Column

(name="images", type="text", nullable=true, options={"comment": "Product images"})

$isMonocolis

private bool $isMonocolis = 1
Tags
ORM\Column

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

$isSelected

private bool $isSelected = 0
Tags
ORM\Column

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

$material

private string|null $material
Tags
ORM\Column

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

$menzzoPrice

private float $menzzoPrice
Tags
ORM\Column

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

$modelName

private string|null $modelName
Tags
ORM\Column

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

$nbParcels

private string|null $nbParcels
Tags
ORM\Column

(name="nb_parcels", type="integer", nullable=true)

$netWeight

private float $netWeight = 0
Tags
ORM\Column

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

$newProduct

private mixed $newProduct
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\NewProduct")

ORM\JoinColumn

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

$product

private mixed $product
Tags
ORM\OneToOne

(targetEntity="AppBundle\Entity\Product")

ORM\JoinColumn

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

$shippingBoxDimensions

private string|null $shippingBoxDimensions
Tags
ORM\Column

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

$sku

private string|null $sku
Tags
ORM\Column

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

$title

private string|null $title
Tags
ORM\Column

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

$width

private float $width = 0
Tags
ORM\Column

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

Methods

getBrand()

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

getCategory()

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

getColor()

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

getDdpPrice()

public getDdpPrice() : float
Return values
float

getDepth()

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

getDescription()

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

getEan()

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

getHeight()

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

getImages()

public getImages([bool|null $asArray = true ]) : array<string|int, mixed>|mixed|string|null
Parameters
$asArray : bool|null = true
Tags
throws
JsonException
Return values
array<string|int, mixed>|mixed|string|null

getIsMonocolis()

public getIsMonocolis() : bool
Return values
bool

getIsSelected()

public getIsSelected() : bool|int
Return values
bool|int

getMaterial()

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

getMenzzoPrice()

public getMenzzoPrice() : float
Return values
float

getModelName()

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

getNbParcels()

public getNbParcels() : int|null
Return values
int|null

getNetWeight()

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

getShippingBoxDimensions()

public getShippingBoxDimensions([bool|null $asArray = true ]) : array<string|int, mixed>|string|null
Parameters
$asArray : bool|null = true
Tags
throws
JsonException
Return values
array<string|int, mixed>|string|null

getSku()

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

getTitle()

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

getWidth()

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

setBrand()

public setBrand(string|null $brand) : void
Parameters
$brand : string|null

setCategory()

public setCategory(string|null $category) : void
Parameters
$category : string|null

setColor()

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

setDdpPrice()

public setDdpPrice(float $ddpPrice) : void
Parameters
$ddpPrice : float

setDepth()

public setDepth(float|int $depth) : void
Parameters
$depth : float|int

setDescription()

public setDescription(string|null $description) : void
Parameters
$description : string|null

setEan()

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

setHeight()

public setHeight(float|int $height) : void
Parameters
$height : float|int

setImages()

public setImages(array<string|int, mixed>|null $images) : void
Parameters
$images : array<string|int, mixed>|null
Tags
throws
JsonException

setIsMonocolis()

public setIsMonocolis(bool|int $isMonocolis) : void
Parameters
$isMonocolis : bool|int

setIsSelected()

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

setMaterial()

public setMaterial(string|null $material) : void
Parameters
$material : string|null

setMenzzoPrice()

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

setModelName()

public setModelName(string|null $modelName) : void
Parameters
$modelName : string|null

setNbParcels()

public setNbParcels(int|null $nbParcels) : void
Parameters
$nbParcels : int|null

setNetWeight()

public setNetWeight(float|int $netWeight) : void
Parameters
$netWeight : float|int

setShippingBoxDimensions()

public setShippingBoxDimensions(array<string|int, mixed>|null $shippingBoxDimensions) : void
Parameters
$shippingBoxDimensions : array<string|int, mixed>|null
Tags
throws
JsonException

setSku()

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

setTitle()

public setTitle(string|null $title) : void
Parameters
$title : string|null

setWidth()

public setWidth(float|int $width) : void
Parameters
$width : float|int

        
On this page

Search results