Documentation

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

Methods

getPeriod()

Gets as period.

public getPeriod() : string

Typ období účetní jednotky (běžné/přechodné).

Return values
string

setAgenda()

Sets a new agenda.

public setAgenda(string $agenda) : self

Typ agendy.

Parameters
$agenda : string
Return values
self

setId()

Sets a new id.

public setId(int $id) : self

Filtr podle ID záznamu.

Parameters
$id : int
Return values
self

setPeriod()

Sets a new period.

public setPeriod(string $period) : self

Typ období účetní jednotky (běžné/přechodné).

Parameters
$period : string
Return values
self

        
On this page

Search results