public class ConfigurationInformation extends Object implements Serializable
Constructor and Description |
---|
ConfigurationInformation(String factoryId,
String id,
ConfigurationState state,
Map<String,String> data,
String errorInformation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Map<String,String> |
getData() |
String |
getErrorInformation() |
String |
getFactoryId() |
String |
getId() |
ConfigurationState |
getState() |
int |
hashCode() |
String |
toString() |
public String getFactoryId()
public String getId()
public ConfigurationState getState()
public String getErrorInformation()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.