java.lang.Object | |
↳ | com.datalogic.extension.selfshopping.power.ManufacturerInfo |
Class representing generic battery manufacturer info.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | MODEL_ID_BT44 | BT-44 battery. | |||||||||
int | MODEL_ID_BT44_BLACK | BT-44 black battery. | |||||||||
int | MODEL_ID_UNKNOWN | Unknown battery model. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the battery full design capacity (in mAh).
| |||||||||||
Gets the current battery model ID.
| |||||||||||
Returns the battery model name.
| |||||||||||
Returns the battery serial number.
| |||||||||||
Returns the battery technology in String form.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
BT-44 battery.
BT-44 black battery.
Unknown battery model.
Returns the battery full design capacity (in mAh).
int
The full design capacity of the battery.
Gets the current battery model ID.
int
An ID representing the current battery model.
Returns the battery model name.
String
The battery model name.
Returns the battery serial number.
String
The battery serial number.
Returns the battery technology in String form.
String
The battery technology.