GDPRHeaderType
in package
Class representing GDPRHeaderType.
Důvody zpracování dat GDPR. XSD Type: GDPRHeaderType
Table of Contents
- $description : string|null
- Popis.
- $gDPRType : string|null
- Typ zpracování dat GDPR.
- $id : int|null
- ID záznamu (jen pro export).
- $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.
- $note : string|null
- Poznámka.
- $typeOfValidity : string|null
- Typ rozsahu platnosti souhlasu.
- $valueOfValidity : int|null
- Hodnota délky platnosti souhlasu.
- getDescription() : string
- Gets as description.
- getGDPRType() : string
- Gets as gDPRType.
- getId() : int
- Gets as id.
- getMarkRecord() : string
- Gets as markRecord.
- getName() : string
- Gets as name.
- getNote() : string
- Gets as note.
- getTypeOfValidity() : string
- Gets as typeOfValidity.
- getValueOfValidity() : int
- Gets as valueOfValidity.
- setDescription() : self
- Sets a new description.
- setGDPRType() : self
- Sets a new gDPRType.
- setId() : self
- Sets a new id.
- setMarkRecord() : self
- Sets a new markRecord.
- setName() : self
- Sets a new name.
- setNote() : self
- Sets a new note.
- setTypeOfValidity() : self
- Sets a new typeOfValidity.
- setValueOfValidity() : self
- Sets a new valueOfValidity.
Properties
$description
Popis.
private
string|null
$description
= null
$gDPRType
Typ zpracování dat GDPR.
private
string|null
$gDPRType
= null
$id
ID záznamu (jen pro export).
private
int|null
$id
= 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.
private
string|null
$name
= null
$note
Poznámka.
private
string|null
$note
= null
$typeOfValidity
Typ rozsahu platnosti souhlasu.
private
string|null
$typeOfValidity
= null
$valueOfValidity
Hodnota délky platnosti souhlasu.
private
int|null
$valueOfValidity
= null
Methods
getDescription()
Gets as description.
public
getDescription() : string
Popis.
Return values
string —getGDPRType()
Gets as gDPRType.
public
getGDPRType() : string
Typ zpracování dat GDPR.
Return values
string —getId()
Gets as id.
public
getId() : int
ID záznamu (jen pro export).
Return values
int —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.
Return values
string —getNote()
Gets as note.
public
getNote() : string
Poznámka.
Return values
string —getTypeOfValidity()
Gets as typeOfValidity.
public
getTypeOfValidity() : string
Typ rozsahu platnosti souhlasu.
Return values
string —getValueOfValidity()
Gets as valueOfValidity.
public
getValueOfValidity() : int
Hodnota délky platnosti souhlasu.
Return values
int —setDescription()
Sets a new description.
public
setDescription(string $description) : self
Popis.
Parameters
- $description : string
Return values
self —setGDPRType()
Sets a new gDPRType.
public
setGDPRType(string $gDPRType) : self
Typ zpracování dat GDPR.
Parameters
- $gDPRType : 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 —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.
Parameters
- $name : string
Return values
self —setNote()
Sets a new note.
public
setNote(string $note) : self
Poznámka.
Parameters
- $note : string
Return values
self —setTypeOfValidity()
Sets a new typeOfValidity.
public
setTypeOfValidity(string $typeOfValidity) : self
Typ rozsahu platnosti souhlasu.
Parameters
- $typeOfValidity : string
Return values
self —setValueOfValidity()
Sets a new valueOfValidity.
public
setValueOfValidity(int $valueOfValidity) : self
Hodnota délky platnosti souhlasu.
Parameters
- $valueOfValidity : int