Documentation

TurnoverTotalEntity
in package
implements JsonSerializable

Table of Contents

Interfaces

JsonSerializable

Properties

$correctGross  : float
$correctNet  : float
$date  : DateTime
$incorrectGross  : float
$totalGross  : float

Methods

addCorrect()  : mixed
addIncorrect()  : mixed
getCorrectGross()  : mixed
Get the value of correctGross
getCorrectNet()  : mixed
Get the value of correctNet
getDate()  : mixed
Get the value of date
getIncorrectGross()  : mixed
Get the value of incorrectGross
getTotalGross()  : mixed
Get the value of totalGross
jsonSerialize()  : mixed
setCorrectGross()  : self
Set the value of correctGross
setCorrectNet()  : self
Set the value of correctNet
setDate()  : self
Set the value of date
setIncorrectGross()  : self
Set the value of incorrectGross
setTotalGross()  : self
Set the value of totalGross

Properties

Methods

addCorrect()

public addCorrect(mixed $turnover) : mixed
Parameters
$turnover : mixed

addIncorrect()

public addIncorrect(mixed $turnover) : mixed
Parameters
$turnover : mixed

getIncorrectGross()

Get the value of incorrectGross

public getIncorrectGross() : mixed

setCorrectGross()

Set the value of correctGross

public setCorrectGross(mixed $correctGross) : self
Parameters
$correctGross : mixed
Return values
self

setCorrectNet()

Set the value of correctNet

public setCorrectNet(mixed $correctNet) : self
Parameters
$correctNet : mixed
Return values
self

setDate()

Set the value of date

public setDate(mixed $date) : self
Parameters
$date : mixed
Return values
self

setIncorrectGross()

Set the value of incorrectGross

public setIncorrectGross(mixed $incorrectGross) : self
Parameters
$incorrectGross : mixed
Return values
self

setTotalGross()

Set the value of totalGross

public setTotalGross(mixed $totalGross) : self
Parameters
$totalGross : mixed
Return values
self

        
On this page

Search results