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 SystemInfopublic Set<String> getPropertyNames()
getPropertyNames in interface SystemInfopublic String getPropertyValue(String propertyName)
getPropertyValue in interface SystemInfoCopyright © 2017 ICF Olson. All rights reserved.