public abstract class AbstractFirmware extends Object implements Firmware
Constructor and Description |
---|
AbstractFirmware() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getManufacturer() |
String |
getName() |
org.threeten.bp.LocalDate |
getReleaseDate() |
String |
getVersion() |
void |
setDescription(String description) |
void |
setManufacturer(String manufacturer) |
void |
setName(String name) |
void |
setReleaseDate(org.threeten.bp.LocalDate releaseDate) |
void |
setVersion(String version) |
public String getManufacturer()
getManufacturer
in interface Firmware
public String getDescription()
getDescription
in interface Firmware
public String getVersion()
getVersion
in interface Firmware
public org.threeten.bp.LocalDate 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(org.threeten.bp.LocalDate releaseDate)
releaseDate
- The releaseDate to set.Copyright © 2010–2017 oshi. All rights reserved.