RelatedFileType
in package
Class representing RelatedFileType.
XSD Type: relatedFileType
Table of Contents
Properties
- $description : string|null
- Popis souvisejícího souboru. Povinné pole v programu POHODA. Pokud není zadáno nebo není unikátní, bude programem Pohoda automaticky vygenerován text: Soubor_(1) .. n.
- $filepath : string|null
- $order : int|null
- Pořadí (jen pro export).
Methods
- getDescription() : string
- Gets as description.
- getFilepath() : string
- Gets as filepath.
- getOrder() : int
- Gets as order.
- setDescription() : self
- Sets a new description.
- setFilepath() : self
- Sets a new filepath.
- setOrder() : self
- Sets a new order.
Properties
$description
Popis souvisejícího souboru. Povinné pole v programu POHODA. Pokud není zadáno nebo není unikátní, bude programem Pohoda automaticky vygenerován text: Soubor_(1) .. n.
private
string|null
$description
= null
$filepath
private
string|null
$filepath
= null
$order
Pořadí (jen pro export).
private
int|null
$order
= null
Methods
getDescription()
Gets as description.
public
getDescription() : string
Popis souvisejícího souboru. Povinné pole v programu POHODA. Pokud není zadáno nebo není unikátní, bude programem Pohoda automaticky vygenerován text: Soubor_(1) .. n.
Return values
stringgetFilepath()
Gets as filepath.
public
getFilepath() : string
Return values
stringgetOrder()
Gets as order.
public
getOrder() : int
Pořadí (jen pro export).
Return values
intsetDescription()
Sets a new description.
public
setDescription(string $description) : self
Popis souvisejícího souboru. Povinné pole v programu POHODA. Pokud není zadáno nebo není unikátní, bude programem Pohoda automaticky vygenerován text: Soubor_(1) .. n.
Parameters
- $description : string
Return values
selfsetFilepath()
Sets a new filepath.
public
setFilepath(string $filepath) : self
Parameters
- $filepath : string
Return values
selfsetOrder()
Sets a new order.
public
setOrder(int $order) : self
Pořadí (jen pro export).
Parameters
- $order : int