Documentation

ProformaZip
in package
implements JsonSerializable uses CreateTimeLifecycleCallbacks

Class ProformaZip

Tags
ORM\Entity

(repositoryClass="Vatjar\Data\Repository\ProformaZipRepository")

ORM\Table

(name="proforma_zip")

ORM\HasLifecycleCallbacks

()

Table of Contents

Interfaces

JsonSerializable

Constants

PROGRESS_DONE  = 2
PROGRESS_ERROR  = -1
PROGRESS_PROCESSING  = 1
TYPE_ENTRY_PAST  = 'entry_past'
TYPE_ENTRY_REPORT  = 'entry_report'
TYPE_PRELIMINARY_REPORT  = 'preliminary_report'
TYPES  = [self::TYPE_ENTRY_PAST, self::TYPE_ENTRY_REPORT, self::TYPE_PRELIMINARY_REPORT]

Properties

$createTime  : DateTime|null
$entryId  : int
$id  : int|null
$path  : string
$progress  : int
$type  : string

Methods

createTimePrePersist()  : mixed
getCreateTime()  : DateTime|null
getEntryId()  : int
getId()  : int|null
getPath()  : string|null
getProgress()  : int
getType()  : string
jsonSerialize()  : mixed
setCreateTime()  : void
setEntryId()  : void
setId()  : void
setPath()  : void
setProgress()  : void
setType()  : void

Constants

PROGRESS_PROCESSING

public mixed PROGRESS_PROCESSING = 1

TYPE_ENTRY_PAST

public mixed TYPE_ENTRY_PAST = 'entry_past'

TYPE_ENTRY_REPORT

public mixed TYPE_ENTRY_REPORT = 'entry_report'

TYPE_PRELIMINARY_REPORT

public mixed TYPE_PRELIMINARY_REPORT = 'preliminary_report'

TYPES

public mixed TYPES = [self::TYPE_ENTRY_PAST, self::TYPE_ENTRY_REPORT, self::TYPE_PRELIMINARY_REPORT]

Properties

$createTime

private DateTime|null $createTime
Tags
ORM\Column

(name="create_time", type="datetime", nullable=false)

$entryId

private int $entryId
Tags
ORM\Column

(name="entry_id", type="integer", nullable=false)

$id

private int|null $id
Tags
ORM\Column

(type="integer")

ORM\Id

()

ORM\GeneratedValue

()

$path

private string $path
Tags
ORM\Column

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

$progress

private int $progress
Tags
ORM\Column

(name="progress", type="integer", nullable=false)

$type

private string $type
Tags
ORM\Column

(name="type", type="string", nullable=false)

Methods

getCreateTime()

public getCreateTime() : DateTime|null
Return values
DateTime|null

getEntryId()

public getEntryId() : int
Return values
int

getId()

public getId() : int|null
Return values
int|null

getPath()

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

getProgress()

public getProgress() : int
Return values
int

getType()

public getType() : string
Return values
string

setCreateTime()

public setCreateTime(DateTime|null $createTime) : void
Parameters
$createTime : DateTime|null

setEntryId()

public setEntryId(int $entryId) : void
Parameters
$entryId : int

setId()

public setId(int|null $id) : void
Parameters
$id : int|null

setPath()

public setPath(string $path) : void
Parameters
$path : string

setProgress()

public setProgress(int $progress) : void
Parameters
$progress : int

setType()

public setType(string $type) : void
Parameters
$type : string

        
On this page

Search results