Machine Recipe Production Item Info

Sepasoft MES Module Suite

Production Item Info

isSelectable()

Description

Returns True, if the item is selectable and False otherwise.

Syntax

isSelectable()

  • Parameters

None

  • Returns

boolean - True, if the recipe item is selectable and False otherwise.

  • Scope

All

getItemPath()

Description

Gets the item path of this recipe production item.

Syntax

getItemPath()

  • Parameters

None

  • Returns

String itemPath - The item path associated with this production item.

  • Scope

All

getLevel()

Description

Gets the level of this production item.

Syntax

getLevel()

  • Parameters

None

  • Returns

int level - The corresponding level of this production item.

  • Scope

All

isSelected()

Description

Checks whether this production item is selected or not.

Syntax

isSelected()

  • Parameters

None

  • Returns

boolean selected - True, if this production item is selected and False otherwise.

  • Scope

All

setSelected(selected)

Description

Sets this recipe production item as selected.

Syntax

setSelected(selected)

  • Parameters

boolean selected - True, if you want to select this production item and False otherwise.

  • Returns

Nothing

  • Scope

All

isInherited()

Description

Checks if the production item is inherited.

Syntax

isInherited()

  • Parameters

None

  • Returns

boolean inherited - True, if this is an inherited production item and False otherwise.

  • Scope

All

flagAsSelected()

Description

Flags the recipe production item as selected.

Syntax

flagAsSelected()

  • Parameters

None

  • Returns

Nothing

  • Scope

All

flagAsInherited()

Description

Flags the recipe production item as inherited.

Syntax

flagAsInherited()

  • Parameters

None

  • Returns

Nothing

  • Scope

All

hasSelectionChanged()

Description

Checks if the originally selected production item is different from the current selection.

Syntax

hasSelectionChanged()

  • Parameters

None

  • Returns

boolean selected - True, if the selection is changed and False otherwise.

  • Scope

All




Sepasoft MES Module Suite