public abstract class

LedAction

extends Object
java.lang.Object
   ↳ com.datalogic.extension.selfshopping.led.action.LedAction
Known Direct Subclasses

Class Overview

Abstract class used to represent an action to be executed by the SelfshoppingLedManager. It is characterized by a LED ID (whose value is one of the different exposed by the LED Manager) and a String representing the action type.

Summary

Public Constructors
LedAction()
Public Methods
int getId()
Returns the LED ID associated with this action.
String getType()
Returns the action type.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LedAction ()

Added in revision 2

Public Methods

public int getId ()

Added in revision 2

Returns the LED ID associated with this action.

Returns
  • int The LED ID associated with this action.

public String getType ()

Added in revision 2

Returns the action type.

Returns
  • String The action type.