public final class FactoryKey extends java.lang.Object implements IFactoryKey, java.io.Serializable, java.lang.Comparable<FactoryKey>
factory key
.Constructor and Description |
---|
FactoryKey(java.lang.String productGroup,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(FactoryKey key) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getProductGroup() |
java.lang.String |
getType() |
int |
hashCode() |
void |
setProductGroup(java.lang.String productGroup) |
void |
setType(java.lang.String type) |
java.lang.String |
toString() |
public FactoryKey(java.lang.String productGroup, java.lang.String type)
public java.lang.String getProductGroup()
getProductGroup
in interface IFactoryKey
public void setProductGroup(java.lang.String productGroup)
public java.lang.String getType()
getType
in interface IFactoryKey
public void setType(java.lang.String type)
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(FactoryKey key)
compareTo
in interface java.lang.Comparable<FactoryKey>
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html