Documentation

Entry
in package
implements JsonSerializable

FinalYes

Table of Contents

Interfaces

JsonSerializable

Properties

$bankingDetail  : array<string|int, EntryBankingDetail>|null
$client  : Client|null
$country  : Country|null
$dataReceived  : EntryDataReceived|null
$deadlineDate  : DateTime|null
$doneDate  : DateTime|null
$endDate  : DateTime|null
$entryPastsDownload  : array<string|int, ReportDownload>|null
$entryReportDownload  : ReportDownload|null
$filingCompany  : FilingCompany|null
$history  : mixed
$id  : int|null
$needPay  : bool
$onHoldDate  : DateTime|null
$period  : Period|null
$proformaReportItemPasts  : Collection<string|int, ProformaReportItemPast>
$proformaReportItems  : Collection<string|int, ProformaReportItem>
$proformaReportItemVersions  : Collection<string|int, ProformaReportItemVersion>
$qualityControlDate  : DateTime|null
$reportCreatedDate  : DateTime|null
$reportDownload  : ReportDownload|null
$reportErrorMessage  : string|null
$reportMissing  : ReportMissingInfoEntity|null
$reportObligation  : ReportObligation|null
$reportType  : ReportType|null
$returnPaidDate  : DateTime|null
$returnSubmittedDate  : DateTime|null
$startDate  : DateTime|null
$status  : int
$submitUser  : UserAccount|null
$uncoverDate  : DateTime|null
$vatDifferenceAmount  : float|null
$versionCreatedDate  : DateTime|null

Methods

__construct()  : mixed
getBankingDetail()  : array<string|int, mixed>|null
getClient()  : Client|null
getCountry()  : Country|null
getDataReceived()  : EntryDataReceived|null
getDeadlineDate()  : DateTime|null
getDoneDate()  : DateTime|null
getEndDate()  : DateTime|null
getEntryPastsDownload()  : array<string|int, ReportDownload>|null
getEntryReportDownload()  : ReportDownload
getFilingCompany()  : FilingCompany|null
getHistory()  : array<string|int, mixed>|null
Get the value of history
getId()  : int|null
getOnHoldDate()  : DateTime|null
getPeriod()  : Period|null
getProformaReportItemPasts()  : mixed
getProformaReportItems()  : mixed
getProformaReportItemVersions()  : mixed
getQualityControlDate()  : DateTime|null
getReportCreatedDate()  : DateTime|null
getReportDownload()  : ReportDownload
getReportErrorMessage()  : string|null
getReportMissing()  : ReportMissingInfoEntity|null
Get the value of reportMissing
getReportObligation()  : ReportObligation|null
getReportType()  : ReportType
getReturnPaidDate()  : DateTime|null
getReturnSubmittedDate()  : DateTime|null
getStartDate()  : DateTime|null
getStatus()  : int
getSubmitUser()  : UserAccount|null
getUncoverDate()  : DateTime|null
getUser()  : Client|null
getVatDifferenceAmount()  : float|null
getVersionCreatedDate()  : DateTime|null
isNeedPay()  : bool
jsonSerialize()  : array<string|int, mixed>
setBankingDetail()  : void
setClient()  : void
setCountry()  : void
setDataReceived()  : void
setDeadlineDate()  : void
setDoneDate()  : void
setEndDate()  : void
setEntryPastsDownload()  : void
setEntryReportDownload()  : void
setFilingCompany()  : void
setHistory()  : self
Set the value of history
setId()  : void
setNeedPay()  : void
setOnHoldDate()  : void
setPeriod()  : void
setQualityControlDate()  : self
setReportCreatedDate()  : void
setReportDownload()  : void
setReportErrorMessage()  : void
setReportMissing()  : self
Set the value of reportMissing
setReportObligation()  : void
setReportType()  : void
setReturnPaidDate()  : void
setReturnSubmittedDate()  : void
setStartDate()  : void
setStatus()  : void
setSubmitUser()  : void
setUncoverDate()  : void
setUser()  : void
setVatDifferenceAmount()  : void
setVersionCreatedDate()  : mixed
getEntryZip()  : mixed

Properties

$deadlineDate

private DateTime|null $deadlineDate

$doneDate

private DateTime|null $doneDate

$endDate

private DateTime|null $endDate

$history

private mixed $history

$needPay

private bool $needPay = false

$onHoldDate

private DateTime|null $onHoldDate

$proformaReportItemPasts

private Collection<string|int, ProformaReportItemPast> $proformaReportItemPasts
Tags
ORM\OneToMany

(targetEntity="ProformaReportItemPast", mappedBy="entry", fetch="EXTRA_LAZY")

$proformaReportItems

private Collection<string|int, ProformaReportItem> $proformaReportItems
Tags
ORM\OneToMany

(targetEntity="ProformaReportItem", mappedBy="entry", fetch="EXTRA_LAZY")

$proformaReportItemVersions

private Collection<string|int, ProformaReportItemVersion> $proformaReportItemVersions
Tags
ORM\OneToMany

(targetEntity="ProformaReportItemVersion", mappedBy="entry", fetch="EXTRA_LAZY")

$qualityControlDate

private DateTime|null $qualityControlDate

$reportCreatedDate

private DateTime|null $reportCreatedDate

$reportErrorMessage

private string|null $reportErrorMessage

$returnPaidDate

private DateTime|null $returnPaidDate

$returnSubmittedDate

private DateTime|null $returnSubmittedDate

$startDate

private DateTime|null $startDate

$uncoverDate

private DateTime|null $uncoverDate

$vatDifferenceAmount

private float|null $vatDifferenceAmount

$versionCreatedDate

private DateTime|null $versionCreatedDate

Methods

__construct()

public __construct() : mixed

getBankingDetail()

public getBankingDetail() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getDeadlineDate()

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

getDoneDate()

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

getEndDate()

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

getHistory()

Get the value of history

public getHistory() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

$history

getId()

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

getOnHoldDate()

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

getProformaReportItemPasts()

public getProformaReportItemPasts() : mixed

getProformaReportItems()

public getProformaReportItems() : mixed

getProformaReportItemVersions()

public getProformaReportItemVersions() : mixed

getQualityControlDate()

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

getReportCreatedDate()

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

getReportErrorMessage()

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

getReturnPaidDate()

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

getReturnSubmittedDate()

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

getStartDate()

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

getStatus()

public getStatus() : int
Return values
int

getUncoverDate()

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

getVatDifferenceAmount()

public getVatDifferenceAmount() : float|null
Return values
float|null

getVersionCreatedDate()

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

isNeedPay()

public isNeedPay() : bool
Return values
bool

jsonSerialize()

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

setBankingDetail()

public setBankingDetail(array<string|int, mixed>|null $bankingDetail) : void
Parameters
$bankingDetail : array<string|int, mixed>|null

setClient()

public setClient(Client|null $client) : void
Parameters
$client : Client|null

setDeadlineDate()

public setDeadlineDate(DateTime|null $deadlineDate) : void
Parameters
$deadlineDate : DateTime|null

setDoneDate()

public setDoneDate(DateTime|null $doneDate) : void
Parameters
$doneDate : DateTime|null

setEndDate()

public setEndDate(DateTime|null $endDate) : void
Parameters
$endDate : DateTime|null

setEntryPastsDownload()

public setEntryPastsDownload(array<string|int, ReportDownload>|null $entryPastsDownload) : void
Parameters
$entryPastsDownload : array<string|int, ReportDownload>|null

setHistory()

Set the value of history

public setHistory(array<string|int, mixed>|null $history) : self
Parameters
$history : array<string|int, mixed>|null
Return values
self

setId()

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

setNeedPay()

public setNeedPay(bool $needPay) : void
Parameters
$needPay : bool

setOnHoldDate()

public setOnHoldDate(DateTime|null $onHoldDate) : void
Parameters
$onHoldDate : DateTime|null

setPeriod()

public setPeriod(Period|null $period) : void
Parameters
$period : Period|null

setQualityControlDate()

public setQualityControlDate(DateTime|null $qualityControlDate) : self
Parameters
$qualityControlDate : DateTime|null
Return values
self

setReportCreatedDate()

public setReportCreatedDate(DateTime|null $reportCreatedDate) : void
Parameters
$reportCreatedDate : DateTime|null

setReportErrorMessage()

public setReportErrorMessage(string|null $reportErrorMessage) : void
Parameters
$reportErrorMessage : string|null

setReturnPaidDate()

public setReturnPaidDate(DateTime|null $returnPaidDate) : void
Parameters
$returnPaidDate : DateTime|null

setReturnSubmittedDate()

public setReturnSubmittedDate(DateTime|null $returnSubmittedDate) : void
Parameters
$returnSubmittedDate : DateTime|null

setStartDate()

public setStartDate(DateTime|null $startDate) : void
Parameters
$startDate : DateTime|null

setStatus()

public setStatus(int $status) : void
Parameters
$status : int

setUncoverDate()

public setUncoverDate(DateTime|null $uncoverDate) : void
Parameters
$uncoverDate : DateTime|null

setVatDifferenceAmount()

public setVatDifferenceAmount(float|null $vatDifferenceAmount) : void
Parameters
$vatDifferenceAmount : float|null

setVersionCreatedDate()

public setVersionCreatedDate(DateTime|null $versionCreatedDate) : mixed
Parameters
$versionCreatedDate : DateTime|null

getEntryZip()

private getEntryZip() : mixed

        
On this page

Search results