FilterExtIdType
in package
Class representing FilterExtIdType.
XSD Type: filterExtIdType
Table of Contents
- $extId : ExtIdType|null
- Vybere záznam dle zadaného externího identifikátoru.
- $id : int|null
- Filtr podle ID záznamu.
- getExtId() : ExtIdType
- Gets as extId.
- getId() : int
- Gets as id.
- setExtId() : self
- Sets a new extId.
- setId() : self
- Sets a new id.
Properties
$extId
Vybere záznam dle zadaného externího identifikátoru.
private
ExtIdType|null
$extId
= null
$id
Filtr podle ID záznamu.
private
int|null
$id
= null
Methods
getExtId()
Gets as extId.
public
getExtId() : ExtIdType
Vybere záznam dle zadaného externího identifikátoru.
Return values
ExtIdType —getId()
Gets as id.
public
getId() : int
Filtr podle ID záznamu.
Return values
int —setExtId()
Sets a new extId.
public
setExtId([ExtIdType|null $extId = null ]) : self
Vybere záznam dle zadaného externího identifikátoru.
Parameters
- $extId : ExtIdType|null = null
Return values
self —setId()
Sets a new id.
public
setId(int $id) : self
Filtr podle ID záznamu.
Parameters
- $id : int