- All Known Implementing Classes:
AbstractBaseboard
,UnixBaseboard
The Baseboard represents the system board, also called motherboard, logic board, etc.
-
Method Summary
Modifier and TypeMethodDescriptionGet the baseboard manufacturer.getModel()
Get the baseboard model.Get the baseboard serial number.Get the baseboard version.
-
Method Details
-
getManufacturer
String getManufacturer()Get the baseboard manufacturer.- Returns:
- The manufacturer.
-
getModel
String getModel()Get the baseboard model.- Returns:
- The model.
-
getVersion
String getVersion()Get the baseboard version.- Returns:
- The version.
-
getSerialNumber
String getSerialNumber()Get the baseboard serial number.- Returns:
- The serial number.
-