SerialNumberItemType
in package
Class representing SerialNumberItemType.
XSD Type: serialNumberItemType
Table of Contents
- $count : float|null
- Stav zásoby.
- $expiration : DateTime|null
- Datum expirace skladové zásoby uvedené šarže.
- $id : int|null
- ID výrobní číslo nebo šarže.
- $note : string|null
- Poznámka.
- $serialNumber : string|null
- Výrobní číslo nebo šarže. Tento element je vyžadován při vytvoření dokladu.
- getCount() : float
- Gets as count.
- getExpiration() : DateTime
- Gets as expiration.
- getId() : int
- Gets as id.
- getNote() : string
- Gets as note.
- getSerialNumber() : string
- Gets as serialNumber.
- setCount() : self
- Sets a new count.
- setExpiration() : self
- Sets a new expiration.
- setId() : self
- Sets a new id.
- setNote() : self
- Sets a new note.
- setSerialNumber() : self
- Sets a new serialNumber.
Properties
$count
Stav zásoby.
private
float|null
$count
= null
$expiration
Datum expirace skladové zásoby uvedené šarže.
private
DateTime|null
$expiration
= null
$id
ID výrobní číslo nebo šarže.
private
int|null
$id
= null
$note
Poznámka.
private
string|null
$note
= null
$serialNumber
Výrobní číslo nebo šarže. Tento element je vyžadován při vytvoření dokladu.
private
string|null
$serialNumber
= null
Methods
getCount()
Gets as count.
public
getCount() : float
Stav zásoby.
Return values
float —getExpiration()
Gets as expiration.
public
getExpiration() : DateTime
Datum expirace skladové zásoby uvedené šarže.
Return values
DateTime —getId()
Gets as id.
public
getId() : int
ID výrobní číslo nebo šarže.
Return values
int —getNote()
Gets as note.
public
getNote() : string
Poznámka.
Return values
string —getSerialNumber()
Gets as serialNumber.
public
getSerialNumber() : string
Výrobní číslo nebo šarže. Tento element je vyžadován při vytvoření dokladu.
Return values
string —setCount()
Sets a new count.
public
setCount(float $count) : self
Stav zásoby.
Parameters
- $count : float
Return values
self —setExpiration()
Sets a new expiration.
public
setExpiration([DateTime|null $expiration = null ]) : self
Datum expirace skladové zásoby uvedené šarže.
Parameters
- $expiration : DateTime|null = null
Return values
self —setId()
Sets a new id.
public
setId(int $id) : self
ID výrobní číslo nebo šarže.
Parameters
- $id : int
Return values
self —setNote()
Sets a new note.
public
setNote(string $note) : self
Poznámka.
Parameters
- $note : string
Return values
self —setSerialNumber()
Sets a new serialNumber.
public
setSerialNumber(string $serialNumber) : self
Výrobní číslo nebo šarže. Tento element je vyžadován při vytvoření dokladu.
Parameters
- $serialNumber : string