Logidav Docs

ProductShippingPrice
in package

Tags
ORM\Entity

(repositoryClass="AppBundle\Repository\ShippingPriceRepository")

ORM\Table

( name="mz_product_shipping_price", uniqueConstraints={ @ORM\UniqueConstraint( name="product_shipping_price_product_store_unique", columns={"product_id", "store_id"} ) }, indexes={ @ORM\Index(name="idx_psp_product_id", columns={"product_id"}), @ORM\Index(name="idx_psp_store_id", columns={"store_id"}) } )

Table of Contents

Properties

$id  : mixed
$product  : mixed
$shippingAmount  : mixed
$shippingAmountEtage  : mixed
$shippingAmountIdf  : mixed
$shippingAmountIdfEtage  : mixed
$sourceId  : mixed
$storeId  : mixed

Methods

getId()  : int|null
getProduct()  : Product|null
getShippingAmount()  : string|null
getShippingAmountEtage()  : string|null
getShippingAmountIdf()  : string|null
getShippingAmountIdfEtage()  : string|null
getSourceId()  : int|null
getStoreId()  : int|null
setProduct()  : self
setShippingAmount()  : self
setShippingAmountEtage()  : self
setShippingAmountIdf()  : self
setShippingAmountIdfEtage()  : self
setSourceId()  : self
setStoreId()  : self

Properties

$product

private mixed $product
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\Product")

ORM\JoinColumn

(name="product_id", referencedColumnName="id", onDelete="CASCADE", nullable=true)

$shippingAmount

private mixed $shippingAmount
Tags
ORM\Column

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

$shippingAmountEtage

private mixed $shippingAmountEtage
Tags
ORM\Column

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

$shippingAmountIdf

private mixed $shippingAmountIdf
Tags
ORM\Column

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

$shippingAmountIdfEtage

private mixed $shippingAmountIdfEtage
Tags
ORM\Column

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

$sourceId

private mixed $sourceId
Tags
ORM\Column

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

Methods

getShippingAmountEtage()

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

getShippingAmountIdf()

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

getShippingAmountIdfEtage()

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

setShippingAmount()

public setShippingAmount(string|null $shippingAmount) : self
Parameters
$shippingAmount : string|null
Return values
self

setShippingAmountEtage()

public setShippingAmountEtage(string|null $shippingAmountEtage) : self
Parameters
$shippingAmountEtage : string|null
Return values
self

setShippingAmountIdf()

public setShippingAmountIdf(string|null $shippingAmountIdf) : self
Parameters
$shippingAmountIdf : string|null
Return values
self

setShippingAmountIdfEtage()

public setShippingAmountIdfEtage(string|null $shippingAmountIdfEtage) : self
Parameters
$shippingAmountIdfEtage : string|null
Return values
self

setSourceId()

public setSourceId(int|null $sourceId) : self
Parameters
$sourceId : int|null
Return values
self

setStoreId()

public setStoreId(int $storeId) : self
Parameters
$storeId : int
Return values
self

        
On this page

Search results