public abstract class AbstractFactory extends Object implements Factory, Serializable
FactoryProperties.ComparatorBuilder
Constructor and Description |
---|
AbstractFactory(String name,
String desc,
String identifier)
Creates a new AbstractFactory with the supplied values.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description for this Factory
|
String |
getDisplayName()
Gets the display name for this Factory
|
String |
getIdentifier()
Gets the identifier for this Factory
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getFeature, getProperty, setFeature
newComparatorBuilder
public AbstractFactory(String name, String desc, String identifier)
name
- the factory namedesc
- the factory descriptionidentifier
- the factory identifierpublic String getDescription()
FactoryProperties
getDescription
in interface FactoryProperties
public String getDisplayName()
FactoryProperties
getDisplayName
in interface FactoryProperties
public String getIdentifier()
FactoryProperties
getIdentifier
in interface FactoryProperties