Documentation

AccountingType
in package

Class representing AccountingType.

Odkaz na entitu. Vyšší prioritu má element "id", dále "ids." XSD Type: accountingType

Table of Contents

$accountingType  : string|null
Pevné typy předkontací.
$id  : int|null
ID záznamu předkontace.
$ids  : string|null
Zkratka předkontace.
getAccountingType()  : string
Gets as accountingType.
getId()  : int
Gets as id.
getIds()  : string
Gets as ids.
setAccountingType()  : self
Sets a new accountingType.
setId()  : self
Sets a new id.
setIds()  : self
Sets a new ids.

Properties

$accountingType

Pevné typy předkontací.

private string|null $accountingType = null

Methods

getAccountingType()

Gets as accountingType.

public getAccountingType() : string

Pevné typy předkontací.

Return values
string

getId()

Gets as id.

public getId() : int

ID záznamu předkontace.

Return values
int

getIds()

Gets as ids.

public getIds() : string

Zkratka předkontace.

Return values
string

setAccountingType()

Sets a new accountingType.

public setAccountingType(string $accountingType) : self

Pevné typy předkontací.

Parameters
$accountingType : string
Return values
self

setId()

Sets a new id.

public setId(int $id) : self

ID záznamu předkontace.

Parameters
$id : int
Return values
self

setIds()

Sets a new ids.

public setIds(string $ids) : self

Zkratka předkontace.

Parameters
$ids : string
Return values
self

Search results