
public final class FactoryKey extends Object implements IFactoryKey, Serializable, Comparable<FactoryKey>
factory key.| Constructor and Description |
|---|
FactoryKey(String productGroup,
String type) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FactoryKey key) |
boolean |
equals(Object obj) |
String |
getProductGroup() |
String |
getType() |
int |
hashCode() |
void |
setProductGroup(String productGroup) |
void |
setType(String type) |
String |
toString() |
public String getProductGroup()
getProductGroup in interface IFactoryKeypublic void setProductGroup(String productGroup)
public String getType()
getType in interface IFactoryKeypublic void setType(String type)
public int compareTo(FactoryKey key)
compareTo in interface Comparable<FactoryKey>Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.