Documentation

SupplierItemType
in package

Class representing SupplierItemType.

XSD Type: supplierItemType

Table of Contents

$actionType  : ActionTypeItemType|null
$currency  : RefType|null
$default  : bool|null
$deliveryPeriod  : RefType|null
$deliveryTime  : int|null
$ean  : string|null
$id  : int|null
$minQuantity  : float|null
$note  : string|null
$orderCode  : string|null
$orderName  : string|null
$parameters  : array<string|int, mixed>|null
Volitelný parametr.
$payVAT  : string|null
$printEAN  : string|null
$purchasingPrice  : float|null
$rate  : float|null
$refAd  : RefTypeSupplierAddressType|null
$unit  : string|null
$unitCoefEAN  : float|null
$unitEAN  : string|null
addToParameters()  : self
Adds as parameter.
getActionType()  : ActionTypeItemType
Gets as actionType.
getCurrency()  : RefType
Gets as currency.
getDefault()  : bool
Gets as default.
getDeliveryPeriod()  : RefType
Gets as deliveryPeriod.
getDeliveryTime()  : int
Gets as deliveryTime.
getEan()  : string
Gets as ean.
getId()  : int
Gets as id.
getMinQuantity()  : float
Gets as minQuantity.
getNote()  : string
Gets as note.
getOrderCode()  : string
Gets as orderCode.
getOrderName()  : string
Gets as orderName.
getParameters()  : array<string|int, ParameterDocType>
Gets as parameters.
getPayVAT()  : string
Gets as payVAT.
getPrintEAN()  : string
Gets as printEAN.
getPurchasingPrice()  : float
Gets as purchasingPrice.
getRate()  : float
Gets as rate.
getRefAd()  : RefTypeSupplierAddressType
Gets as refAd.
getUnit()  : string
Gets as unit.
getUnitCoefEAN()  : float
Gets as unitCoefEAN.
getUnitEAN()  : string
Gets as unitEAN.
issetParameters()  : bool
isset parameters.
setActionType()  : self
Sets a new actionType.
setCurrency()  : self
Sets a new currency.
setDefault()  : self
Sets a new default.
setDeliveryPeriod()  : self
Sets a new deliveryPeriod.
setDeliveryTime()  : self
Sets a new deliveryTime.
setEan()  : self
Sets a new ean.
setId()  : self
Sets a new id.
setMinQuantity()  : self
Sets a new minQuantity.
setNote()  : self
Sets a new note.
setOrderCode()  : self
Sets a new orderCode.
setOrderName()  : self
Sets a new orderName.
setParameters()  : self
Sets a new parameters.
setPayVAT()  : self
Sets a new payVAT.
setPrintEAN()  : self
Sets a new printEAN.
setPurchasingPrice()  : self
Sets a new purchasingPrice.
setRate()  : self
Sets a new rate.
setRefAd()  : self
Sets a new refAd.
setUnit()  : self
Sets a new unit.
setUnitCoefEAN()  : self
Sets a new unitCoefEAN.
setUnitEAN()  : self
Sets a new unitEAN.
unsetParameters()  : void
unset parameters.

Properties

$parameters

Volitelný parametr.

private array<string|int, mixed>|null $parameters = null

Methods

getDefault()

Gets as default.

public getDefault() : bool
Return values
bool

getDeliveryTime()

Gets as deliveryTime.

public getDeliveryTime() : int
Return values
int

getEan()

Gets as ean.

public getEan() : string
Return values
string

getMinQuantity()

Gets as minQuantity.

public getMinQuantity() : float
Return values
float

getNote()

Gets as note.

public getNote() : string
Return values
string

getOrderCode()

Gets as orderCode.

public getOrderCode() : string
Return values
string

getOrderName()

Gets as orderName.

public getOrderName() : string
Return values
string

getPayVAT()

Gets as payVAT.

public getPayVAT() : string
Return values
string

getPrintEAN()

Gets as printEAN.

public getPrintEAN() : string
Return values
string

getPurchasingPrice()

Gets as purchasingPrice.

public getPurchasingPrice() : float
Return values
float

getRate()

Gets as rate.

public getRate() : float
Return values
float

getUnit()

Gets as unit.

public getUnit() : string
Return values
string

getUnitCoefEAN()

Gets as unitCoefEAN.

public getUnitCoefEAN() : float
Return values
float

getUnitEAN()

Gets as unitEAN.

public getUnitEAN() : string
Return values
string

issetParameters()

isset parameters.

public issetParameters(int|string $index) : bool

Volitelný parametr.

Parameters
$index : int|string
Return values
bool

setCurrency()

Sets a new currency.

public setCurrency([RefType|null $currency = null ]) : self
Parameters
$currency : RefType|null = null
Return values
self

setDefault()

Sets a new default.

public setDefault(bool $default) : self
Parameters
$default : bool
Return values
self

setDeliveryPeriod()

Sets a new deliveryPeriod.

public setDeliveryPeriod([RefType|null $deliveryPeriod = null ]) : self
Parameters
$deliveryPeriod : RefType|null = null
Return values
self

setDeliveryTime()

Sets a new deliveryTime.

public setDeliveryTime(int $deliveryTime) : self
Parameters
$deliveryTime : int
Return values
self

setEan()

Sets a new ean.

public setEan(string $ean) : self
Parameters
$ean : string
Return values
self

setId()

Sets a new id.

public setId(int $id) : self
Parameters
$id : int
Return values
self

setMinQuantity()

Sets a new minQuantity.

public setMinQuantity(float $minQuantity) : self
Parameters
$minQuantity : float
Return values
self

setNote()

Sets a new note.

public setNote(string $note) : self
Parameters
$note : string
Return values
self

setOrderCode()

Sets a new orderCode.

public setOrderCode(string $orderCode) : self
Parameters
$orderCode : string
Return values
self

setOrderName()

Sets a new orderName.

public setOrderName(string $orderName) : self
Parameters
$orderName : string
Return values
self

setParameters()

Sets a new parameters.

public setParameters([array<string|int, ParameterDocType$parameters = null ]) : self

Volitelný parametr.

Parameters
$parameters : array<string|int, ParameterDocType> = null
Return values
self

setPayVAT()

Sets a new payVAT.

public setPayVAT(string $payVAT) : self
Parameters
$payVAT : string
Return values
self

setPrintEAN()

Sets a new printEAN.

public setPrintEAN(string $printEAN) : self
Parameters
$printEAN : string
Return values
self

setPurchasingPrice()

Sets a new purchasingPrice.

public setPurchasingPrice(float $purchasingPrice) : self
Parameters
$purchasingPrice : float
Return values
self

setRate()

Sets a new rate.

public setRate(float $rate) : self
Parameters
$rate : float
Return values
self

setUnit()

Sets a new unit.

public setUnit(string $unit) : self
Parameters
$unit : string
Return values
self

setUnitCoefEAN()

Sets a new unitCoefEAN.

public setUnitCoefEAN(float $unitCoefEAN) : self
Parameters
$unitCoefEAN : float
Return values
self

setUnitEAN()

Sets a new unitEAN.

public setUnitEAN(string $unitEAN) : self
Parameters
$unitEAN : string
Return values
self

unsetParameters()

unset parameters.

public unsetParameters(int|string $index) : void

Volitelný parametr.

Parameters
$index : int|string
Return values
void

Search results