
public abstract class Factory extends Object implements IFactory
factory.| Constructor and Description |
|---|
Factory(FactoryKey key) |
Factory(String productGroup,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescriptionFor(Object product) |
FactoryKey |
getKey() |
String |
getProductGroup() |
String |
getType() |
String |
toString() |
public Factory(FactoryKey key)
public FactoryKey getKey()
public String getProductGroup()
public String getType()
public String getDescriptionFor(Object product)
getDescriptionFor in interface IFactoryCopyright (c) 2011-2014 Eike Stepper (Berlin, Germany) and others.