SupplierItemType
in package
Class representing SupplierItemType.
XSD Type: supplierItemType
Table of Contents
Properties
- $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, ParameterDocType>
- 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
Methods
- 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
$actionType
private
ActionTypeItemType|null
$actionType
= null
$currency
private
RefType|null
$currency
= null
$default
private
bool|null
$default
= null
$deliveryPeriod
private
RefType|null
$deliveryPeriod
= null
$deliveryTime
private
int|null
$deliveryTime
= null
$ean
private
string|null
$ean
= null
$id
private
int|null
$id
= null
$minQuantity
private
float|null
$minQuantity
= null
$note
private
string|null
$note
= null
$orderCode
private
string|null
$orderCode
= null
$orderName
private
string|null
$orderName
= null
$parameters
Volitelný parametr.
private
array<string|int, ParameterDocType>
$parameters
= null
$payVAT
private
string|null
$payVAT
= null
$printEAN
private
string|null
$printEAN
= null
$purchasingPrice
private
float|null
$purchasingPrice
= null
$rate
private
float|null
$rate
= null
$refAd
private
RefTypeSupplierAddressType|null
$refAd
= null
$unit
private
string|null
$unit
= null
$unitCoefEAN
private
float|null
$unitCoefEAN
= null
$unitEAN
private
string|null
$unitEAN
= null
Methods
addToParameters()
Adds as parameter.
public
addToParameters(ParameterDocType $parameter) : self
Volitelný parametr.
Parameters
- $parameter : ParameterDocType
Return values
selfgetActionType()
Gets as actionType.
public
getActionType() : ActionTypeItemType
Return values
ActionTypeItemTypegetCurrency()
Gets as currency.
public
getCurrency() : RefType
Return values
RefTypegetDefault()
Gets as default.
public
getDefault() : bool
Return values
boolgetDeliveryPeriod()
Gets as deliveryPeriod.
public
getDeliveryPeriod() : RefType
Return values
RefTypegetDeliveryTime()
Gets as deliveryTime.
public
getDeliveryTime() : int
Return values
intgetEan()
Gets as ean.
public
getEan() : string
Return values
stringgetId()
Gets as id.
public
getId() : int
Return values
intgetMinQuantity()
Gets as minQuantity.
public
getMinQuantity() : float
Return values
floatgetNote()
Gets as note.
public
getNote() : string
Return values
stringgetOrderCode()
Gets as orderCode.
public
getOrderCode() : string
Return values
stringgetOrderName()
Gets as orderName.
public
getOrderName() : string
Return values
stringgetParameters()
Gets as parameters.
public
getParameters() : array<string|int, ParameterDocType>
Volitelný parametr.
Return values
array<string|int, ParameterDocType>getPayVAT()
Gets as payVAT.
public
getPayVAT() : string
Return values
stringgetPrintEAN()
Gets as printEAN.
public
getPrintEAN() : string
Return values
stringgetPurchasingPrice()
Gets as purchasingPrice.
public
getPurchasingPrice() : float
Return values
floatgetRate()
Gets as rate.
public
getRate() : float
Return values
floatgetRefAd()
Gets as refAd.
public
getRefAd() : RefTypeSupplierAddressType
Return values
RefTypeSupplierAddressTypegetUnit()
Gets as unit.
public
getUnit() : string
Return values
stringgetUnitCoefEAN()
Gets as unitCoefEAN.
public
getUnitCoefEAN() : float
Return values
floatgetUnitEAN()
Gets as unitEAN.
public
getUnitEAN() : string
Return values
stringissetParameters()
isset parameters.
public
issetParameters(int|string $index) : bool
Volitelný parametr.
Parameters
- $index : int|string
Return values
boolsetActionType()
Sets a new actionType.
public
setActionType([ActionTypeItemType|null $actionType = null ]) : self
Parameters
- $actionType : ActionTypeItemType|null = null
Return values
selfsetCurrency()
Sets a new currency.
public
setCurrency([RefType|null $currency = null ]) : self
Parameters
- $currency : RefType|null = null
Return values
selfsetDefault()
Sets a new default.
public
setDefault(bool $default) : self
Parameters
- $default : bool
Return values
selfsetDeliveryPeriod()
Sets a new deliveryPeriod.
public
setDeliveryPeriod([RefType|null $deliveryPeriod = null ]) : self
Parameters
- $deliveryPeriod : RefType|null = null
Return values
selfsetDeliveryTime()
Sets a new deliveryTime.
public
setDeliveryTime(int $deliveryTime) : self
Parameters
- $deliveryTime : int
Return values
selfsetEan()
Sets a new ean.
public
setEan(string $ean) : self
Parameters
- $ean : string
Return values
selfsetId()
Sets a new id.
public
setId(int $id) : self
Parameters
- $id : int
Return values
selfsetMinQuantity()
Sets a new minQuantity.
public
setMinQuantity(float $minQuantity) : self
Parameters
- $minQuantity : float
Return values
selfsetNote()
Sets a new note.
public
setNote(string $note) : self
Parameters
- $note : string
Return values
selfsetOrderCode()
Sets a new orderCode.
public
setOrderCode(string $orderCode) : self
Parameters
- $orderCode : string
Return values
selfsetOrderName()
Sets a new orderName.
public
setOrderName(string $orderName) : self
Parameters
- $orderName : string
Return values
selfsetParameters()
Sets a new parameters.
public
setParameters([array<string|int, ParameterDocType> $parameters = null ]) : self
Volitelný parametr.
Parameters
- $parameters : array<string|int, ParameterDocType> = null
Return values
selfsetPayVAT()
Sets a new payVAT.
public
setPayVAT(string $payVAT) : self
Parameters
- $payVAT : string
Return values
selfsetPrintEAN()
Sets a new printEAN.
public
setPrintEAN(string $printEAN) : self
Parameters
- $printEAN : string
Return values
selfsetPurchasingPrice()
Sets a new purchasingPrice.
public
setPurchasingPrice(float $purchasingPrice) : self
Parameters
- $purchasingPrice : float
Return values
selfsetRate()
Sets a new rate.
public
setRate(float $rate) : self
Parameters
- $rate : float
Return values
selfsetRefAd()
Sets a new refAd.
public
setRefAd([RefTypeSupplierAddressType|null $refAd = null ]) : self
Parameters
- $refAd : RefTypeSupplierAddressType|null = null
Return values
selfsetUnit()
Sets a new unit.
public
setUnit(string $unit) : self
Parameters
- $unit : string
Return values
selfsetUnitCoefEAN()
Sets a new unitCoefEAN.
public
setUnitCoefEAN(float $unitCoefEAN) : self
Parameters
- $unitCoefEAN : float
Return values
selfsetUnitEAN()
Sets a new unitEAN.
public
setUnitEAN(string $unitEAN) : self
Parameters
- $unitEAN : string
Return values
selfunsetParameters()
unset parameters.
public
unsetParameters(int|string $index) : void
Volitelný parametr.
Parameters
- $index : int|string