public class FactoryInformation
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
FactoryInformation(java.lang.String id,
java.lang.String description,
FactoryState state,
java.util.List<ConfigurationInformation> configurations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<ConfigurationInformation> |
getConfigurations() |
java.lang.String |
getDescription() |
java.lang.String |
getId() |
FactoryState |
getState() |
int |
hashCode() |
java.lang.String |
toString() |
public FactoryInformation(java.lang.String id,
java.lang.String description,
FactoryState state,
java.util.List<ConfigurationInformation> configurations)
public java.lang.String getId()
public java.lang.String getDescription()
public FactoryState getState()
public java.util.List<ConfigurationInformation> getConfigurations()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0