Class SystemInfo
-
- All Implemented Interfaces:
public final class SystemInfoContains the basic system information of a home power plant
- Since:
2.0
-
-
Field Summary
Fields Modifier and Type Field Description private final StringserialNumberprivate final StringsoftwareVersionprivate final ProductionDateproductionDate
-
Constructor Summary
Constructors Constructor Description SystemInfo(String serialNumber, String softwareVersion, ProductionDate productionDate)
-
Method Summary
Modifier and Type Method Description final StringgetSerialNumber()final StringgetSoftwareVersion()final ProductionDategetProductionDate()-
-
Constructor Detail
-
SystemInfo
SystemInfo(String serialNumber, String softwareVersion, ProductionDate productionDate)
- Parameters:
serialNumber- Serial number of the home power plantsoftwareVersion- Currently installed firmwareproductionDate- Date of manufacture of the home power plant
-
-
Method Detail
-
getSerialNumber
final String getSerialNumber()
-
getSoftwareVersion
final String getSoftwareVersion()
-
getProductionDate
final ProductionDate getProductionDate()
-
-
-
-