Logidav Docs

PalletSaleProduct
in package

AsirPalletSaleProduct

Tags
ORM\Table

(name="mz_pallet_sale_product", uniqueConstraints=(columns={"sale_product_id", "pallet_id", "parcel_id")})

ORM\Entity

(repositoryClass="AppBundle\Repository\PalletSaleProductRepository")

Table of Contents

Properties

$id  : int
$isPrepared  : string
$isShipped  : string
$pallet  : int
$parcelId  : string
$saleProduct  : mixed

Methods

getId()  : int
Get id
getIsPrepared()  : int|string
getIsShipped()  : int|string
getPallet()  : int
Get palletId
getParcelId()  : int
getSaleProduct()  : int
Get saleProduct
setIsPrepared()  : void
setIsShipped()  : void
setPallet()  : PalletSaleProduct
Set palletId
setParcelId()  : void
setSaleProduct()  : PalletSaleProduct
Set saleProduct

Properties

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$isPrepared

private string $isPrepared = 0
Tags
ORM\Column

(name="is_prepared", type="boolean", options={"default: 0"})

$isShipped

private string $isShipped = 0
Tags
ORM\Column

(name="is_shipped", type="boolean", options={"default: 0"})

$pallet

private int $pallet

@ORM\ManyToOne(targetEntity="AppBundle\Entity\Pallet")

$parcelId

private string $parcelId
Tags
ORM\Column

(name="parcel_id", type="string")

$saleProduct

private mixed $saleProduct
Tags
ORM\ManyToOne

(targetEntity="AppBundle\Entity\SaleProduct")

Methods

getIsPrepared()

public getIsPrepared() : int|string
Return values
int|string

getSaleProduct()

Get saleProduct

public getSaleProduct() : int
Return values
int

setIsPrepared()

public setIsPrepared(int|string $isPrepared) : void
Parameters
$isPrepared : int|string

setIsShipped()

public setIsShipped(int|string $isShipped) : void
Parameters
$isShipped : int|string

setParcelId()

public setParcelId(int $parcelId) : void
Parameters
$parcelId : int

        
On this page

Search results