Documentation

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

Methods

getId()

Gets as id.

public getId() : int

Odkaz na ID v SKzCn.

Return values
int

getIds()

Gets as ids.

public getIds() : string

Název ceny. IDS v SKzCn.

Return values
string

getPrice()

Gets as price.

public getPrice() : float

Cena zásoby.

Return values
float

setId()

Sets a new id.

public setId(int $id) : self

Odkaz na ID v SKzCn.

Parameters
$id : int
Return values
self

setIds()

Sets a new ids.

public setIds(string $ids) : self

Název ceny. IDS v SKzCn.

Parameters
$ids : string
Return values
self

setPrice()

Sets a new price.

public setPrice(float $price) : self

Cena zásoby.

Parameters
$price : float
Return values
self

        
On this page

Search results