MauroFerrettiSRLProduct
in package
Tags
Table of Contents
Properties
- $category : string|null
- $color : string|null
- $countryOfOrigin : string|null
- $description : mixed
- $ean : string|null
- $frequency : string|null
- $grossWeightGr : float|null
- $hsCode : string|null
- $id : int
- $individualSizesNote : string|null
- $itemDepth : float|null
- $itemHeight : string|null
- $itemImageLink : string|null
- $itemNo : string|null
- $itemWidth : float|null
- $lampHolder : string|null
- $lightBulbIncluded : bool
- $materials : string|null
- $netWeight : float|null
- $newProduct : mixed
- $note : string|null
- $notes : mixed
- $numOfBox : int|null
- $numOfLights : int|null
- $packagingRecyclabilityPercentage : string|null
- $packagingType : string|null
- $packingDepth : float|null
- $packingHeight : float|null
- $packingWidth : float|null
- $price : float|null
- $product : mixed
- $productRecyclabilityPercentage : string|null
- $recycledMaterialInPackagingPercentage : string|null
- $recycledMaterialInProductPercentage : string|null
- $retailPrice : float|null
- $shippingAmount : float|null
- $style : string|null
- $title : string|null
- $titleWithSizes : string|null
- $voltage : string|null
- $wattMax : string|null
Methods
- getCategory() : string|null
- getColor() : string|null
- getCountryOfOrigin() : string|null
- getDescription() : mixed
- getEan() : string|null
- getFrequency() : string|null
- getGrossWeightGr() : float|null
- getHsCode() : string|null
- getId() : int
- getIndividualSizesNote() : string|null
- getItemDepth() : float|null
- getItemHeight() : string|null
- getItemImageLink() : string|null
- getItemNo() : string|null
- getItemWidth() : float|null
- getLampHolder() : string|null
- getMaterials() : string|null
- getNetWeight() : float|null
- getNewProduct() : mixed|null|NewProduct
- getNote() : string|null
- getNotes() : mixed
- getNumOfBox() : int|null
- getNumOfLights() : int|null
- getPackagingRecyclabilityPercentage() : string|null
- getPackagingType() : string|null
- getPackingDepth() : float|null
- getPackingHeight() : float|null
- getPackingWidth() : float|null
- getPrice() : float|null
- getProduct() : mixed|Product|null
- getProductRecyclabilityPercentage() : string|null
- getRecycledMaterialInPackagingPercentage() : string|null
- getRecycledMaterialInProductPercentage() : string|null
- getRetailPrice() : float|null
- getShippingAmount() : float|null
- getStyle() : string|null
- getTitle() : string|null
- getTitleWithSizes() : string|null
- getVoltage() : string|null
- getWattMax() : string|null
- isLightBulbIncluded() : bool
- setCategory() : void
- setColor() : void
- setCountryOfOrigin() : void
- setDescription() : void
- setEan() : void
- setFrequency() : void
- setGrossWeightGr() : void
- setHsCode() : void
- setId() : void
- setIndividualSizesNote() : void
- setItemDepth() : void
- setItemHeight() : void
- setItemImageLink() : void
- setItemNo() : void
- setItemWidth() : void
- setLampHolder() : void
- setLightBulbIncluded() : void
- setMaterials() : void
- setNetWeight() : void
- setNewProduct() : Product
- setNote() : void
- setNotes() : void
- setNumOfBox() : void
- setNumOfLights() : void
- setPackagingRecyclabilityPercentage() : void
- setPackagingType() : void
- setPackingDepth() : void
- setPackingHeight() : void
- setPackingWidth() : void
- setPrice() : void
- setProduct() : Product
- setProductRecyclabilityPercentage() : void
- setRecycledMaterialInPackagingPercentage() : void
- setRecycledMaterialInProductPercentage() : void
- setRetailPrice() : void
- setShippingAmount() : void
- setStyle() : void
- setTitle() : void
- setTitleWithSizes() : void
- setVoltage() : void
- setWattMax() : void
Properties
$category
private
string|null
$category
Tags
$color
private
string|null
$color
Tags
$countryOfOrigin
private
string|null
$countryOfOrigin
Tags
$description
private
mixed
$description
Tags
$ean
private
string|null
$ean
Tags
$frequency
private
string|null
$frequency
Tags
$grossWeightGr
private
float|null
$grossWeightGr
Tags
$hsCode
private
string|null
$hsCode
Tags
$id
private
int
$id
Tags
$individualSizesNote
private
string|null
$individualSizesNote
Tags
$itemDepth
private
float|null
$itemDepth
Tags
$itemHeight
private
string|null
$itemHeight
Tags
$itemImageLink
private
string|null
$itemImageLink
Tags
$itemNo
private
string|null
$itemNo
Tags
$itemWidth
private
float|null
$itemWidth
Tags
$lampHolder
private
string|null
$lampHolder
Tags
$lightBulbIncluded
private
bool
$lightBulbIncluded
Tags
$materials
private
string|null
$materials
Tags
$netWeight
private
float|null
$netWeight
Tags
$newProduct
private
mixed
$newProduct
Tags
$note
private
string|null
$note
Tags
$notes
private
mixed
$notes
Tags
$numOfBox
private
int|null
$numOfBox
Tags
$numOfLights
private
int|null
$numOfLights
Tags
$packagingRecyclabilityPercentage
private
string|null
$packagingRecyclabilityPercentage
Tags
$packagingType
private
string|null
$packagingType
Tags
$packingDepth
private
float|null
$packingDepth
Tags
$packingHeight
private
float|null
$packingHeight
Tags
$packingWidth
private
float|null
$packingWidth
Tags
$price
private
float|null
$price
Tags
$product
private
mixed
$product
Tags
$productRecyclabilityPercentage
private
string|null
$productRecyclabilityPercentage
Tags
$recycledMaterialInPackagingPercentage
private
string|null
$recycledMaterialInPackagingPercentage
Tags
$recycledMaterialInProductPercentage
private
string|null
$recycledMaterialInProductPercentage
Tags
$retailPrice
private
float|null
$retailPrice
Tags
$shippingAmount
private
float|null
$shippingAmount
Tags
$style
private
string|null
$style
Tags
$title
private
string|null
$title
Tags
$titleWithSizes
private
string|null
$titleWithSizes
Tags
$voltage
private
string|null
$voltage
Tags
$wattMax
private
string|null
$wattMax
Tags
Methods
getCategory()
public
getCategory() : string|null
Return values
string|nullgetColor()
public
getColor() : string|null
Return values
string|nullgetCountryOfOrigin()
public
getCountryOfOrigin() : string|null
Return values
string|nullgetDescription()
public
getDescription() : mixed
getEan()
public
getEan() : string|null
Return values
string|nullgetFrequency()
public
getFrequency() : string|null
Return values
string|nullgetGrossWeightGr()
public
getGrossWeightGr() : float|null
Return values
float|nullgetHsCode()
public
getHsCode() : string|null
Return values
string|nullgetId()
public
getId() : int
Return values
intgetIndividualSizesNote()
public
getIndividualSizesNote() : string|null
Return values
string|nullgetItemDepth()
public
getItemDepth() : float|null
Return values
float|nullgetItemHeight()
public
getItemHeight() : string|null
Return values
string|nullgetItemImageLink()
public
getItemImageLink() : string|null
Return values
string|nullgetItemNo()
public
getItemNo() : string|null
Return values
string|nullgetItemWidth()
public
getItemWidth() : float|null
Return values
float|nullgetLampHolder()
public
getLampHolder() : string|null
Return values
string|nullgetMaterials()
public
getMaterials() : string|null
Return values
string|nullgetNetWeight()
public
getNetWeight() : float|null
Return values
float|nullgetNewProduct()
public
getNewProduct() : mixed|null|NewProduct
Return values
mixed|null|NewProductgetNote()
public
getNote() : string|null
Return values
string|nullgetNotes()
public
getNotes() : mixed
getNumOfBox()
public
getNumOfBox() : int|null
Return values
int|nullgetNumOfLights()
public
getNumOfLights() : int|null
Return values
int|nullgetPackagingRecyclabilityPercentage()
public
getPackagingRecyclabilityPercentage() : string|null
Return values
string|nullgetPackagingType()
public
getPackagingType() : string|null
Return values
string|nullgetPackingDepth()
public
getPackingDepth() : float|null
Return values
float|nullgetPackingHeight()
public
getPackingHeight() : float|null
Return values
float|nullgetPackingWidth()
public
getPackingWidth() : float|null
Return values
float|nullgetPrice()
public
getPrice() : float|null
Return values
float|nullgetProduct()
public
getProduct() : mixed|Product|null
Return values
mixed|Product|nullgetProductRecyclabilityPercentage()
public
getProductRecyclabilityPercentage() : string|null
Return values
string|nullgetRecycledMaterialInPackagingPercentage()
public
getRecycledMaterialInPackagingPercentage() : string|null
Return values
string|nullgetRecycledMaterialInProductPercentage()
public
getRecycledMaterialInProductPercentage() : string|null
Return values
string|nullgetRetailPrice()
public
getRetailPrice() : float|null
Return values
float|nullgetShippingAmount()
public
getShippingAmount() : float|null
Return values
float|nullgetStyle()
public
getStyle() : string|null
Return values
string|nullgetTitle()
public
getTitle() : string|null
Return values
string|nullgetTitleWithSizes()
public
getTitleWithSizes() : string|null
Return values
string|nullgetVoltage()
public
getVoltage() : string|null
Return values
string|nullgetWattMax()
public
getWattMax() : string|null
Return values
string|nullisLightBulbIncluded()
public
isLightBulbIncluded() : bool
Return values
boolsetCategory()
public
setCategory(string|null $category) : void
Parameters
- $category : string|null
setColor()
public
setColor(string|null $color) : void
Parameters
- $color : string|null
setCountryOfOrigin()
public
setCountryOfOrigin(string|null $countryOfOrigin) : void
Parameters
- $countryOfOrigin : string|null
setDescription()
public
setDescription(mixed $description) : void
Parameters
- $description : mixed
setEan()
public
setEan(string|null $ean) : void
Parameters
- $ean : string|null
setFrequency()
public
setFrequency(string|null $frequency) : void
Parameters
- $frequency : string|null
setGrossWeightGr()
public
setGrossWeightGr(float|null $grossWeightGr) : void
Parameters
- $grossWeightGr : float|null
setHsCode()
public
setHsCode(string|null $hsCode) : void
Parameters
- $hsCode : string|null
setId()
public
setId(int $id) : void
Parameters
- $id : int
setIndividualSizesNote()
public
setIndividualSizesNote(string|null $individualSizesNote) : void
Parameters
- $individualSizesNote : string|null
setItemDepth()
public
setItemDepth(float|null $itemDepth) : void
Parameters
- $itemDepth : float|null
setItemHeight()
public
setItemHeight(string|null $itemHeight) : void
Parameters
- $itemHeight : string|null
setItemImageLink()
public
setItemImageLink(string|null $itemImageLink) : void
Parameters
- $itemImageLink : string|null
setItemNo()
public
setItemNo(string|null $itemNo) : void
Parameters
- $itemNo : string|null
setItemWidth()
public
setItemWidth(float|null $itemWidth) : void
Parameters
- $itemWidth : float|null
setLampHolder()
public
setLampHolder(string|null $lampHolder) : void
Parameters
- $lampHolder : string|null
setLightBulbIncluded()
public
setLightBulbIncluded(bool $lightBulbIncluded) : void
Parameters
- $lightBulbIncluded : bool
setMaterials()
public
setMaterials(string|null $materials) : void
Parameters
- $materials : string|null
setNetWeight()
public
setNetWeight(float|null $netWeight) : void
Parameters
- $netWeight : float|null
setNewProduct()
public
setNewProduct(mixed|NewProduct $newProduct) : Product
Parameters
- $newProduct : mixed|NewProduct
Return values
ProductsetNote()
public
setNote(string|null $note) : void
Parameters
- $note : string|null
setNotes()
public
setNotes(mixed $notes) : void
Parameters
- $notes : mixed
setNumOfBox()
public
setNumOfBox(int|null $numOfBox) : void
Parameters
- $numOfBox : int|null
setNumOfLights()
public
setNumOfLights(int|null $numOfLights) : void
Parameters
- $numOfLights : int|null
setPackagingRecyclabilityPercentage()
public
setPackagingRecyclabilityPercentage(string|null $packagingRecyclabilityPercentage) : void
Parameters
- $packagingRecyclabilityPercentage : string|null
setPackagingType()
public
setPackagingType(string|null $packagingType) : void
Parameters
- $packagingType : string|null
setPackingDepth()
public
setPackingDepth(float|null $packingDepth) : void
Parameters
- $packingDepth : float|null
setPackingHeight()
public
setPackingHeight(float|null $packingHeight) : void
Parameters
- $packingHeight : float|null
setPackingWidth()
public
setPackingWidth(float|null $packingWidth) : void
Parameters
- $packingWidth : float|null
setPrice()
public
setPrice(float|null $price) : void
Parameters
- $price : float|null
setProduct()
public
setProduct(mixed $product) : Product
Parameters
- $product : mixed
Return values
ProductsetProductRecyclabilityPercentage()
public
setProductRecyclabilityPercentage(string|null $productRecyclabilityPercentage) : void
Parameters
- $productRecyclabilityPercentage : string|null
setRecycledMaterialInPackagingPercentage()
public
setRecycledMaterialInPackagingPercentage(string|null $recycledMaterialInPackagingPercentage) : void
Parameters
- $recycledMaterialInPackagingPercentage : string|null
setRecycledMaterialInProductPercentage()
public
setRecycledMaterialInProductPercentage(string|null $recycledMaterialInProductPercentage) : void
Parameters
- $recycledMaterialInProductPercentage : string|null
setRetailPrice()
public
setRetailPrice(float|null $retailPrice) : void
Parameters
- $retailPrice : float|null
setShippingAmount()
public
setShippingAmount(float|null $shippingAmount) : void
Parameters
- $shippingAmount : float|null
setStyle()
public
setStyle(string|null $style) : void
Parameters
- $style : string|null
setTitle()
public
setTitle(string|null $title) : void
Parameters
- $title : string|null
setTitleWithSizes()
public
setTitleWithSizes(string|null $titleWithSizes) : void
Parameters
- $titleWithSizes : string|null
setVoltage()
public
setVoltage(string|null $voltage) : void
Parameters
- $voltage : string|null
setWattMax()
public
setWattMax(string|null $wattMax) : void
Parameters
- $wattMax : string|null