Logidav Docs

MerchantsProductsAlerts
in package

MerchantsProductsAlerts

Tags
ORM\Table

(name="mz_merchants_products_alerts", indexes={ @ORM\Index(name="merchant_id_sku_idx", columns={"merchant_id", "sku"}), })

ORM\Entity

(repositoryClass="ErpBundle\Repository\MerchantsProductsAlertsRepository")

Table of Contents

Properties

$error  : string|null
$feed_id  : int|null
$id  : int
$image  : string|null
$link  : string|null
$logidavId  : int|null
$merchantId  : int|null
$sku  : string|null

Methods

getError()  : string|null
getId()  : int
getImage()  : string|null
getLink()  : string|null
getMerchantId()  : int|null
getSku()  : string|null
setError()  : void
setId()  : void
setImage()  : void
setLink()  : void
setMerchantId()  : void
setSku()  : void

Properties

$error

private string|null $error
Tags
ORM\Column

(name="error", type="text", nullable=true, options={"comment": "Error message"})

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$image

private string|null $image
Tags
ORM\Column

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

private string|null $link
Tags
ORM\Column

(name="link", type="string", length=255, nullable=true, options={"comment": "Product path to Meduse grid interface"})

$logidavId

private int|null $logidavId
Tags
ORM\Column

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

$merchantId

private int|null $merchantId
Tags
ORM\Column

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

$sku

private string|null $sku
Tags
ORM\Column

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

Methods

setMerchantId()

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

        
On this page

Search results