public class ManufacturerInfo
extends java.lang.Object
ManufacturerInfo represents battery manufacturer information.| Constructor and Description |
|---|
ManufacturerInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getFullCapacityDesign()
Returns the battery full design capacity (in MAh).
|
java.lang.String |
getManufacturer()
Returns the manufacturer name of the battery.
|
java.lang.String |
getModelName()
Returns the battery model name in String form.
|
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.
|
java.lang.String |
getProductNumber()
Returns the battery product number.
|
java.lang.String |
getSerialNumber()
Returns the battery serial number.
|
java.lang.String |
getTechnology()
Returns the battery technology in String form.
|
public java.lang.String getModelName()
String
The battery model name.public java.lang.String getTechnology()
String
The battery technology.public int getFullCapacityDesign()
int
The full design capacity of the battery.public java.lang.String getSerialNumber()
String
The battery serial number.public int getProductionWeek()
int
the week of production of the battery.public int getProductionMonth()
int
the week of production of the battery.public int getProductionYear()
int
the year of production of the battery.public java.lang.String getManufacturer()
String
the manufacturer name of the battery.public java.lang.String getProductNumber()
String
The battery product number.