ListSellingPrice
extends ListSellingPriceType
in package
Class representing ListSellingPrice.
Table of Contents
- $dateTimeStamp : DateTime|null
- $dateValidFrom : DateTime|null
- $importDetails : array<string|int, mixed>|null
- Podrobnosti (error/warning) vzniklé při zpracování.
- $itemSellingPrice : array<string|int, mixed>
- $parts : array<string|int, mixed>|null
- Pokud je počet exportovaných záznamů vyšší než zadaný limit, provede se rozdělení dat do více souborů. V původním souboru je uveden seznam rozdělených souborů.
- $state : string|null
- $version : string|null
- addToImportDetails() : self
- Adds as detail.
- addToItemSellingPrice() : self
- Adds as itemSellingPrice.
- addToParts() : self
- Adds as part.
- getDateTimeStamp() : DateTime
- Gets as dateTimeStamp.
- getDateValidFrom() : DateTime
- Gets as dateValidFrom.
- getImportDetails() : array<string|int, DetailType>
- Gets as importDetails.
- getItemSellingPrice() : array<string|int, ItemSellingPriceType>
- Gets as itemSellingPrice.
- getParts() : array<string|int, string>
- Gets as parts.
- getState() : string
- Gets as state.
- getVersion() : string
- Gets as version.
- issetImportDetails() : bool
- isset importDetails.
- issetItemSellingPrice() : bool
- isset itemSellingPrice.
- issetParts() : bool
- isset parts.
- setDateTimeStamp() : self
- Sets a new dateTimeStamp.
- setDateValidFrom() : self
- Sets a new dateValidFrom.
- setImportDetails() : self
- Sets a new importDetails.
- setItemSellingPrice() : self
- Sets a new itemSellingPrice.
- setParts() : self
- Sets a new parts.
- setState() : self
- Sets a new state.
- setVersion() : self
- Sets a new version.
- unsetImportDetails() : void
- unset importDetails.
- unsetItemSellingPrice() : void
- unset itemSellingPrice.
- unsetParts() : void
- unset parts.
Properties
$dateTimeStamp
private
DateTime|null
$dateTimeStamp
= null
$dateValidFrom
private
DateTime|null
$dateValidFrom
= null
$importDetails
Podrobnosti (error/warning) vzniklé při zpracování.
private
array<string|int, mixed>|null
$importDetails
= null
$itemSellingPrice
private
array<string|int, mixed>
$itemSellingPrice
= []
$parts
Pokud je počet exportovaných záznamů vyšší než zadaný limit, provede se rozdělení dat do více souborů. V původním souboru je uveden seznam rozdělených souborů.
private
array<string|int, mixed>|null
$parts
= null
$state
private
string|null
$state
= null
$version
private
string|null
$version
= null
Methods
addToImportDetails()
Adds as detail.
public
addToImportDetails(DetailType $detail) : self
Podrobnosti (error/warning) vzniklé při zpracování.
Parameters
- $detail : DetailType
Return values
self —addToItemSellingPrice()
Adds as itemSellingPrice.
public
addToItemSellingPrice(ItemSellingPriceType $itemSellingPrice) : self
Parameters
- $itemSellingPrice : ItemSellingPriceType
Return values
self —addToParts()
Adds as part.
public
addToParts(string $part) : self
Pokud je počet exportovaných záznamů vyšší než zadaný limit, provede se rozdělení dat do více souborů. V původním souboru je uveden seznam rozdělených souborů.
Parameters
- $part : string
Return values
self —getDateTimeStamp()
Gets as dateTimeStamp.
public
getDateTimeStamp() : DateTime
Return values
DateTime —getDateValidFrom()
Gets as dateValidFrom.
public
getDateValidFrom() : DateTime
Return values
DateTime —getImportDetails()
Gets as importDetails.
public
getImportDetails() : array<string|int, DetailType>
Podrobnosti (error/warning) vzniklé při zpracování.
Return values
array<string|int, DetailType> —getItemSellingPrice()
Gets as itemSellingPrice.
public
getItemSellingPrice() : array<string|int, ItemSellingPriceType>
Return values
array<string|int, ItemSellingPriceType> —getParts()
Gets as parts.
public
getParts() : array<string|int, string>
Pokud je počet exportovaných záznamů vyšší než zadaný limit, provede se rozdělení dat do více souborů. V původním souboru je uveden seznam rozdělených souborů.
Return values
array<string|int, string> —getState()
Gets as state.
public
getState() : string
Return values
string —getVersion()
Gets as version.
public
getVersion() : string
Return values
string —issetImportDetails()
isset importDetails.
public
issetImportDetails(int|string $index) : bool
Podrobnosti (error/warning) vzniklé při zpracování.
Parameters
- $index : int|string
Return values
bool —issetItemSellingPrice()
isset itemSellingPrice.
public
issetItemSellingPrice(int|string $index) : bool
Parameters
- $index : int|string
Return values
bool —issetParts()
isset parts.
public
issetParts(int|string $index) : bool
Pokud je počet exportovaných záznamů vyšší než zadaný limit, provede se rozdělení dat do více souborů. V původním souboru je uveden seznam rozdělených souborů.
Parameters
- $index : int|string
Return values
bool —setDateTimeStamp()
Sets a new dateTimeStamp.
public
setDateTimeStamp(DateTime $dateTimeStamp) : self
Parameters
- $dateTimeStamp : DateTime
Return values
self —setDateValidFrom()
Sets a new dateValidFrom.
public
setDateValidFrom(DateTime $dateValidFrom) : self
Parameters
- $dateValidFrom : DateTime
Return values
self —setImportDetails()
Sets a new importDetails.
public
setImportDetails([array<string|int, DetailType> $importDetails = null ]) : self
Podrobnosti (error/warning) vzniklé při zpracování.
Parameters
- $importDetails : array<string|int, DetailType> = null
Return values
self —setItemSellingPrice()
Sets a new itemSellingPrice.
public
setItemSellingPrice([array<string|int, ItemSellingPriceType> $itemSellingPrice = null ]) : self
Parameters
- $itemSellingPrice : array<string|int, ItemSellingPriceType> = null
Return values
self —setParts()
Sets a new parts.
public
setParts([array<string|int, string> $parts = null ]) : self
Pokud je počet exportovaných záznamů vyšší než zadaný limit, provede se rozdělení dat do více souborů. V původním souboru je uveden seznam rozdělených souborů.
Parameters
- $parts : array<string|int, string> = null
Return values
self —setState()
Sets a new state.
public
setState(string $state) : self
Parameters
- $state : string
Return values
self —setVersion()
Sets a new version.
public
setVersion(string $version) : self
Parameters
- $version : string
Return values
self —unsetImportDetails()
unset importDetails.
public
unsetImportDetails(int|string $index) : void
Podrobnosti (error/warning) vzniklé při zpracování.
Parameters
- $index : int|string
Return values
void —unsetItemSellingPrice()
unset itemSellingPrice.
public
unsetItemSellingPrice(int|string $index) : void
Parameters
- $index : int|string
Return values
void —unsetParts()
unset parts.
public
unsetParts(int|string $index) : void
Pokud je počet exportovaných záznamů vyšší než zadaný limit, provede se rozdělení dat do více souborů. V původním souboru je uveden seznam rozdělených souborů.
Parameters
- $index : int|string