ReportMissingReason
in package
Class ReportMissingReason
Tags
Table of Contents
Properties
- $detail : string|null
- $entry : Entry|null
- $fixable : bool
- $id : int|null
- $missingCategory : ReportMissingCategory
- $statusCorrection : MovementStatusCorrection|null
Methods
- getDetail() : string|null
- getEntry() : Entry|null
- getFixable() : bool
- getId() : int|null
- getMissingCategory() : ReportMissingCategory
- getStatusCorrection() : MovementStatusCorrection|null
- setDetail() : self
- setEntry() : self
- setFixable() : self
- setId() : void
- setMissingCategory() : self
- setStatusCorrection() : self
- toArray() : mixed
Properties
$detail
private
string|null
$detail
Tags
$entry
private
Entry|null
$entry
Tags
$fixable
private
bool
$fixable
Tags
$id
private
int|null
$id
Tags
$missingCategory
private
ReportMissingCategory
$missingCategory
Tags
$statusCorrection
private
MovementStatusCorrection|null
$statusCorrection
Tags
Methods
getDetail()
public
getDetail() : string|null
Return values
string|nullgetEntry()
public
getEntry() : Entry|null
Return values
Entry|nullgetFixable()
public
getFixable() : bool
Return values
boolgetId()
public
getId() : int|null
Return values
int|nullgetMissingCategory()
public
getMissingCategory() : ReportMissingCategory
Return values
ReportMissingCategorygetStatusCorrection()
public
getStatusCorrection() : MovementStatusCorrection|null
Return values
MovementStatusCorrection|nullsetDetail()
public
setDetail(string|null $detail) : self
Parameters
- $detail : string|null
Return values
selfsetEntry()
public
setEntry(Entry|null $entry) : self
Parameters
- $entry : Entry|null
Return values
selfsetFixable()
public
setFixable(bool $fixable) : self
Parameters
- $fixable : bool
Return values
selfsetId()
public
setId(int|null $id) : void
Parameters
- $id : int|null
setMissingCategory()
public
setMissingCategory(ReportMissingCategory $missingCategory) : self
Parameters
- $missingCategory : ReportMissingCategory
Return values
selfsetStatusCorrection()
public
setStatusCorrection(MovementStatusCorrection|null $statusCorrection) : self
Parameters
- $statusCorrection : MovementStatusCorrection|null
Return values
selftoArray()
public
toArray() : mixed