PLUtypeType
in package
Class representing PLUtypeType.
XSD Type: PLUtype
Table of Contents
Properties
- $lowerLimit : int|null
- Dolní limit PLU.
- $upperLimit : int|null
- Horní limit PLU.
- $usePLU : bool|null
- Použít PLU rozsah.
Methods
- getLowerLimit() : int
- Gets as lowerLimit.
- getUpperLimit() : int
- Gets as upperLimit.
- getUsePLU() : bool
- Gets as usePLU.
- setLowerLimit() : self
- Sets a new lowerLimit.
- setUpperLimit() : self
- Sets a new upperLimit.
- setUsePLU() : self
- Sets a new usePLU.
Properties
$lowerLimit
Dolní limit PLU.
private
int|null
$lowerLimit
= null
$upperLimit
Horní limit PLU.
private
int|null
$upperLimit
= null
$usePLU
Použít PLU rozsah.
private
bool|null
$usePLU
= null
Methods
getLowerLimit()
Gets as lowerLimit.
public
getLowerLimit() : int
Dolní limit PLU.
Return values
intgetUpperLimit()
Gets as upperLimit.
public
getUpperLimit() : int
Horní limit PLU.
Return values
intgetUsePLU()
Gets as usePLU.
public
getUsePLU() : bool
Použít PLU rozsah
Return values
boolsetLowerLimit()
Sets a new lowerLimit.
public
setLowerLimit(int $lowerLimit) : self
Dolní limit PLU.
Parameters
- $lowerLimit : int
Return values
selfsetUpperLimit()
Sets a new upperLimit.
public
setUpperLimit(int $upperLimit) : self
Horní limit PLU.
Parameters
- $upperLimit : int
Return values
selfsetUsePLU()
Sets a new usePLU.
public
setUsePLU(bool $usePLU) : self
Použít PLU rozsah
Parameters
- $usePLU : bool