RegistrationNumberHeaderType
in package
Class representing RegistrationNumberHeaderType.
Evidenční čísla XSD Type: registrationNumberHeaderType
Table of Contents
- $count : float|null
- Stav zásoby.
- $expirationDate : DateTime|null
- Datum expirace (pouze pro šarže).
- $extId : ExtIdType|null
- Identifikátor externího systému.
- $id : int|null
- ID záznamu.
- $markRecord : string|null
- Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
- $note : string|null
- Poznámka.
- $parameters : array<string|int, mixed>|null
- Volitelné parametry.
- $reclamation : float|null
- Stav zásoby v reklamaci.
- $regNumber : string|null
- Evidenční číslo.
- $regNumberType : string|null
- Typ evidenčního čísla (výrobní číslo/šarže).
- $service : float|null
- Servis.
- $stockItem : StockItemRegNumberType|null
- Odkaz na skladovou položku.
- addToParameters() : self
- Adds as parameter.
- getCount() : float
- Gets as count.
- getExpirationDate() : DateTime
- Gets as expirationDate.
- getExtId() : ExtIdType
- Gets as extId.
- getId() : int
- Gets as id.
- getMarkRecord() : string
- Gets as markRecord.
- getNote() : string
- Gets as note.
- getParameters() : array<string|int, ParameterDocType>
- Gets as parameters.
- getReclamation() : float
- Gets as reclamation.
- getRegNumber() : string
- Gets as regNumber.
- getRegNumberType() : string
- Gets as regNumberType.
- getService() : float
- Gets as service.
- getStockItem() : StockItemRegNumberType
- Gets as stockItem.
- issetParameters() : bool
- isset parameters.
- setCount() : self
- Sets a new count.
- setExpirationDate() : self
- Sets a new expirationDate.
- setExtId() : self
- Sets a new extId.
- setId() : self
- Sets a new id.
- setMarkRecord() : self
- Sets a new markRecord.
- setNote() : self
- Sets a new note.
- setParameters() : self
- Sets a new parameters.
- setReclamation() : self
- Sets a new reclamation.
- setRegNumber() : self
- Sets a new regNumber.
- setRegNumberType() : self
- Sets a new regNumberType.
- setService() : self
- Sets a new service.
- setStockItem() : self
- Sets a new stockItem.
- unsetParameters() : void
- unset parameters.
Properties
$count
Stav zásoby.
private
float|null
$count
= null
$expirationDate
Datum expirace (pouze pro šarže).
private
DateTime|null
$expirationDate
= null
$extId
Identifikátor externího systému.
private
ExtIdType|null
$extId
= null
$id
ID záznamu.
private
int|null
$id
= null
$markRecord
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
private
string|null
$markRecord
= null
$note
Poznámka.
private
string|null
$note
= null
$parameters
Volitelné parametry.
private
array<string|int, mixed>|null
$parameters
= null
$reclamation
Stav zásoby v reklamaci.
private
float|null
$reclamation
= null
$regNumber
Evidenční číslo.
private
string|null
$regNumber
= null
$regNumberType
Typ evidenčního čísla (výrobní číslo/šarže).
private
string|null
$regNumberType
= null
$service
Servis.
private
float|null
$service
= null
$stockItem
Odkaz na skladovou položku.
private
StockItemRegNumberType|null
$stockItem
= null
Methods
addToParameters()
Adds as parameter.
public
addToParameters(ParameterDocType $parameter) : self
Volitelné parametry.
Parameters
- $parameter : ParameterDocType
Return values
self —getCount()
Gets as count.
public
getCount() : float
Stav zásoby.
Return values
float —getExpirationDate()
Gets as expirationDate.
public
getExpirationDate() : DateTime
Datum expirace (pouze pro šarže).
Return values
DateTime —getExtId()
Gets as extId.
public
getExtId() : ExtIdType
Identifikátor externího systému.
Return values
ExtIdType —getId()
Gets as id.
public
getId() : int
ID záznamu.
Return values
int —getMarkRecord()
Gets as markRecord.
public
getMarkRecord() : string
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
Return values
string —getNote()
Gets as note.
public
getNote() : string
Poznámka.
Return values
string —getParameters()
Gets as parameters.
public
getParameters() : array<string|int, ParameterDocType>
Volitelné parametry.
Return values
array<string|int, ParameterDocType> —getReclamation()
Gets as reclamation.
public
getReclamation() : float
Stav zásoby v reklamaci.
Return values
float —getRegNumber()
Gets as regNumber.
public
getRegNumber() : string
Evidenční číslo.
Return values
string —getRegNumberType()
Gets as regNumberType.
public
getRegNumberType() : string
Typ evidenčního čísla (výrobní číslo/šarže).
Return values
string —getService()
Gets as service.
public
getService() : float
Servis.
Return values
float —getStockItem()
Gets as stockItem.
public
getStockItem() : StockItemRegNumberType
Odkaz na skladovou položku.
Return values
StockItemRegNumberType —issetParameters()
isset parameters.
public
issetParameters(int|string $index) : bool
Volitelné parametry.
Parameters
- $index : int|string
Return values
bool —setCount()
Sets a new count.
public
setCount(float $count) : self
Stav zásoby.
Parameters
- $count : float
Return values
self —setExpirationDate()
Sets a new expirationDate.
public
setExpirationDate([DateTime|null $expirationDate = null ]) : self
Datum expirace (pouze pro šarže).
Parameters
- $expirationDate : DateTime|null = null
Return values
self —setExtId()
Sets a new extId.
public
setExtId([ExtIdType|null $extId = null ]) : self
Identifikátor externího systému.
Parameters
- $extId : ExtIdType|null = null
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". Výchozí hodnota je "označený záznam".
Parameters
- $markRecord : string
Return values
self —setNote()
Sets a new note.
public
setNote(string $note) : self
Poznámka.
Parameters
- $note : string
Return values
self —setParameters()
Sets a new parameters.
public
setParameters([array<string|int, ParameterDocType> $parameters = null ]) : self
Volitelné parametry.
Parameters
- $parameters : array<string|int, ParameterDocType> = null
Return values
self —setReclamation()
Sets a new reclamation.
public
setReclamation(float $reclamation) : self
Stav zásoby v reklamaci.
Parameters
- $reclamation : float
Return values
self —setRegNumber()
Sets a new regNumber.
public
setRegNumber(string $regNumber) : self
Evidenční číslo.
Parameters
- $regNumber : string
Return values
self —setRegNumberType()
Sets a new regNumberType.
public
setRegNumberType(string $regNumberType) : self
Typ evidenčního čísla (výrobní číslo/šarže).
Parameters
- $regNumberType : string
Return values
self —setService()
Sets a new service.
public
setService(float $service) : self
Servis.
Parameters
- $service : float
Return values
self —setStockItem()
Sets a new stockItem.
public
setStockItem(StockItemRegNumberType $stockItem) : self
Odkaz na skladovou položku.
Parameters
- $stockItem : StockItemRegNumberType
Return values
self —unsetParameters()
unset parameters.
public
unsetParameters(int|string $index) : void
Volitelné parametry.
Parameters
- $index : int|string