StockPriceType
in package
Class representing StockPriceType.
XSD Type: stockPriceType
Table of Contents
Properties
- $id : int|null
- Odkaz na ID v SKzCn.
- $ids : string|null
- Název ceny. IDS v SKzCn.
- $price : float|null
- Cena zásoby.
Methods
- getId() : int
- Gets as id.
- getIds() : string
- Gets as ids.
- getPrice() : float
- Gets as price.
- setId() : self
- Sets a new id.
- setIds() : self
- Sets a new ids.
- setPrice() : self
- Sets a new price.
Properties
$id
Odkaz na ID v SKzCn.
private
int|null
$id
= null
$ids
Název ceny. IDS v SKzCn.
private
string|null
$ids
= null
$price
Cena zásoby.
private
float|null
$price
= null
Methods
getId()
Gets as id.
public
getId() : int
Odkaz na ID v SKzCn.
Return values
intgetIds()
Gets as ids.
public
getIds() : string
Název ceny. IDS v SKzCn.
Return values
stringgetPrice()
Gets as price.
public
getPrice() : float
Cena zásoby.
Return values
floatsetId()
Sets a new id.
public
setId(int $id) : self
Odkaz na ID v SKzCn.
Parameters
- $id : int
Return values
selfsetIds()
Sets a new ids.
public
setIds(string $ids) : self
Název ceny. IDS v SKzCn.
Parameters
- $ids : string
Return values
selfsetPrice()
Sets a new price.
public
setPrice(float $price) : self
Cena zásoby.
Parameters
- $price : float