ActionPriceStockItemType
in package
Class representing ActionPriceStockItemType.
XSD Type: actionPriceStockItemType
Table of Contents
- $actionPriceStock : ActionPriceStockType|null
- Akční cena skladové zásoby.
- $defaultPriceStock : DefaultPriceStockType|null
- Původní cena skladové zásoby.
- $stock : StockType|null
- Skladová zásoba.
- $storage : RefTypeStorageType|null
- Členění.
- $text : string|null
- Název.
- getActionPriceStock() : ActionPriceStockType
- Gets as actionPriceStock.
- getDefaultPriceStock() : DefaultPriceStockType
- Gets as defaultPriceStock.
- getStock() : StockType
- Gets as stock.
- getStorage() : RefTypeStorageType
- Gets as storage.
- getText() : string
- Gets as text.
- setActionPriceStock() : self
- Sets a new actionPriceStock.
- setDefaultPriceStock() : self
- Sets a new defaultPriceStock.
- setStock() : self
- Sets a new stock.
- setStorage() : self
- Sets a new storage.
- setText() : self
- Sets a new text.
Properties
$actionPriceStock
Akční cena skladové zásoby.
private
ActionPriceStockType|null
$actionPriceStock
= null
$defaultPriceStock
Původní cena skladové zásoby.
private
DefaultPriceStockType|null
$defaultPriceStock
= null
$stock
Skladová zásoba.
private
StockType|null
$stock
= null
$storage
Členění.
private
RefTypeStorageType|null
$storage
= null
$text
Název.
private
string|null
$text
= null
Methods
getActionPriceStock()
Gets as actionPriceStock.
public
getActionPriceStock() : ActionPriceStockType
Akční cena skladové zásoby.
Return values
ActionPriceStockType —getDefaultPriceStock()
Gets as defaultPriceStock.
public
getDefaultPriceStock() : DefaultPriceStockType
Původní cena skladové zásoby.
Return values
DefaultPriceStockType —getStock()
Gets as stock.
public
getStock() : StockType
Skladová zásoba.
Return values
StockType —getStorage()
Gets as storage.
public
getStorage() : RefTypeStorageType
Členění.
Return values
RefTypeStorageType —getText()
Gets as text.
public
getText() : string
Název.
Return values
string —setActionPriceStock()
Sets a new actionPriceStock.
public
setActionPriceStock([ActionPriceStockType|null $actionPriceStock = null ]) : self
Akční cena skladové zásoby.
Parameters
- $actionPriceStock : ActionPriceStockType|null = null
Return values
self —setDefaultPriceStock()
Sets a new defaultPriceStock.
public
setDefaultPriceStock([DefaultPriceStockType|null $defaultPriceStock = null ]) : self
Původní cena skladové zásoby.
Parameters
- $defaultPriceStock : DefaultPriceStockType|null = null
Return values
self —setStock()
Sets a new stock.
public
setStock([StockType|null $stock = null ]) : self
Skladová zásoba.
Parameters
- $stock : StockType|null = null
Return values
self —setStorage()
Sets a new storage.
public
setStorage([RefTypeStorageType|null $storage = null ]) : self
Členění.
Parameters
- $storage : RefTypeStorageType|null = null
Return values
self —setText()
Sets a new text.
public
setText(string $text) : self
Název.
Parameters
- $text : string