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
$correctGross
private
float
$correctGross
$correctNet
private
float
$correctNet
$date
private
DateTime
$date
$incorrectGross
private
float
$incorrectGross
$totalGross
private
float
$totalGross
Methods
addCorrect()
public
addCorrect(mixed $turnover) : mixed
Parameters
- $turnover : mixed
addIncorrect()
public
addIncorrect(mixed $turnover) : mixed
Parameters
- $turnover : mixed
getCorrectGross()
Get the value of correctGross
public
getCorrectGross() : mixed
getCorrectNet()
Get the value of correctNet
public
getCorrectNet() : mixed
getDate()
Get the value of date
public
getDate() : mixed
getIncorrectGross()
Get the value of incorrectGross
public
getIncorrectGross() : mixed
getTotalGross()
Get the value of totalGross
public
getTotalGross() : mixed
jsonSerialize()
public
jsonSerialize() : mixed
setCorrectGross()
Set the value of correctGross
public
setCorrectGross(mixed $correctGross) : self
Parameters
- $correctGross : mixed
Return values
selfsetCorrectNet()
Set the value of correctNet
public
setCorrectNet(mixed $correctNet) : self
Parameters
- $correctNet : mixed
Return values
selfsetDate()
Set the value of date
public
setDate(mixed $date) : self
Parameters
- $date : mixed
Return values
selfsetIncorrectGross()
Set the value of incorrectGross
public
setIncorrectGross(mixed $incorrectGross) : self
Parameters
- $incorrectGross : mixed
Return values
selfsetTotalGross()
Set the value of totalGross
public
setTotalGross(mixed $totalGross) : self
Parameters
- $totalGross : mixed