Documentation

ItemAccountingUnitType
in package

Class representing ItemAccountingUnitType.

XSD Type: itemAccountingUnitType

Table of Contents

Properties

$accountingUnitIdentity  : MyAddressType|null
Adresa účetní jednotky.
$dataFile  : string|null
Adresa účetní jednotky.
$dateFrom  : DateTime|null
Počátek účetního období.
$dateTo  : DateTime|null
Konec účetního období.
$id  : int|null
ID záznamu. Používá se při requestu.
$key  : string|null
Jedinečný identifikátor účetnictví firmy.
$stateType  : string|null
Stav - fyzická nebo právnická osoba.
$unitType  : string|null
Typ účetní jednotky.
$year  : int|null
Účetní rok.
$yearType  : string|null
Typ účetního období.

Methods

getAccountingUnitIdentity()  : MyAddressType
Gets as accountingUnitIdentity.
getDataFile()  : string
Gets as dataFile.
getDateFrom()  : DateTime
Gets as dateFrom.
getDateTo()  : DateTime
Gets as dateTo.
getId()  : int
Gets as id.
getKey()  : string
Gets as key.
getStateType()  : string
Gets as stateType.
getUnitType()  : string
Gets as unitType.
getYear()  : int
Gets as year.
getYearType()  : string
Gets as yearType.
setAccountingUnitIdentity()  : self
Sets a new accountingUnitIdentity.
setDataFile()  : self
Sets a new dataFile.
setDateFrom()  : self
Sets a new dateFrom.
setDateTo()  : self
Sets a new dateTo.
setId()  : self
Sets a new id.
setKey()  : self
Sets a new key.
setStateType()  : self
Sets a new stateType.
setUnitType()  : self
Sets a new unitType.
setYear()  : self
Sets a new year.
setYearType()  : self
Sets a new yearType.

Properties

Methods

getDataFile()

Gets as dataFile.

public getDataFile() : string

Adresa účetní jednotky.

Return values
string

getDateFrom()

Gets as dateFrom.

public getDateFrom() : DateTime

Počátek účetního období.

Return values
DateTime

getDateTo()

Gets as dateTo.

public getDateTo() : DateTime

Konec účetního období.

Return values
DateTime

getId()

Gets as id.

public getId() : int

ID záznamu. Používá se při requestu.

Return values
int

getKey()

Gets as key.

public getKey() : string

Jedinečný identifikátor účetnictví firmy.

Return values
string

getStateType()

Gets as stateType.

public getStateType() : string

Stav - fyzická nebo právnická osoba.

Return values
string

getUnitType()

Gets as unitType.

public getUnitType() : string

Typ účetní jednotky.

Return values
string

getYearType()

Gets as yearType.

public getYearType() : string

Typ účetního období.

Return values
string

setAccountingUnitIdentity()

Sets a new accountingUnitIdentity.

public setAccountingUnitIdentity([MyAddressType|null $accountingUnitIdentity = null ]) : self

Adresa účetní jednotky.

Parameters
$accountingUnitIdentity : MyAddressType|null = null
Return values
self

setDataFile()

Sets a new dataFile.

public setDataFile(string $dataFile) : self

Adresa účetní jednotky.

Parameters
$dataFile : string
Return values
self

setDateFrom()

Sets a new dateFrom.

public setDateFrom(DateTime $dateFrom) : self

Počátek účetního období.

Parameters
$dateFrom : DateTime
Return values
self

setDateTo()

Sets a new dateTo.

public setDateTo(DateTime $dateTo) : self

Konec účetního období.

Parameters
$dateTo : DateTime
Return values
self

setId()

Sets a new id.

public setId(int $id) : self

ID záznamu. Používá se při requestu.

Parameters
$id : int
Return values
self

setKey()

Sets a new key.

public setKey(string $key) : self

Jedinečný identifikátor účetnictví firmy.

Parameters
$key : string
Return values
self

setStateType()

Sets a new stateType.

public setStateType(string $stateType) : self

Stav - fyzická nebo právnická osoba.

Parameters
$stateType : string
Return values
self

setUnitType()

Sets a new unitType.

public setUnitType(string $unitType) : self

Typ účetní jednotky.

Parameters
$unitType : string
Return values
self

setYear()

Sets a new year.

public setYear(int $year) : self

Účetní rok

Parameters
$year : int
Return values
self

setYearType()

Sets a new yearType.

public setYearType(string $yearType) : self

Typ účetního období.

Parameters
$yearType : string
Return values
self

        
On this page

Search results