Documentation

EstablishmentHeaderType
in package

Class representing EstablishmentHeaderType.

Provozovny. XSD Type: establishmentHeaderType

Table of Contents

$city  : string|null
Obec.
$code  : string|null
Zkratka.
$email  : string|null
Email.
$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í.
$fax  : string|null
Fax.
$id  : int|null
ID záznamu.
$markRecord  : string|null
Označení záznamu v programu POHODA, sloupec "X".
$mobil  : string|null
Mobil.
$name  : string|null
Název.
$note  : string|null
Poznámka.
$phone  : string|null
Telefon.
$street  : string|null
Ulice.
$zip  : string|null
PSČ.
getCity()  : string
Gets as city.
getCode()  : string
Gets as code.
getEmail()  : string
Gets as email.
getExtId()  : ExtIdType
Gets as extId.
getFax()  : string
Gets as fax.
getId()  : int
Gets as id.
getMarkRecord()  : string
Gets as markRecord.
getMobil()  : string
Gets as mobil.
getName()  : string
Gets as name.
getNote()  : string
Gets as note.
getPhone()  : string
Gets as phone.
getStreet()  : string
Gets as street.
getZip()  : string
Gets as zip.
setCity()  : self
Sets a new city.
setCode()  : self
Sets a new code.
setEmail()  : self
Sets a new email.
setExtId()  : self
Sets a new extId.
setFax()  : self
Sets a new fax.
setId()  : self
Sets a new id.
setMarkRecord()  : self
Sets a new markRecord.
setMobil()  : self
Sets a new mobil.
setName()  : self
Sets a new name.
setNote()  : self
Sets a new note.
setPhone()  : self
Sets a new phone.
setStreet()  : self
Sets a new street.
setZip()  : self
Sets a new zip.

Properties

$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

$markRecord

Označení záznamu v programu POHODA, sloupec "X".

private string|null $markRecord = null

Methods

getExtId()

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
ExtIdType

getMarkRecord()

Gets as markRecord.

public getMarkRecord() : string

Označení záznamu v programu POHODA, sloupec "X".

Return values
string

setCity()

Sets a new city.

public setCity(string $city) : self

Obec.

Parameters
$city : string
Return values
self

setCode()

Sets a new code.

public setCode(string $code) : self

Zkratka.

Parameters
$code : string
Return values
self

setEmail()

Sets a new email.

public setEmail(string $email) : self

Email.

Parameters
$email : string
Return values
self

setExtId()

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
self

setFax()

Sets a new fax.

public setFax(string $fax) : self

Fax.

Parameters
$fax : string
Return values
self

setId()

Sets a new id.

public setId(int $id) : self

ID záznamu.

Parameters
$id : int
Return values
self

setMarkRecord()

Sets a new markRecord.

public setMarkRecord(string $markRecord) : self

Označení záznamu v programu POHODA, sloupec "X".

Parameters
$markRecord : string
Return values
self

setMobil()

Sets a new mobil.

public setMobil(string $mobil) : self

Mobil.

Parameters
$mobil : string
Return values
self

setName()

Sets a new name.

public setName(string $name) : self

Název.

Parameters
$name : string
Return values
self

setNote()

Sets a new note.

public setNote(string $note) : self

Poznámka.

Parameters
$note : string
Return values
self

setPhone()

Sets a new phone.

public setPhone(string $phone) : self

Telefon.

Parameters
$phone : string
Return values
self

setStreet()

Sets a new street.

public setStreet(string $street) : self

Ulice.

Parameters
$street : string
Return values
self

setZip()

Sets a new zip.

public setZip(string $zip) : self

PSČ.

Parameters
$zip : string
Return values
self

Search results