Logidav Docs

TruckInventory
in package

TruckInventory

Tags
ORM\Table

(name="mz_truck_inventory")

ORM\Entity

(repositoryClass="AppBundle\Repository\TruckInventoryRepository")

ORM\HasLifecycleCallbacks

()

Table of Contents

Properties

$id  : int
$pallet  : mixed
$parcelId  : string
$saleProduct  : mixed
$truck  : mixed

Methods

getId()  : int
getPallet()  : mixed
getParcelId()  : string
getSaleProduct()  : mixed
getTruck()  : mixed
setPallet()  : void
setParcelId()  : void
setSaleProduct()  : void
setTruck()  : void

Properties

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$pallet

private mixed $pallet
Tags
ORM\ManyToOne

(targetEntity="Pallet")

ORM\JoinColumn

(nullable=true, onDelete="CASCADE")

$parcelId

private string $parcelId
Tags
ORM\Column

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

$saleProduct

private mixed $saleProduct
Tags
ORM\ManyToOne

(targetEntity="SaleProduct")

ORM\JoinColumn

(nullable=true, onDelete="CASCADE")

$truck

private mixed $truck
Tags
ORM\ManyToOne

(targetEntity="Truck")

ORM\JoinColumn

(nullable=false, onDelete="CASCADE")

Methods

getParcelId()

public getParcelId() : string
Return values
string

setPallet()

public setPallet(mixed $pallet) : void
Parameters
$pallet : mixed

setParcelId()

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

setSaleProduct()

public setSaleProduct(mixed $saleProduct) : void
Parameters
$saleProduct : mixed

setTruck()

public setTruck(mixed $truck) : void
Parameters
$truck : mixed

        
On this page

Search results