public class SystemTable extends Object implements SystemInfo
Constructor and Description |
---|
SystemTable() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getProperties() |
Set<String> |
getPropertyNames() |
String |
getPropertyValue(String propertyName) |
UUID |
getSystemId() |
UUID |
getUuid() |
static SystemTable |
readTable(InputStream inputStream) |
void |
setUuid(UUID uuid) |
void |
writeTable(OutputStream outputStream) |
public static SystemTable readTable(InputStream inputStream)
public void writeTable(OutputStream outputStream)
public UUID getUuid()
public void setUuid(UUID uuid)
public UUID getSystemId()
getSystemId
in interface SystemInfo
public Set<String> getPropertyNames()
getPropertyNames
in interface SystemInfo
public String getPropertyValue(String propertyName)
getPropertyValue
in interface SystemInfo
Copyright © 2017 ICF Olson. All rights reserved.