MES Material Ref Property

Sepasoft MES Module Suite

MES Material Ref Property

The MES Material Ref Property object contains information about the material complex property of a segment. 

Object Creation

The following object method return this type of object: Material Resource Property.getMaterialRefProperty()

Object Functions


 getType()

Description

Gets the name of MES object type that is set as material reference.

Syntax

getType()

  • Parameters

None

  • Returns

String mesObjectTypeName - Name of MES object type that is set as material reference.

  • Scope

All

 

getUUID()

Description

Get the unique identifier representing the reference of material.

Syntax

getUUID()

  • Parameters

None

  • Returns

String uuid - The unique identifier that represents the material lot reference.

  • Scope

All

 

setType(mesObjectTypeName)

Description

Sets the name of MES object type to set as material reference.

Syntax

setType(mesObjectTypeName)

  • Parameters

String mesObjectTypeName - Name of MES object type to set as material reference.

  • Returns

Nothing

  • Scope

All

 

setUUID(uuid)

Description

Set the unique identifier that represent the reference of material.

Syntax

setUUID(uuid)

  • Parameters

String uuid - The unique identifier to set for material lot reference.

  • Returns

Nothing

  • Scope

All

Sepasoft MES Module Suite