Documentation

PLUtypeType
in package

Class representing PLUtypeType.

XSD Type: PLUtype

Table of Contents

$lowerLimit  : int|null
Dolní limit PLU.
$upperLimit  : int|null
Horní limit PLU.
$usePLU  : bool|null
Použít PLU rozsah.
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
int

getUpperLimit()

Gets as upperLimit.

public getUpperLimit() : int

Horní limit PLU.

Return values
int

getUsePLU()

Gets as usePLU.

public getUsePLU() : bool

Použít PLU rozsah

Return values
bool

setLowerLimit()

Sets a new lowerLimit.

public setLowerLimit(int $lowerLimit) : self

Dolní limit PLU.

Parameters
$lowerLimit : int
Return values
self

setUpperLimit()

Sets a new upperLimit.

public setUpperLimit(int $upperLimit) : self

Horní limit PLU.

Parameters
$upperLimit : int
Return values
self

setUsePLU()

Sets a new usePLU.

public setUsePLU(bool $usePLU) : self

Použít PLU rozsah

Parameters
$usePLU : bool
Return values
self

Search results