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
$accountingUnitIdentity
Adresa účetní jednotky.
private
MyAddressType|null
$accountingUnitIdentity
= null
$dataFile
Adresa účetní jednotky.
private
string|null
$dataFile
= null
$dateFrom
Počátek účetního období.
private
DateTime|null
$dateFrom
= null
$dateTo
Konec účetního období.
private
DateTime|null
$dateTo
= null
$id
ID záznamu. Používá se při requestu.
private
int|null
$id
= null
$key
Jedinečný identifikátor účetnictví firmy.
private
string|null
$key
= null
$stateType
Stav - fyzická nebo právnická osoba.
private
string|null
$stateType
= null
$unitType
Typ účetní jednotky.
private
string|null
$unitType
= null
$year
Účetní rok.
private
int|null
$year
= null
$yearType
Typ účetního období.
private
string|null
$yearType
= null
Methods
getAccountingUnitIdentity()
Gets as accountingUnitIdentity.
public
getAccountingUnitIdentity() : MyAddressType
Adresa účetní jednotky.
Return values
MyAddressTypegetDataFile()
Gets as dataFile.
public
getDataFile() : string
Adresa účetní jednotky.
Return values
stringgetDateFrom()
Gets as dateFrom.
public
getDateFrom() : DateTime
Počátek účetního období.
Return values
DateTimegetDateTo()
Gets as dateTo.
public
getDateTo() : DateTime
Konec účetního období.
Return values
DateTimegetId()
Gets as id.
public
getId() : int
ID záznamu. Používá se při requestu.
Return values
intgetKey()
Gets as key.
public
getKey() : string
Jedinečný identifikátor účetnictví firmy.
Return values
stringgetStateType()
Gets as stateType.
public
getStateType() : string
Stav - fyzická nebo právnická osoba.
Return values
stringgetUnitType()
Gets as unitType.
public
getUnitType() : string
Typ účetní jednotky.
Return values
stringgetYear()
Gets as year.
public
getYear() : int
Účetní rok
Return values
intgetYearType()
Gets as yearType.
public
getYearType() : string
Typ účetního období.
Return values
stringsetAccountingUnitIdentity()
Sets a new accountingUnitIdentity.
public
setAccountingUnitIdentity([MyAddressType|null $accountingUnitIdentity = null ]) : self
Adresa účetní jednotky.
Parameters
- $accountingUnitIdentity : MyAddressType|null = null
Return values
selfsetDataFile()
Sets a new dataFile.
public
setDataFile(string $dataFile) : self
Adresa účetní jednotky.
Parameters
- $dataFile : string
Return values
selfsetDateFrom()
Sets a new dateFrom.
public
setDateFrom(DateTime $dateFrom) : self
Počátek účetního období.
Parameters
- $dateFrom : DateTime
Return values
selfsetDateTo()
Sets a new dateTo.
public
setDateTo(DateTime $dateTo) : self
Konec účetního období.
Parameters
- $dateTo : DateTime
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
ID záznamu. Používá se při requestu.
Parameters
- $id : int
Return values
selfsetKey()
Sets a new key.
public
setKey(string $key) : self
Jedinečný identifikátor účetnictví firmy.
Parameters
- $key : string
Return values
selfsetStateType()
Sets a new stateType.
public
setStateType(string $stateType) : self
Stav - fyzická nebo právnická osoba.
Parameters
- $stateType : string
Return values
selfsetUnitType()
Sets a new unitType.
public
setUnitType(string $unitType) : self
Typ účetní jednotky.
Parameters
- $unitType : string
Return values
selfsetYear()
Sets a new year.
public
setYear(int $year) : self
Účetní rok
Parameters
- $year : int
Return values
selfsetYearType()
Sets a new yearType.
public
setYearType(string $yearType) : self
Typ účetního období.
Parameters
- $yearType : string