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