Class

ShipmentCode

Model.ShipmentCode()

Constructor

# new ShipmentCode()

This is a particular Model class, where all its properties represent the mount parts in the dsu where the property value (the keySSI) will be mounted

.

This is a particular Model class, where all its properties represent the mount parts in the dsu where the property value (the keySSI) will be mounted

View Source model/ShipmentCode.js, line 4

Extends

Members

Array.<string> | Array.<TrackingCode> | undefined

# codes

The reference (KeySSI) to the other TrackingCodes inside

.

The reference (KeySSI) to the other TrackingCodes inside

Inherited From:

View Source model/TrackingCode.js, line 14

Array.<string> | Array.<ShipmentLine> | undefined

# lines

The reference (KeySSI) to the other ShipmentLines inside

.

The reference (KeySSI) to the other ShipmentLines inside

Inherited From:

View Source model/TrackingCode.js, line 19

string | undefined

# next

For transformations later on The reference (KeySSI) to the next TrackingCode

.

For transformations later on The reference (KeySSI) to the next TrackingCode

Inherited From:

View Source model/TrackingCode.js, line 32

string | undefined

# previous

For transformations later on The reference (KeySSI) to the previous TrackingCode

.

For transformations later on The reference (KeySSI) to the previous TrackingCode

Inherited From:

View Source model/TrackingCode.js, line 26

Methods

# validate()

Validate if everything seems ok with the properties of this object.

Validate if everything seems ok with the properties of this object.

Inherited From:

View Source model/TrackingCode.js, line 50

undefined if all ok. An array of errors if not all ok.