|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sibvisions.rad.ui.AbstractFactory
public abstract class AbstractFactory
The AbstractFactory
is an abstract implementation of IFactory
, which provides common functionality.
Field Summary | |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
properties
The Map which holds the properties. |
Constructor Summary | |
---|---|
AbstractFactory()
|
Method Summary | |
---|---|
java.lang.Object |
getProperty(java.lang.String pName)
Gets the value of the property with the given name. |
void |
setProperty(java.lang.String pName,
java.lang.Object pValue)
Sets the given value with the given name as property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Map<java.lang.String,java.lang.Object> properties
Map
which holds the properties.
Constructor Detail |
---|
public AbstractFactory()
Method Detail |
---|
public java.lang.Object getProperty(java.lang.String pName)
getProperty
in interface IFactory
pName
- the name of the property.
public void setProperty(java.lang.String pName, java.lang.Object pValue)
setProperty
in interface IFactory
pName
- the name of the property.pValue
- the value of the property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |