Package org.eclipse.net4j.util.factory
Class FactoryKey
java.lang.Object
org.eclipse.net4j.util.factory.FactoryKey
- All Implemented Interfaces:
Serializable
,Comparable<FactoryKey>
,IFactoryKey
public final class FactoryKey
extends Object
implements IFactoryKey, Serializable, Comparable<FactoryKey>
A default implementation of a
factory key
.- Author:
- Eike Stepper
- See Also:
-
Field Summary
Fields inherited from interface org.eclipse.net4j.util.factory.IFactoryKey
DEFAULT_FACTORY_TYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(FactoryKey key) boolean
getType()
int
hashCode()
void
setProductGroup
(String productGroup) void
toString()
-
Constructor Details
-
FactoryKey
-
-
Method Details
-
getProductGroup
- Specified by:
getProductGroup
in interfaceIFactoryKey
-
setProductGroup
-
getType
- Specified by:
getType
in interfaceIFactoryKey
-
setType
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareTo
in interfaceComparable<FactoryKey>
-
toString
-