EntryReport
extends Model
-
@property
-
Table of Contents
Properties
-
$createTime
: DateTime|null
-
$currencyId
: int|null
-
$entryId
: int|null
-
$fakeFileName
: string|null
-
$generateDoneDateTime
: DateTime|null
-
$humanFileName
: string|null
-
$id
: int|null
-
$paymentDateTime
: DateTime|null
-
$submitDateTime
: DateTime|null
-
$summary
: string|null
-
$updateTime
: DateTime|null
-
$vatAmount
: float|null
-
$versionCreateDateTime
: DateTime|null
-
$versionNumber
: int|null
-
$workFileName
: string|null
Methods
-
afterFetch()
: mixed
-
afterSave()
: mixed
-
beforeSave()
: mixed
-
columnMap()
: array<string|int, mixed>
-
getCreateTime()
: DateTime|null
-
getCurrencyId()
: int|null
-
getEntry()
: Entry|null
-
getEntryId()
: int|null
-
getFakeFileName()
: string|null
-
getGenerateDoneDateTime()
: DateTime|null
-
getHumanFileName()
: string|null
-
getId()
: int|null
-
getPaymentDateTime()
: DateTime|null
-
getSubmitDateTime()
: DateTime|null
-
getUpdateTime()
: DateTime|null
-
getVatAmount()
: float|null
-
getVersionCreateDateTime()
: DateTime|null
-
getVersionNumber()
: int|null
-
getWorkFileName()
: string|null
-
initialize()
: mixed
-
setCreateTime()
: void
-
setCurrencyId()
: void
-
setEntry()
: void
-
setEntryId()
: void
-
setFakeFileName()
: void
-
setGenerateDoneDateTime()
: void
-
setHumanFileName()
: void
-
setId()
: void
-
setPaymentDateTime()
: void
-
setSubmitDateTime()
: void
-
setUpdateTime()
: void
-
setVatAmount()
: void
-
setVersionCreateDateTime()
: void
-
setVersionNumber()
: void
-
setWorkFileName()
: void
$createTime
protected
DateTime|null
$createTime
$currencyId
protected
int|null
$currencyId
$entryId
protected
int|null
$entryId
$fakeFileName
protected
string|null
$fakeFileName
$generateDoneDateTime
protected
DateTime|null
$generateDoneDateTime
$humanFileName
protected
string|null
$humanFileName
$id
protected
int|null
$id
$paymentDateTime
protected
DateTime|null
$paymentDateTime
$submitDateTime
protected
DateTime|null
$submitDateTime
$summary
protected
string|null
$summary
$updateTime
protected
DateTime|null
$updateTime
$vatAmount
protected
float|null
$vatAmount
$versionCreateDateTime
protected
DateTime|null
$versionCreateDateTime
$versionNumber
protected
int|null
$versionNumber
$workFileName
protected
string|null
$workFileName
afterFetch()
public
afterFetch() : mixed
-
throws
-
Exception
afterSave()
public
afterSave() : mixed
-
throws
-
Exception
beforeSave()
public
beforeSave() : mixed
columnMap()
public
columnMap() : array<string|int, mixed>
Return values
array<string|int, mixed>
getCreateTime()
public
getCreateTime() : DateTime|null
Return values
DateTime|null
getCurrencyId()
public
getCurrencyId() : int|null
getEntry()
public
getEntry() : Entry|null
getEntryId()
public
getEntryId() : int|null
getFakeFileName()
public
getFakeFileName() : string|null
Return values
string|null
getGenerateDoneDateTime()
public
getGenerateDoneDateTime() : DateTime|null
Return values
DateTime|null
getHumanFileName()
public
getHumanFileName() : string|null
Return values
string|null
getId()
public
getId() : int|null
getPaymentDateTime()
public
getPaymentDateTime() : DateTime|null
Return values
DateTime|null
getSubmitDateTime()
public
getSubmitDateTime() : DateTime|null
Return values
DateTime|null
getUpdateTime()
public
getUpdateTime() : DateTime|null
Return values
DateTime|null
getVatAmount()
public
getVatAmount() : float|null
getVersionCreateDateTime()
public
getVersionCreateDateTime() : DateTime|null
Return values
DateTime|null
getVersionNumber()
public
getVersionNumber() : int|null
getWorkFileName()
public
getWorkFileName() : string|null
Return values
string|null
initialize()
public
initialize() : mixed
setCreateTime()
public
setCreateTime(DateTime|null $createTime) : void
Parameters
-
$createTime
: DateTime|null
-
setCurrencyId()
public
setCurrencyId(int|null $currencyId) : void
Parameters
-
$currencyId
: int|null
-
setEntry()
public
setEntry(Entry|null $entry) : void
Parameters
-
$entry
: Entry|null
-
setEntryId()
public
setEntryId(int|null $entryId) : void
Parameters
-
$entryId
: int|null
-
setFakeFileName()
public
setFakeFileName(string|null $fakeFileName) : void
Parameters
-
$fakeFileName
: string|null
-
setGenerateDoneDateTime()
public
setGenerateDoneDateTime(DateTime|null $generateDoneDateTime) : void
Parameters
-
$generateDoneDateTime
: DateTime|null
-
setHumanFileName()
public
setHumanFileName(string|null $humanFileName) : void
Parameters
-
$humanFileName
: string|null
-
setId()
public
setId(int|null $id) : void
Parameters
-
$id
: int|null
-
setPaymentDateTime()
public
setPaymentDateTime(DateTime|null $paymentDateTime) : void
Parameters
-
$paymentDateTime
: DateTime|null
-
setSubmitDateTime()
public
setSubmitDateTime(DateTime|null $submitDateTime) : void
Parameters
-
$submitDateTime
: DateTime|null
-
setUpdateTime()
public
setUpdateTime(DateTime|null $updateTime) : void
Parameters
-
$updateTime
: DateTime|null
-
setVatAmount()
public
setVatAmount(float|null $vatAmount) : void
Parameters
-
$vatAmount
: float|null
-
setVersionCreateDateTime()
public
setVersionCreateDateTime(DateTime|null $versionCreateDateTime) : void
Parameters
-
$versionCreateDateTime
: DateTime|null
-
setVersionNumber()
public
setVersionNumber(int|null $versionNumber) : void
Parameters
-
$versionNumber
: int|null
-
setWorkFileName()
public
setWorkFileName(string|null $workFileName) : void
Parameters
-
$workFileName
: string|null
-