ElementBatchItem implements InventoryTreeItem
Class Arrival
Table of Contents
Interfaces
- InventoryTreeItem
- Class Entity
Methods
- __construct() : mixed
- getAmount() : float
- getElement() : EO_StoreBatchDocumentElement
- getStoreId() : int
- getStoreItemHash() : string
- isArrivalElement() : bool
- save() : Result
- setStoreItemHash() : void
Methods
__construct()
public
__construct(EO_StoreBatchDocumentElement $bindingElement, int $storeId) : mixed
Parameters
- $bindingElement : EO_StoreBatchDocumentElement
- $storeId : int
getAmount()
public
getAmount() : float
Return values
floatgetElement()
public
getElement() : EO_StoreBatchDocumentElement
Return values
EO_StoreBatchDocumentElementgetStoreId()
public
getStoreId() : int
Return values
intgetStoreItemHash()
public
getStoreItemHash() : string
Return values
stringisArrivalElement()
public
isArrivalElement() : bool
Return values
boolsave()
public
save() : Result
Return values
ResultsetStoreItemHash()
public
setStoreItemHash(string $storeItemHash) : void
Parameters
- $storeItemHash : string