NumericalSeriesHeaderType
in package
Class representing NumericalSeriesHeaderType.
XSD Type: numericalSeriesHeaderType
Table of Contents
Properties
- $agenda : string|null
- Agenda.
- $cashAccount : RefType|null
- Pokladna. Tento element je vyžadován při vytvoření číselné řady pro agendu "Pokladna".
- $cashbox : RefType|null
- Kasa. Tento element je vyžadován při vytvoření číselné řady pro agendu "Prodejky".
- $extId : ExtIdType|null
- Odkaz na záznam v externí databázi. V databázi se nachází speciální tabulka obsahující vazbu mezi agendou a externí databází.
- $id : int|null
- ID záznamu (pouze pro export).
- $markRecord : string|null
- Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
- $name : string|null
- Název (popis).
- $note : string|null
- Poznámka.
- $number : string|null
- Číslo.
- $parameters : array<string|int, ParameterDocType>
- Volitelný parametr.
- $period : string|null
- Období plastnosti číselné řady.
- $periodAccountUnit : PeriodAccountUnitType|null
- Období plastnosti účetní jednotky.
- $prefix : string|null
- Prefix číselné řady.
- $topNumber : string|null
- Nejvyšší číslo v dané číselné řadě (pouze pro export).
- $typeOfDocument : string|null
- Typ dokladu. Tento element je vyžadován při vytvoření číselné řady pro agendu, které má více typů dokladů.
- $unitPZD : RefType|null
- Jednotka PZD. Nastavení vlastníka číselné řady v režimu „Pobočkové zpracování dat“.
- $year : int|null
- Rok běžného nebo přechodné období. V případě, že ještě nedošlo k přepnutí přechodného období, řada do následujícího období se nenaimportuje.
Methods
- addToParameters() : self
- Adds as parameter.
- getAgenda() : string
- Gets as agenda.
- getCashAccount() : RefType
- Gets as cashAccount.
- getCashbox() : RefType
- Gets as cashbox.
- getExtId() : ExtIdType
- Gets as extId.
- getId() : int
- Gets as id.
- getMarkRecord() : string
- Gets as markRecord.
- getName() : string
- Gets as name.
- getNote() : string
- Gets as note.
- getNumber() : string
- Gets as number.
- getParameters() : array<string|int, ParameterDocType>
- Gets as parameters.
- getPeriod() : string
- Gets as period.
- getPeriodAccountUnit() : PeriodAccountUnitType
- Gets as periodAccountUnit.
- getPrefix() : string
- Gets as prefix.
- getTopNumber() : string
- Gets as topNumber.
- getTypeOfDocument() : string
- Gets as typeOfDocument.
- getUnitPZD() : RefType
- Gets as unitPZD.
- getYear() : int
- Gets as year.
- issetParameters() : bool
- isset parameters.
- setAgenda() : self
- Sets a new agenda.
- setCashAccount() : self
- Sets a new cashAccount.
- setCashbox() : self
- Sets a new cashbox.
- setExtId() : self
- Sets a new extId.
- setId() : self
- Sets a new id.
- setMarkRecord() : self
- Sets a new markRecord.
- setName() : self
- Sets a new name.
- setNote() : self
- Sets a new note.
- setNumber() : self
- Sets a new number.
- setParameters() : self
- Sets a new parameters.
- setPeriod() : self
- Sets a new period.
- setPeriodAccountUnit() : self
- Sets a new periodAccountUnit.
- setPrefix() : self
- Sets a new prefix.
- setTopNumber() : self
- Sets a new topNumber.
- setTypeOfDocument() : self
- Sets a new typeOfDocument.
- setUnitPZD() : self
- Sets a new unitPZD.
- setYear() : self
- Sets a new year.
- unsetParameters() : void
- unset parameters.
Properties
$agenda
Agenda.
private
string|null
$agenda
= null
$cashAccount
Pokladna. Tento element je vyžadován při vytvoření číselné řady pro agendu "Pokladna".
private
RefType|null
$cashAccount
= null
$cashbox
Kasa. Tento element je vyžadován při vytvoření číselné řady pro agendu "Prodejky".
private
RefType|null
$cashbox
= null
$extId
Odkaz na záznam v externí databázi. V databázi se nachází speciální tabulka obsahující vazbu mezi agendou a externí databází.
private
ExtIdType|null
$extId
= null
$id
ID záznamu (pouze pro export).
private
int|null
$id
= null
$markRecord
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
private
string|null
$markRecord
= null
$name
Název (popis).
private
string|null
$name
= null
$note
Poznámka.
private
string|null
$note
= null
$number
Číslo.
private
string|null
$number
= null
$parameters
Volitelný parametr.
private
array<string|int, ParameterDocType>
$parameters
= null
$period
Období plastnosti číselné řady.
private
string|null
$period
= null
$periodAccountUnit
Období plastnosti účetní jednotky.
private
PeriodAccountUnitType|null
$periodAccountUnit
= null
$prefix
Prefix číselné řady.
private
string|null
$prefix
= null
$topNumber
Nejvyšší číslo v dané číselné řadě (pouze pro export).
private
string|null
$topNumber
= null
$typeOfDocument
Typ dokladu. Tento element je vyžadován při vytvoření číselné řady pro agendu, které má více typů dokladů.
private
string|null
$typeOfDocument
= null
$unitPZD
Jednotka PZD. Nastavení vlastníka číselné řady v režimu „Pobočkové zpracování dat“.
private
RefType|null
$unitPZD
= null
$year
Rok běžného nebo přechodné období. V případě, že ještě nedošlo k přepnutí přechodného období, řada do následujícího období se nenaimportuje.
private
int|null
$year
= null
Methods
addToParameters()
Adds as parameter.
public
addToParameters(ParameterDocType $parameter) : self
Volitelný parametr.
Parameters
- $parameter : ParameterDocType
Return values
selfgetAgenda()
Gets as agenda.
public
getAgenda() : string
Agenda.
Return values
stringgetCashAccount()
Gets as cashAccount.
public
getCashAccount() : RefType
Pokladna. Tento element je vyžadován při vytvoření číselné řady pro agendu "Pokladna".
Return values
RefTypegetCashbox()
Gets as cashbox.
public
getCashbox() : RefType
Kasa. Tento element je vyžadován při vytvoření číselné řady pro agendu "Prodejky".
Return values
RefTypegetExtId()
Gets as extId.
public
getExtId() : ExtIdType
Odkaz na záznam v externí databázi. V databázi se nachází speciální tabulka obsahující vazbu mezi agendou a externí databází.
Return values
ExtIdTypegetId()
Gets as id.
public
getId() : int
ID záznamu (pouze pro export).
Return values
intgetMarkRecord()
Gets as markRecord.
public
getMarkRecord() : string
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
Return values
stringgetName()
Gets as name.
public
getName() : string
Název (popis).
Return values
stringgetNote()
Gets as note.
public
getNote() : string
Poznámka.
Return values
stringgetNumber()
Gets as number.
public
getNumber() : string
Číslo.
Return values
stringgetParameters()
Gets as parameters.
public
getParameters() : array<string|int, ParameterDocType>
Volitelný parametr.
Return values
array<string|int, ParameterDocType>getPeriod()
Gets as period.
public
getPeriod() : string
Období plastnosti číselné řady.
Return values
stringgetPeriodAccountUnit()
Gets as periodAccountUnit.
public
getPeriodAccountUnit() : PeriodAccountUnitType
Období plastnosti účetní jednotky.
Return values
PeriodAccountUnitTypegetPrefix()
Gets as prefix.
public
getPrefix() : string
Prefix číselné řady.
Return values
stringgetTopNumber()
Gets as topNumber.
public
getTopNumber() : string
Nejvyšší číslo v dané číselné řadě (pouze pro export).
Return values
stringgetTypeOfDocument()
Gets as typeOfDocument.
public
getTypeOfDocument() : string
Typ dokladu. Tento element je vyžadován při vytvoření číselné řady pro agendu, které má více typů dokladů.
Return values
stringgetUnitPZD()
Gets as unitPZD.
public
getUnitPZD() : RefType
Jednotka PZD. Nastavení vlastníka číselné řady v režimu „Pobočkové zpracování dat“.
Return values
RefTypegetYear()
Gets as year.
public
getYear() : int
Rok běžného nebo přechodné období. V případě, že ještě nedošlo k přepnutí přechodného období, řada do následujícího období se nenaimportuje.
Return values
intissetParameters()
isset parameters.
public
issetParameters(int|string $index) : bool
Volitelný parametr.
Parameters
- $index : int|string
Return values
boolsetAgenda()
Sets a new agenda.
public
setAgenda(string $agenda) : self
Agenda.
Parameters
- $agenda : string
Return values
selfsetCashAccount()
Sets a new cashAccount.
public
setCashAccount([RefType|null $cashAccount = null ]) : self
Pokladna. Tento element je vyžadován při vytvoření číselné řady pro agendu "Pokladna".
Parameters
- $cashAccount : RefType|null = null
Return values
selfsetCashbox()
Sets a new cashbox.
public
setCashbox([RefType|null $cashbox = null ]) : self
Kasa. Tento element je vyžadován při vytvoření číselné řady pro agendu "Prodejky".
Parameters
- $cashbox : RefType|null = null
Return values
selfsetExtId()
Sets a new extId.
public
setExtId([ExtIdType|null $extId = null ]) : self
Odkaz na záznam v externí databázi. V databázi se nachází speciální tabulka obsahující vazbu mezi agendou a externí databází.
Parameters
- $extId : ExtIdType|null = null
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
ID záznamu (pouze pro export).
Parameters
- $id : int
Return values
selfsetMarkRecord()
Sets a new markRecord.
public
setMarkRecord(string $markRecord) : self
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
Parameters
- $markRecord : string
Return values
selfsetName()
Sets a new name.
public
setName(string $name) : self
Název (popis).
Parameters
- $name : string
Return values
selfsetNote()
Sets a new note.
public
setNote(string $note) : self
Poznámka.
Parameters
- $note : string
Return values
selfsetNumber()
Sets a new number.
public
setNumber(string $number) : self
Číslo.
Parameters
- $number : string
Return values
selfsetParameters()
Sets a new parameters.
public
setParameters([array<string|int, ParameterDocType> $parameters = null ]) : self
Volitelný parametr.
Parameters
- $parameters : array<string|int, ParameterDocType> = null
Return values
selfsetPeriod()
Sets a new period.
public
setPeriod(string $period) : self
Období plastnosti číselné řady.
Parameters
- $period : string
Return values
selfsetPeriodAccountUnit()
Sets a new periodAccountUnit.
public
setPeriodAccountUnit([PeriodAccountUnitType|null $periodAccountUnit = null ]) : self
Období plastnosti účetní jednotky.
Parameters
- $periodAccountUnit : PeriodAccountUnitType|null = null
Return values
selfsetPrefix()
Sets a new prefix.
public
setPrefix(string $prefix) : self
Prefix číselné řady.
Parameters
- $prefix : string
Return values
selfsetTopNumber()
Sets a new topNumber.
public
setTopNumber(string $topNumber) : self
Nejvyšší číslo v dané číselné řadě (pouze pro export).
Parameters
- $topNumber : string
Return values
selfsetTypeOfDocument()
Sets a new typeOfDocument.
public
setTypeOfDocument(string $typeOfDocument) : self
Typ dokladu. Tento element je vyžadován při vytvoření číselné řady pro agendu, které má více typů dokladů.
Parameters
- $typeOfDocument : string
Return values
selfsetUnitPZD()
Sets a new unitPZD.
public
setUnitPZD([RefType|null $unitPZD = null ]) : self
Jednotka PZD. Nastavení vlastníka číselné řady v režimu „Pobočkové zpracování dat“.
Parameters
- $unitPZD : RefType|null = null
Return values
selfsetYear()
Sets a new year.
public
setYear(int $year) : self
Rok běžného nebo přechodné období. V případě, že ještě nedošlo k přepnutí přechodného období, řada do následujícího období se nenaimportuje.
Parameters
- $year : int
Return values
selfunsetParameters()
unset parameters.
public
unsetParameters(int|string $index) : void
Volitelný parametr.
Parameters
- $index : int|string