Logidav Docs

Container
in package

Container

Tags
ORM\Table

(name="mz_container")

ORM\Entity

(repositoryClass="AppBundle\Repository\ContainerRepository")

Table of Contents

Properties

$approachFee  : float
$arrivalAt  : Date
$arrivedAt  : Date
$command  : mixed
$containerproducts  : mixed
$createdAt  : Date
$id  : int
$reference  : string
$saleProducts  : mixed
$sentAt  : Date
$shipName  : string
$status  : string
$transportPrice  : float
$warehouse  : mixed

Methods

__construct()  : mixed
Constructor
addContainerproduct()  : Container
Add containerproduct
getApproachFee()  : float
getArrivalAt()  : DateTime
Get arrivalAt
getArrivedAt()  : DateTime
Get arrivedAt
getCommand()  : Command
Get command
getContainerproducts()  : Collection|array<string|int, ContainerProduct>
Get containerproducts
getCreatedAt()  : Date
Get createdAt
getId()  : int
Get id
getReference()  : string
Get reference
getSaleProducts()  : array<string|int, SaleProduct>|ArrayCollection
getSentAt()  : DateTime
Get sentAt
getShipName()  : string
Get shipName
getStatus()  : string
Get status
getStatusList()  : mixed
getStatusListClass()  : mixed
getStatusListColor()  : mixed
getTransportPrice()  : float
getWarehouse()  : Warehouse
Get warehouse
removeContainerproduct()  : mixed
Remove containerproduct
setApproachFee()  : void
setArrivalAt()  : Container
Set arrivalAt
setArrivedAt()  : Container
Set arrivedAt
setCommand()  : Command
Set command
setCreatedAt()  : Container
Set createdAt
setReference()  : Container
Set reference
setSentAt()  : Container
Set sentAt
setShipName()  : Container
Set shipName
setStatus()  : Container
Set status
setTransportPrice()  : void
setWarehouse()  : Warehouse
Set warehouse

Properties

$approachFee

private float $approachFee
Tags
ORM\Column

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

$arrivalAt

private Date $arrivalAt
Tags
ORM\Column

(name="arrival_at", type="datetime")

$arrivedAt

private Date $arrivedAt
Tags
ORM\Column

(name="arrived_at", type="datetime", nullable=true)

$command

private mixed $command
Tags
ORM\ManyToOne

(targetEntity="Command", inversedBy="containers")

$containerproducts

private mixed $containerproducts
Tags
ORM\OneToMany

(targetEntity="ContainerProduct", mappedBy="container")

$createdAt

private Date $createdAt
Tags
ORM\Column

(name="created_at", type="date")

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$reference

private string $reference
Tags
ORM\Column

(name="reference", type="string", length=255, unique=false)

$saleProducts

private mixed $saleProducts
Tags
ORM\OneToMany

(targetEntity="AppBundle\Entity\SaleProduct", mappedBy="container")

$sentAt

private Date $sentAt
Tags
ORM\Column

(name="sent_at", type="date")

$shipName

private string $shipName
Tags
ORM\Column

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

$status

private string $status
Tags
ORM\Column

(name="status", type="string", length=255)

$transportPrice

private float $transportPrice
Tags
ORM\Column

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

$warehouse

private mixed $warehouse
Tags
ORM\ManyToOne

(targetEntity="Warehouse")

Methods

__construct()

Constructor

public __construct() : mixed

getApproachFee()

public getApproachFee() : float
Return values
float

getArrivalAt()

Get arrivalAt

public getArrivalAt() : DateTime
Return values
DateTime

getArrivedAt()

Get arrivedAt

public getArrivedAt() : DateTime
Return values
DateTime

getCreatedAt()

Get createdAt

public getCreatedAt() : Date
Return values
Date

getId()

Get id

public getId() : int
Return values
int

getReference()

Get reference

public getReference() : string
Return values
string

getSentAt()

Get sentAt

public getSentAt() : DateTime
Return values
DateTime

getShipName()

Get shipName

public getShipName() : string
Return values
string

getStatus()

Get status

public getStatus() : string
Return values
string

getStatusList()

public static getStatusList([mixed $method = null ]) : mixed
Parameters
$method : mixed = null

getStatusListClass()

public static getStatusListClass([mixed $method = null ]) : mixed
Parameters
$method : mixed = null

getStatusListColor()

public static getStatusListColor([mixed $method = null ]) : mixed
Parameters
$method : mixed = null

getTransportPrice()

public getTransportPrice() : float
Return values
float

setApproachFee()

public setApproachFee(float $approachFee) : void
Parameters
$approachFee : float

setArrivalAt()

Set arrivalAt

public setArrivalAt(DateTime $arrivalAt) : Container
Parameters
$arrivalAt : DateTime
Return values
Container

setArrivedAt()

Set arrivedAt

public setArrivedAt(DateTime $arrivedAt) : Container
Parameters
$arrivedAt : DateTime
Return values
Container

setReference()

Set reference

public setReference(string $reference) : Container
Parameters
$reference : string
Return values
Container

setTransportPrice()

public setTransportPrice(float $transportPrice) : void
Parameters
$transportPrice : float

        
On this page

Search results