FilterNumeciralSeriesType
in package
Class representing FilterNumeciralSeriesType.
XSD Type: filterNumeciralSeriesType
Table of Contents
Properties
- $agenda : string|null
- Typ agendy.
- $id : int|null
- Filtr podle ID záznamu.
- $period : string|null
- Typ období účetní jednotky (běžné/přechodné).
Methods
- getAgenda() : string
- Gets as agenda.
- getId() : int
- Gets as id.
- getPeriod() : string
- Gets as period.
- setAgenda() : self
- Sets a new agenda.
- setId() : self
- Sets a new id.
- setPeriod() : self
- Sets a new period.
Properties
$agenda
Typ agendy.
private
string|null
$agenda
= null
$id
Filtr podle ID záznamu.
private
int|null
$id
= null
$period
Typ období účetní jednotky (běžné/přechodné).
private
string|null
$period
= null
Methods
getAgenda()
Gets as agenda.
public
getAgenda() : string
Typ agendy.
Return values
stringgetId()
Gets as id.
public
getId() : int
Filtr podle ID záznamu.
Return values
intgetPeriod()
Gets as period.
public
getPeriod() : string
Typ období účetní jednotky (běžné/přechodné).
Return values
stringsetAgenda()
Sets a new agenda.
public
setAgenda(string $agenda) : self
Typ agendy.
Parameters
- $agenda : string
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
Filtr podle ID záznamu.
Parameters
- $id : int
Return values
selfsetPeriod()
Sets a new period.
public
setPeriod(string $period) : self
Typ období účetní jednotky (běžné/přechodné).
Parameters
- $period : string