Documentation

LinkItemType
in package

Class representing LinkItemType.

XSD Type: linkItemType

Table of Contents

$settingsSourceDocumentItem  : SettingsSourceDocumentItemType|null
Nastavení příznaků na zdrojovém dokladu po vytvoření vazby přes položky dokladu.
$settingsSourceDocumentOrderItem  : SettingsSourceDocumentOrderItemType|null
Nastavení příznaků na zdrojovém dokladu po vytvoření vazby přes položky dokladu.
$sourceAgenda  : string|null
Agenda zdrojového dokladu.
$sourceItemExtId  : ExtIdType|null
Externí identifikátor položky dokladu.
$sourceItemId  : int|null
ID položky dokladu.
getSettingsSourceDocumentItem()  : SettingsSourceDocumentItemType
Gets as settingsSourceDocumentItem.
getSettingsSourceDocumentOrderItem()  : SettingsSourceDocumentOrderItemType
Gets as settingsSourceDocumentOrderItem.
getSourceAgenda()  : string
Gets as sourceAgenda.
getSourceItemExtId()  : ExtIdType
Gets as sourceItemExtId.
getSourceItemId()  : int
Gets as sourceItemId.
setSettingsSourceDocumentItem()  : self
Sets a new settingsSourceDocumentItem.
setSettingsSourceDocumentOrderItem()  : self
Sets a new settingsSourceDocumentOrderItem.
setSourceAgenda()  : self
Sets a new sourceAgenda.
setSourceItemExtId()  : self
Sets a new sourceItemExtId.
setSourceItemId()  : self
Sets a new sourceItemId.

Properties

$sourceAgenda

Agenda zdrojového dokladu.

private string|null $sourceAgenda = null

$sourceItemExtId

Externí identifikátor položky dokladu.

private ExtIdType|null $sourceItemExtId = null

$sourceItemId

ID položky dokladu.

private int|null $sourceItemId = null

Methods

getSourceAgenda()

Gets as sourceAgenda.

public getSourceAgenda() : string

Agenda zdrojového dokladu.

Return values
string

getSourceItemExtId()

Gets as sourceItemExtId.

public getSourceItemExtId() : ExtIdType

Externí identifikátor položky dokladu.

Return values
ExtIdType

getSourceItemId()

Gets as sourceItemId.

public getSourceItemId() : int

ID položky dokladu.

Return values
int

setSettingsSourceDocumentItem()

Sets a new settingsSourceDocumentItem.

public setSettingsSourceDocumentItem([SettingsSourceDocumentItemType|null $settingsSourceDocumentItem = null ]) : self

Nastavení příznaků na zdrojovém dokladu po vytvoření vazby přes položky dokladu.

Parameters
$settingsSourceDocumentItem : SettingsSourceDocumentItemType|null = null
Return values
self

setSettingsSourceDocumentOrderItem()

Sets a new settingsSourceDocumentOrderItem.

public setSettingsSourceDocumentOrderItem([SettingsSourceDocumentOrderItemType|null $settingsSourceDocumentOrderItem = null ]) : self

Nastavení příznaků na zdrojovém dokladu po vytvoření vazby přes položky dokladu.

Parameters
$settingsSourceDocumentOrderItem : SettingsSourceDocumentOrderItemType|null = null
Return values
self

setSourceAgenda()

Sets a new sourceAgenda.

public setSourceAgenda(string $sourceAgenda) : self

Agenda zdrojového dokladu.

Parameters
$sourceAgenda : string
Return values
self

setSourceItemExtId()

Sets a new sourceItemExtId.

public setSourceItemExtId([ExtIdType|null $sourceItemExtId = null ]) : self

Externí identifikátor položky dokladu.

Parameters
$sourceItemExtId : ExtIdType|null = null
Return values
self

setSourceItemId()

Sets a new sourceItemId.

public setSourceItemId(int $sourceItemId) : self

ID položky dokladu.

Parameters
$sourceItemId : int
Return values
self

Search results