public class

ChargingProfile

extends Object
java.lang.Object
   ↳ com.datalogic.extension.selfshopping.power.ChargingProfile

Class Overview

Class representing a generic charging profile that can be used in the SelfshoppingBatteryManager in order to setup a different charging preference (device dependent).

Summary

Public Methods
String getDescription()
Returns the description of this charging profile.
int getId()
Returns the charging profile ID.
String getName()
Returns the charging profile name.
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String getDescription ()

Added in revision 3

Returns the description of this charging profile.

Returns
  • String The description of this charging profile.

public int getId ()

Added in revision 3

Returns the charging profile ID.

Returns
  • int The charging profile ID.

public String getName ()

Added in revision 3

Returns the charging profile name.

Returns
  • String The charging profile name.