public class HardwareInformationContainer extends Container implements HardwareInformation
Constructor and Description |
---|
HardwareInformationContainer() |
Modifier and Type | Method and Description |
---|---|
String |
family() |
void |
family(String newFamily) |
boolean |
familyPresent() |
String |
manufacturer() |
void |
manufacturer(String newManufacturer) |
boolean |
manufacturerPresent() |
String |
productName() |
void |
productName(String newProductName) |
boolean |
productNamePresent() |
String |
serialNumber() |
void |
serialNumber(String newSerialNumber) |
boolean |
serialNumberPresent() |
List<RngSource> |
supportedRngSources() |
void |
supportedRngSources(List<RngSource> newSupportedRngSources) |
boolean |
supportedRngSourcesPresent() |
String |
uuid() |
void |
uuid(String newUuid) |
boolean |
uuidPresent() |
String |
version() |
void |
version(String newVersion) |
boolean |
versionPresent() |
makeArrayList, makeUnmodifiableList
public String family()
family
in interface HardwareInformation
public void family(String newFamily)
public boolean familyPresent()
familyPresent
in interface HardwareInformation
public String manufacturer()
manufacturer
in interface HardwareInformation
public void manufacturer(String newManufacturer)
public boolean manufacturerPresent()
manufacturerPresent
in interface HardwareInformation
public String productName()
productName
in interface HardwareInformation
public void productName(String newProductName)
public boolean productNamePresent()
productNamePresent
in interface HardwareInformation
public String serialNumber()
serialNumber
in interface HardwareInformation
public void serialNumber(String newSerialNumber)
public boolean serialNumberPresent()
serialNumberPresent
in interface HardwareInformation
public List<RngSource> supportedRngSources()
supportedRngSources
in interface HardwareInformation
public boolean supportedRngSourcesPresent()
supportedRngSourcesPresent
in interface HardwareInformation
public String uuid()
uuid
in interface HardwareInformation
public void uuid(String newUuid)
public boolean uuidPresent()
uuidPresent
in interface HardwareInformation
public String version()
version
in interface HardwareInformation
public void version(String newVersion)
public boolean versionPresent()
versionPresent
in interface HardwareInformation
Copyright © 2016. All rights reserved.