Logidav Docs

LogShipping
in package

LogShipping

Tags
ORM\Table

(name="mz_log_shipping")

ORM\Entity

(repositoryClass="AppBundle\Repository\LogShippingRepository")

Table of Contents

Properties

$code  : string
$comment  : string
$eventCity  : string
$eventDate  : DateTime
$eventLabel  : string
$highPriority  : string
$id  : int
$isSentGoogle  : int
$link  : string
$longStatus  : string
$npc  : string
$officeLabel  : string
$sale  : mixed
$trackCode  : string
$zipCode  : string

Methods

getCode()  : string
Get code
getComment()  : string
Get comment
getEventCity()  : string
Get eventCity
getEventDate()  : DateTime
Get eventDate
getEventLabel()  : string
Get eventLabel
getHighPriority()  : string
Get highPriority
getId()  : int
Get id
getIsSentGoogle()  : int
getLink()  : string
Get link
getLongStatus()  : string
Get longStatus
getNpc()  : string
Get npc
getOfficeLabel()  : string
Get officeLabel
getSale()  : Sale
Get sale
getTrackCode()  : string
Get trackCode
getZipCode()  : string
Get zipCode
setCode()  : LogShipping
Set code
setComment()  : LogShipping
Set comment
setEventCity()  : LogShipping
Set eventCity
setEventDate()  : LogShipping
Set eventDate
setEventLabel()  : LogShipping
Set eventLabel
setHighPriority()  : LogShipping
Set highPriority
setIsSentGoogle()  : mixed
setLink()  : LogShipping
Set link
setLongStatus()  : LogShipping
Set longStatus
setNpc()  : LogShipping
Set npc
setOfficeLabel()  : LogShipping
Set officeLabel
setSale()  : LogShipping
Set sale
setTrackCode()  : trackCode
Set trackCode
setZipCode()  : LogShipping
Set zipCode

Properties

$code

private string $code
Tags
ORM\Column

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

$comment

private string $comment
Tags
ORM\Column

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

$eventCity

private string $eventCity
Tags
ORM\Column

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

$eventDate

private DateTime $eventDate
Tags
ORM\Column

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

$eventLabel

private string $eventLabel
Tags
ORM\Column

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

$highPriority

private string $highPriority
Tags
ORM\Column

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

$id

private int $id
Tags
ORM\Column

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

ORM\Id
ORM\GeneratedValue

(strategy="AUTO")

$isSentGoogle

private int $isSentGoogle
Tags
ORM\Column

(name="is_sent_google", type="integer", options={"default" : 0})

private string $link
Tags
ORM\Column

(name="link", type="text", nullable=true)

$longStatus

private string $longStatus
Tags
ORM\Column

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

$npc

private string $npc
Tags
ORM\Column

(name="npc", type="text", nullable=true)

$officeLabel

private string $officeLabel
Tags
ORM\Column

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

$sale

private mixed $sale
Tags
ORM\ManyToOne

(targetEntity="Sale", inversedBy="logShipping")

ORM\JoinColumn

(nullable=false)

$trackCode

private string $trackCode
Tags
ORM\Column

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

$zipCode

private string $zipCode
Tags
ORM\Column

(name="zip_code", type="text", nullable=true)

Methods

getCode()

Get code

public getCode() : string
Return values
string

getComment()

Get comment

public getComment() : string
Return values
string

getEventCity()

Get eventCity

public getEventCity() : string
Return values
string

getEventDate()

Get eventDate

public getEventDate() : DateTime
Return values
DateTime

getEventLabel()

Get eventLabel

public getEventLabel() : string
Return values
string

getHighPriority()

Get highPriority

public getHighPriority() : string
Return values
string

getId()

Get id

public getId() : int
Return values
int

getIsSentGoogle()

public getIsSentGoogle() : int
Return values
int

Get link

public getLink() : string
Return values
string

getLongStatus()

Get longStatus

public getLongStatus() : string
Return values
string

getNpc()

Get npc

public getNpc() : string
Return values
string

getOfficeLabel()

Get officeLabel

public getOfficeLabel() : string
Return values
string

getTrackCode()

Get trackCode

public getTrackCode() : string
Return values
string

getZipCode()

Get zipCode

public getZipCode() : string
Return values
string

setIsSentGoogle()

public setIsSentGoogle(int $isSentGoogle) : mixed
Parameters
$isSentGoogle : int

setTrackCode()

Set trackCode

public setTrackCode(string $trackCode) : trackCode
Parameters
$trackCode : string
Return values
trackCode

        
On this page

Search results