public abstract class AbstractComputerSystem extends Object implements ComputerSystem
| Constructor and Description |
|---|
AbstractComputerSystem() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Baseboard |
createBaseboard()
Instantiates the platform-specific
Baseboard object |
protected abstract Firmware |
createFirmware()
Instantiates the platform-specific
Firmware object |
Baseboard |
getBaseboard()
Get the computer system baseboard/motherboard.
|
Firmware |
getFirmware()
Get the computer system firmware/BIOS.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetManufacturer, getModel, getSerialNumberpublic Firmware getFirmware()
ComputerSystemgetFirmware in interface ComputerSystemFirmware object for this systemprotected abstract Firmware createFirmware()
Firmware objectFirmware objectpublic Baseboard getBaseboard()
ComputerSystemgetBaseboard in interface ComputerSystemBaseboard object for this systemprotected abstract Baseboard createBaseboard()
Baseboard objectBaseboard objectCopyright © 2020. All rights reserved.