public abstract class AbstractFirmware extends Object implements Firmware
Constructor and Description |
---|
AbstractFirmware() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the firmware description.
|
String |
getManufacturer()
Get the firmware manufacturer.
|
String |
getName()
Get the firmware name.
|
String |
getReleaseDate()
Get the firmware release date.
|
String |
getVersion()
Get the firmware version.
|
void |
setDescription(String description) |
void |
setManufacturer(String manufacturer) |
void |
setName(String name) |
void |
setReleaseDate(String releaseDate) |
void |
setVersion(String version) |
public String getManufacturer()
getManufacturer
in interface Firmware
public String getName()
public String getDescription()
getDescription
in interface Firmware
public String getVersion()
getVersion
in interface Firmware
public String getReleaseDate()
getReleaseDate
in interface Firmware
public void setManufacturer(String manufacturer)
manufacturer
- The manufacturer to set.public void setName(String name)
name
- The name to set.public void setDescription(String description)
description
- The description to set.public void setVersion(String version)
version
- The version to set.public void setReleaseDate(String releaseDate)
releaseDate
- The releaseDate to set.Copyright © 2010–2021 oshi. All rights reserved.