Logidav Docs

MerchantsProducts
in package

ReturnedSale

Tags
ORM\Table

(name="mz_merchants_products")

ORM\Entity

(repositoryClass="ErpBundle\Repository\MerchantsProductsRepository")

Table of Contents

Properties

$additionalImageLinks  : string|null
$availability  : string|null
$brand  : string|null
$channel  : string|null
$color  : string|null
$contentLanguage  : string|null
$customLabel0  : string|null
$customLabel1  : string|null
$customLabel3  : string|null
$customLabel4  : string|null
$description  : string|null
$gender  : string|null
$googleProductCategory  : int
$gtin  : string|null
$id  : int
$imageLink  : string|null
$itemGroupId  : int
$link  : string|null
$material  : string|null
$merchantId  : int
$mpn  : string|null
$offerId  : int
$pattern  : string|null
$price  : float
$priceCurrency  : string|null
$productCondition  : string|null
$productMerchantsInfos  : string|null
$productTypes  : string|null
$saleTotal  : float
$shippingCountry  : string|null
$shippingPrice  : float
$shippingPriceCurrency  : string|null
$shippingWeight  : string|null
$shippingWeightUnit  : string|null
$targetCountry  : string|null
$title  : string|null

Methods

getAdditionalImageLinks()  : string|null
getAvailability()  : string|null
getBrand()  : string|null
getChannel()  : string|null
getColor()  : string|null
getContentLanguage()  : string|null
getCustomLabel0()  : string|null
getCustomLabel1()  : string|null
getCustomLabel3()  : string|null
getCustomLabel4()  : string|null
getDescription()  : string|null
getGender()  : string|null
getGoogleProductCategory()  : int
getGtin()  : string|null
getId()  : int
getImageLink()  : string|null
getItemGroupId()  : int
getLink()  : string|null
getMaterial()  : string|null
getMerchantId()  : int
getMpn()  : string|null
getOfferId()  : int
getPattern()  : string|null
getPrice()  : float
getPriceCurrency()  : string|null
getProductCondition()  : string|null
getProductMerchantsInfos()  : string|null
getProductTypes()  : string|null
getSaleTotal()  : float
getShippingCountry()  : string|null
getShippingPrice()  : float
getShippingPriceCurrency()  : string|null
getShippingWeight()  : string|null
getShippingWeightUnit()  : string|null
getTargetCountry()  : string|null
getTitle()  : string|null
setAdditionalImageLinks()  : void
setAvailability()  : void
setBrand()  : void
setChannel()  : void
setColor()  : void
setContentLanguage()  : void
setCustomLabel0()  : void
setCustomLabel1()  : void
setCustomLabel3()  : void
setCustomLabel4()  : void
setDescription()  : void
setGender()  : void
setGoogleProductCategory()  : void
setGtin()  : void
setId()  : void
setImageLink()  : void
setItemGroupId()  : void
setLink()  : void
setMaterial()  : void
setMerchantId()  : void
setMpn()  : void
setOfferId()  : void
setPattern()  : void
setPrice()  : void
setPriceCurrency()  : void
setProductCondition()  : void
setProductMerchantsInfos()  : void
setProductTypes()  : void
setSaleTotal()  : MerchantsProducts
setShippingCountry()  : void
setShippingPrice()  : void
setShippingPriceCurrency()  : void
setShippingWeight()  : void
setShippingWeightUnit()  : void
setTargetCountry()  : void
setTitle()  : void

Properties

private string|null $additionalImageLinks
Tags
ORM\Column

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

$availability

private string|null $availability
Tags
ORM\Column

(name="availability", type="string", length=255, nullable=true)

$brand

private string|null $brand
Tags
ORM\Column

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

$channel

private string|null $channel
Tags
ORM\Column

(name="channel", type="string", length=255, nullable=true)

$color

private string|null $color
Tags
ORM\Column

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

$contentLanguage

private string|null $contentLanguage
Tags
ORM\Column

(name="content_language", type="string", length=255, nullable=true)

$customLabel0

private string|null $customLabel0
Tags
ORM\Column

(name="custom_label0", type="string", length=255, nullable=true)

$customLabel1

private string|null $customLabel1
Tags
ORM\Column

(name="custom_label1", type="string", length=255, nullable=true)

$customLabel3

private string|null $customLabel3
Tags
ORM\Column

(name="custom_label3", type="string", length=255, nullable=true)

$customLabel4

private string|null $customLabel4
Tags
ORM\Column

(name="custom_label4", type="string", length=255, nullable=true)

$description

private string|null $description
Tags
ORM\Column

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

$gender

private string|null $gender
Tags
ORM\Column

(name="gender", type="string", length=255, nullable=true)

$googleProductCategory

private int $googleProductCategory
Tags
ORM\Column

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

$gtin

private string|null $gtin
Tags
ORM\Column

(name="gtin", type="string", length=255, nullable=true)

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

private string|null $imageLink
Tags
ORM\Column

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

$itemGroupId

private int $itemGroupId
Tags
ORM\Column

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

private string|null $link
Tags
ORM\Column

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

$material

private string|null $material
Tags
ORM\Column

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

$merchantId

private int $merchantId
Tags
ORM\Column

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

$mpn

private string|null $mpn
Tags
ORM\Column

(name="mpn", type="string", length=255, nullable=true, options={"comment": "Product mpn"})

$offerId

private int $offerId
Tags
ORM\Column

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

$pattern

private string|null $pattern
Tags
ORM\Column

(name="pattern", type="string", length=255, nullable=true)

$price

private float $price
Tags
ORM\Column

(name="price", type="decimal", nullable=true, options={"default" = 0})

$priceCurrency

private string|null $priceCurrency
Tags
ORM\Column

(name="price_currency", type="string", length=255, nullable=true)

$productCondition

private string|null $productCondition
Tags
ORM\Column

(name="product_condition", type="string", length=255, nullable=true)

$productMerchantsInfos

private string|null $productMerchantsInfos
Tags
ORM\Column

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

$productTypes

private string|null $productTypes
Tags
ORM\Column

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

$saleTotal

private float $saleTotal = 0.0
Tags
ORM\Column

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

$shippingCountry

private string|null $shippingCountry
Tags
ORM\Column

(name="shipping_country", type="string", length=255, nullable=true)

$shippingPrice

private float $shippingPrice
Tags
ORM\Column

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

$shippingPriceCurrency

private string|null $shippingPriceCurrency
Tags
ORM\Column

(name="shipping_price_currency", type="string", length=255, nullable=true)

$shippingWeight

private string|null $shippingWeight
Tags
ORM\Column

(name="shipping_weight", type="string", length=255, nullable=true)

$shippingWeightUnit

private string|null $shippingWeightUnit
Tags
ORM\Column

(name="shipping_weight_unit", type="string", length=255, nullable=true)

$targetCountry

private string|null $targetCountry
Tags
ORM\Column

(name="target_country", type="string", length=255, nullable=true)

$title

private string|null $title
Tags
ORM\Column

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

Methods

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

getAvailability()

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

getContentLanguage()

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

getCustomLabel0()

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

getCustomLabel1()

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

getCustomLabel3()

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

getCustomLabel4()

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

getDescription()

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

getGoogleProductCategory()

public getGoogleProductCategory() : int
Return values
int
public getImageLink() : string|null
Return values
string|null

getPriceCurrency()

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

getProductCondition()

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

getProductMerchantsInfos()

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

getProductTypes()

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

getShippingCountry()

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

getShippingPriceCurrency()

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

getShippingWeight()

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

getShippingWeightUnit()

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

getTargetCountry()

public getTargetCountry() : string|null
Return values
string|null
public setAdditionalImageLinks(string|null $additionalImageLinks) : void
Parameters
$additionalImageLinks : string|null

setAvailability()

public setAvailability(string|null $availability) : void
Parameters
$availability : string|null

setBrand()

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

setChannel()

public setChannel(string|null $channel) : void
Parameters
$channel : string|null

setColor()

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

setContentLanguage()

public setContentLanguage(string|null $contentLanguage) : void
Parameters
$contentLanguage : string|null

setCustomLabel0()

public setCustomLabel0(string|null $customLabel0) : void
Parameters
$customLabel0 : string|null

setCustomLabel1()

public setCustomLabel1(string|null $customLabel1) : void
Parameters
$customLabel1 : string|null

setCustomLabel3()

public setCustomLabel3(string|null $customLabel3) : void
Parameters
$customLabel3 : string|null

setCustomLabel4()

public setCustomLabel4(string|null $customLabel4) : void
Parameters
$customLabel4 : string|null

setDescription()

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

setGender()

public setGender(string|null $gender) : void
Parameters
$gender : string|null

setGoogleProductCategory()

public setGoogleProductCategory(int $googleProductCategory) : void
Parameters
$googleProductCategory : int

setGtin()

public setGtin(string|null $gtin) : void
Parameters
$gtin : string|null
public setImageLink(string|null $imageLink) : void
Parameters
$imageLink : string|null

setItemGroupId()

public setItemGroupId(int $itemGroupId) : void
Parameters
$itemGroupId : int
public setLink(string|null $link) : void
Parameters
$link : string|null

setMaterial()

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

setMerchantId()

public setMerchantId(int $merchantId) : void
Parameters
$merchantId : int

setMpn()

public setMpn(string|null $mpn) : void
Parameters
$mpn : string|null

setOfferId()

public setOfferId(int $offerId) : void
Parameters
$offerId : int

setPattern()

public setPattern(string|null $pattern) : void
Parameters
$pattern : string|null

setPriceCurrency()

public setPriceCurrency(string|null $priceCurrency) : void
Parameters
$priceCurrency : string|null

setProductCondition()

public setProductCondition(string|null $productCondition) : void
Parameters
$productCondition : string|null

setProductMerchantsInfos()

public setProductMerchantsInfos(string|null $productMerchantsInfos) : void
Parameters
$productMerchantsInfos : string|null

setProductTypes()

public setProductTypes(string|null $productTypes) : void
Parameters
$productTypes : string|null

setShippingCountry()

public setShippingCountry(string|null $shippingCountry) : void
Parameters
$shippingCountry : string|null

setShippingPrice()

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

setShippingPriceCurrency()

public setShippingPriceCurrency(string|null $shippingPriceCurrency) : void
Parameters
$shippingPriceCurrency : string|null

setShippingWeight()

public setShippingWeight(string|null $shippingWeight) : void
Parameters
$shippingWeight : string|null

setShippingWeightUnit()

public setShippingWeightUnit(string|null $shippingWeightUnit) : void
Parameters
$shippingWeightUnit : string|null

setTargetCountry()

public setTargetCountry(string|null $targetCountry) : void
Parameters
$targetCountry : string|null

setTitle()

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

        
On this page

Search results