Documentation

ProductRequirementHeaderType
in package

Class representing ProductRequirementHeaderType.

XSD Type: productRequirementHeaderType

Table of Contents

$activity  : RefType|null
Činnost.
$centreDestination  : RefType|null
Cílové středisko.
$centreSource  : RefType|null
Zdrojové středisko.
$contract  : RefType|null
Zakázka.
$date  : DateTime|null
Datum výrobního požadavku. Pokud hodnota není uvedena použije se aktuální datum.
$dateTill  : DateTime|null
Vyřídit do.
$id  : int|null
ID záznamu.
$intNote  : string|null
Interní poznámka.
$isExecuted  : string|null
Vyřízeno.
$isProduced  : string|null
Přeneseno (Vyrobeno). Pouze pro export.
$isReserved  : string|null
Rezervováno.
$labels  : array<string|int, mixed>|null
Štítky záznamu.
$markRecord  : string|null
Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".
$note  : string|null
Poznámka.
$number  : NumberType|null
Číslo dokladu.
$parameters  : array<string|int, mixed>|null
Volitelný parametr.
$partnerIdentity  : AddressType|null
Zákazníkova adresa.
$text  : string|null
Text dokladu.
addToLabels()  : self
Adds as label.
addToParameters()  : self
Adds as parameter.
getActivity()  : RefType
Gets as activity.
getCentreDestination()  : RefType
Gets as centreDestination.
getCentreSource()  : RefType
Gets as centreSource.
getContract()  : RefType
Gets as contract.
getDate()  : DateTime
Gets as date.
getDateTill()  : DateTime
Gets as dateTill.
getId()  : int
Gets as id.
getIntNote()  : string
Gets as intNote.
getIsExecuted()  : string
Gets as isExecuted.
getIsProduced()  : string
Gets as isProduced.
getIsReserved()  : string
Gets as isReserved.
getLabels()  : array<string|int, LabelType>
Gets as labels.
getMarkRecord()  : string
Gets as markRecord.
getNote()  : string
Gets as note.
getNumber()  : NumberType
Gets as number.
getParameters()  : array<string|int, ParameterDocType>
Gets as parameters.
getPartnerIdentity()  : AddressType
Gets as partnerIdentity.
getText()  : string
Gets as text.
issetLabels()  : bool
isset labels.
issetParameters()  : bool
isset parameters.
setActivity()  : self
Sets a new activity.
setCentreDestination()  : self
Sets a new centreDestination.
setCentreSource()  : self
Sets a new centreSource.
setContract()  : self
Sets a new contract.
setDate()  : self
Sets a new date.
setDateTill()  : self
Sets a new dateTill.
setId()  : self
Sets a new id.
setIntNote()  : self
Sets a new intNote.
setIsExecuted()  : self
Sets a new isExecuted.
setIsProduced()  : self
Sets a new isProduced.
setIsReserved()  : self
Sets a new isReserved.
setLabels()  : self
Sets a new labels.
setMarkRecord()  : self
Sets a new markRecord.
setNote()  : self
Sets a new note.
setNumber()  : self
Sets a new number.
setParameters()  : self
Sets a new parameters.
setPartnerIdentity()  : self
Sets a new partnerIdentity.
setText()  : self
Sets a new text.
unsetLabels()  : void
unset labels.
unsetParameters()  : void
unset parameters.

Properties

$date

Datum výrobního požadavku. Pokud hodnota není uvedena použije se aktuální datum.

private DateTime|null $date = null

$markRecord

Označení záznamu v programu POHODA, sloupec "X". Výchozí hodnota je "označený záznam".

private string|null $markRecord = null

Methods

getDate()

Gets as date.

public getDate() : DateTime

Datum výrobního požadavku. Pokud hodnota není uvedena použije se aktuální datum.

Return values
DateTime

getIsProduced()

Gets as isProduced.

public getIsProduced() : string

Přeneseno (Vyrobeno). Pouze pro export.

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

issetLabels()

isset labels.

public issetLabels(int|string $index) : bool

Štítky záznamu.

Parameters
$index : int|string
Return values
bool

issetParameters()

isset parameters.

public issetParameters(int|string $index) : bool

Volitelný parametr.

Parameters
$index : int|string
Return values
bool

setCentreDestination()

Sets a new centreDestination.

public setCentreDestination([RefType|null $centreDestination = null ]) : self

Cílové středisko.

Parameters
$centreDestination : RefType|null = null
Return values
self

setCentreSource()

Sets a new centreSource.

public setCentreSource([RefType|null $centreSource = null ]) : self

Zdrojové středisko.

Parameters
$centreSource : RefType|null = null
Return values
self

setDate()

Sets a new date.

public setDate([DateTime|null $date = null ]) : self

Datum výrobního požadavku. Pokud hodnota není uvedena použije se aktuální datum.

Parameters
$date : DateTime|null = null
Return values
self

setDateTill()

Sets a new dateTill.

public setDateTill([DateTime|null $dateTill = null ]) : self

Vyřídit do.

Parameters
$dateTill : DateTime|null = null
Return values
self

setIntNote()

Sets a new intNote.

public setIntNote(string $intNote) : self

Interní poznámka.

Parameters
$intNote : string
Return values
self

setIsExecuted()

Sets a new isExecuted.

public setIsExecuted(string $isExecuted) : self

Vyřízeno.

Parameters
$isExecuted : string
Return values
self

setIsProduced()

Sets a new isProduced.

public setIsProduced(string $isProduced) : self

Přeneseno (Vyrobeno). Pouze pro export.

Parameters
$isProduced : string
Return values
self

setIsReserved()

Sets a new isReserved.

public setIsReserved(string $isReserved) : self

Rezervováno.

Parameters
$isReserved : 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

setNote()

Sets a new note.

public setNote(string $note) : self

Poznámka.

Parameters
$note : string
Return values
self

setText()

Sets a new text.

public setText(string $text) : self

Text dokladu.

Parameters
$text : string
Return values
self

unsetLabels()

unset labels.

public unsetLabels(int|string $index) : void

Štítky záznamu.

Parameters
$index : int|string
Return values
void

unsetParameters()

unset parameters.

public unsetParameters(int|string $index) : void

Volitelný parametr.

Parameters
$index : int|string
Return values
void

Search results