Documentation

VariantsItemType
in package

Class representing VariantsItemType.

XSD Type: variantsItemType

Table of Contents

Properties

$actionType  : ActionTypeItemAddDeleteType|null
Typ práce s položkou. Výchozí hodnota je přidání nové položky.
$name  : string|null
Název skladové položky.
$order  : int|null
Pořadí skladových položek (Pouze pro export).
$quantity  : float|null
Množství skladové položky.
$stockItem  : StockItemType|null
Odkaz na skladovou položku.

Methods

getActionType()  : ActionTypeItemAddDeleteType
Gets as actionType.
getName()  : string
Gets as name.
getOrder()  : int
Gets as order.
getQuantity()  : float
Gets as quantity.
getStockItem()  : StockItemType
Gets as stockItem.
setActionType()  : self
Sets a new actionType.
setName()  : self
Sets a new name.
setOrder()  : self
Sets a new order.
setQuantity()  : self
Sets a new quantity.
setStockItem()  : self
Sets a new stockItem.

Properties

$order

Pořadí skladových položek (Pouze pro export).

private int|null $order = null

$quantity

Množství skladové položky.

private float|null $quantity = null

Methods

getName()

Gets as name.

public getName() : string

Název skladové položky.

Return values
string

getOrder()

Gets as order.

public getOrder() : int

Pořadí skladových položek (Pouze pro export).

Return values
int

getQuantity()

Gets as quantity.

public getQuantity() : float

Množství skladové položky.

Return values
float

setName()

Sets a new name.

public setName(string $name) : self

Název skladové položky.

Parameters
$name : string
Return values
self

setOrder()

Sets a new order.

public setOrder(int $order) : self

Pořadí skladových položek (Pouze pro export).

Parameters
$order : int
Return values
self

setQuantity()

Sets a new quantity.

public setQuantity(float $quantity) : self

Množství skladové položky.

Parameters
$quantity : float
Return values
self

setStockItem()

Sets a new stockItem.

public setStockItem([StockItemType|null $stockItem = null ]) : self

Odkaz na skladovou položku.

Parameters
$stockItem : StockItemType|null = null
Return values
self

        
On this page

Search results