Skip to content

Class.DocumentLineId

github-actions[bot] edited this page Jan 7, 2025 · 12 revisions

einvoicing / DocumentLineId

Class: DocumentLineId

Extends

Constructors

new DocumentLineId()

new DocumentLineId(recordId, isHash, uuid): DocumentLineId

Parameters

recordId

string = null

isHash

boolean = false

uuid

string = null

Returns

DocumentLineId

Inherited from

EntityId.constructor

Defined in

base/EntityId.ts:17

Properties

_recordId

protected _recordId: string = null

Inherited from

EntityId._recordId

Defined in

base/EntityId.ts:14


_uuid

protected _uuid: string = null

Inherited from

EntityId._uuid

Defined in

base/EntityId.ts:15


DocumentLineId

readonly DocumentLineId: "document_line_id" = 'document_line_id'

Defined in

interface/IDocumentLine.ts:18

Accessors

hashOptions

Get Signature

get hashOptions(): [string, number]

Returns

[string, number]

Inherited from

EntityId.hashOptions

Defined in

base/EntityId.ts:34

Methods

equals()

equals(id): boolean

Parameters

id

EntityId<string>

Returns

boolean

Inherited from

EntityId.equals

Defined in

base/EntityId.ts:70


fromHash()

fromHash(hash): EntityId<string>

Parameters

hash

string

Returns

EntityId<string>

Inherited from

EntityId.fromHash

Defined in

base/EntityId.ts:46


toHash()

toHash(): string

Returns

string

Inherited from

EntityId.toHash

Defined in

base/EntityId.ts:38


toPrimitive()

toPrimitive(): string

Returns

string

Inherited from

EntityId.toPrimitive

Defined in

base/EntityId.ts:62


toString()

toString(): string

Returns

string

Inherited from

EntityId.toString

Defined in

base/EntityId.ts:66

Clone this wiki locally