GroupStocksHeaderType
in package
Class representing GroupStocksHeaderType.
Údaje kategorie internetového obchodu. XSD Type: groupStocksHeaderType
Table of Contents
- $code : string|null
- Jedinečný "Kód" skupiny zásob.
- $description : string|null
- Textový popis skupiny zásob.
- $id : int|null
- ID záznamu (jen pro export).
- $internet : string|null
- Zobrazení. Určuje, zda je skupina zásob přenášena na internetový obchod.
- $markRecord : string|null
- Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
- $name : string|null
- Název Skupiny zásob.
- $note : string|null
- $picture : string|null
- Název obrázku. Soubor se musí nacházet v adresáři Dokumenty\firma\Obrázky\. Název obrázku se uvádí bez cesty.
- getCode() : string
- Gets as code.
- getDescription() : string
- Gets as description.
- getId() : int
- Gets as id.
- getInternet() : string
- Gets as internet.
- getMarkRecord() : string
- Gets as markRecord.
- getName() : string
- Gets as name.
- getNote() : string
- Gets as note.
- getPicture() : string
- Gets as picture.
- setCode() : self
- Sets a new code.
- setDescription() : self
- Sets a new description.
- setId() : self
- Sets a new id.
- setInternet() : self
- Sets a new internet.
- setMarkRecord() : self
- Sets a new markRecord.
- setName() : self
- Sets a new name.
- setNote() : self
- Sets a new note.
- setPicture() : self
- Sets a new picture.
Properties
$code
Jedinečný "Kód" skupiny zásob.
private
string|null
$code
= null
$description
Textový popis skupiny zásob.
private
string|null
$description
= null
$id
ID záznamu (jen pro export).
private
int|null
$id
= null
$internet
Zobrazení. Určuje, zda je skupina zásob přenášena na internetový obchod.
private
string|null
$internet
= null
$markRecord
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
private
string|null
$markRecord
= null
$name
Název Skupiny zásob.
private
string|null
$name
= null
$note
private
string|null
$note
= null
$picture
Název obrázku. Soubor se musí nacházet v adresáři Dokumenty\firma\Obrázky\. Název obrázku se uvádí bez cesty.
private
string|null
$picture
= null
Methods
getCode()
Gets as code.
public
getCode() : string
Jedinečný "Kód" skupiny zásob.
Return values
string —getDescription()
Gets as description.
public
getDescription() : string
Textový popis skupiny zásob.
Return values
string —getId()
Gets as id.
public
getId() : int
ID záznamu (jen pro export).
Return values
int —getInternet()
Gets as internet.
public
getInternet() : string
Zobrazení. Určuje, zda je skupina zásob přenášena na internetový obchod.
Return values
string —getMarkRecord()
Gets as markRecord.
public
getMarkRecord() : string
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
Return values
string —getName()
Gets as name.
public
getName() : string
Název Skupiny zásob.
Return values
string —getNote()
Gets as note.
public
getNote() : string
Return values
string —getPicture()
Gets as picture.
public
getPicture() : string
Název obrázku. Soubor se musí nacházet v adresáři Dokumenty\firma\Obrázky. Název obrázku se uvádí bez cesty.
Return values
string —setCode()
Sets a new code.
public
setCode(string $code) : self
Jedinečný "Kód" skupiny zásob.
Parameters
- $code : string
Return values
self —setDescription()
Sets a new description.
public
setDescription(string $description) : self
Textový popis skupiny zásob.
Parameters
- $description : string
Return values
self —setId()
Sets a new id.
public
setId(int $id) : self
ID záznamu (jen pro export).
Parameters
- $id : int
Return values
self —setInternet()
Sets a new internet.
public
setInternet(string $internet) : self
Zobrazení. Určuje, zda je skupina zásob přenášena na internetový obchod.
Parameters
- $internet : string
Return values
self —setMarkRecord()
Sets a new markRecord.
public
setMarkRecord(string $markRecord) : self
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
Parameters
- $markRecord : string
Return values
self —setName()
Sets a new name.
public
setName(string $name) : self
Název Skupiny zásob.
Parameters
- $name : string
Return values
self —setNote()
Sets a new note.
public
setNote(string $note) : self
Parameters
- $note : string
Return values
self —setPicture()
Sets a new picture.
public
setPicture(string $picture) : self
Název obrázku. Soubor se musí nacházet v adresáři Dokumenty\firma\Obrázky. Název obrázku se uvádí bez cesty.
Parameters
- $picture : string