public class

ManufacturerInfo

extends Object
java.lang.Object
   ↳ com.datalogic.device.battery.ManufacturerInfo

Class Overview

The ManufacturerInfo represents battery manufacturer information.

Summary

Public Constructors
ManufacturerInfo()
Public Methods
int getFullCapacityDesign()
Returns the battery full design capacity (in MAh).
String getManufacturer()
Returns the manufacturer name of the battery.
String getModelName()
Returns the battery model name in String form.
String getProductNumber()
Returns the battery product number.
int getProductionMonth()
Returns the month of production of the battery.
int getProductionWeek()
Returns the week of production of the battery.
int getProductionYear()
Returns the year of production of the battery.
String getSerialNumber()
Returns the battery serial number.
String getTechnology()
Returns the battery technology in String form.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ManufacturerInfo ()

Added in revision 13

Public Methods

public int getFullCapacityDesign ()

Added in revision 13

Returns the battery full design capacity (in MAh).

Returns
  • int The full design capacity of the battery.

public String getManufacturer ()

Added in revision 13

Returns the manufacturer name of the battery.

Returns
  • String the manufacturer name of the battery.

public String getModelName ()

Added in revision 13

Returns the battery model name in String form.

Returns
  • String The battery model name.

public String getProductNumber ()

Added in revision 20

Returns the battery product number.

Returns
  • String The battery product number.

public int getProductionMonth ()

Added in revision 13

Returns the month of production of the battery.

Returns
  • int the week of production of the battery.

public int getProductionWeek ()

Added in revision 13

Returns the week of production of the battery.

Returns
  • int the week of production of the battery.

public int getProductionYear ()

Added in revision 13

Returns the year of production of the battery.

Returns
  • int the year of production of the battery.

public String getSerialNumber ()

Added in revision 13

Returns the battery serial number.

Returns
  • String The battery serial number.

public String getTechnology ()

Added in revision 13

Returns the battery technology in String form.

Returns
  • String The battery technology.