org.apache.hivemind.lib.impl
Class SpringBeanParameter
java.lang.Object
|
+--org.apache.hivemind.impl.BaseLocatable
|
+--org.apache.hivemind.lib.impl.SpringBeanParameter
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
- public class SpringBeanParameter
- extends org.apache.hivemind.impl.BaseLocatable
Parameter to SpringLookupFactory
,
containing a (required) bean name to
obtain, and an (optional) bean factory source.
- Author:
- Howard Lewis Ship
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringBeanParameter
public SpringBeanParameter()
getBeanFactorySource
public SpringBeanFactorySource getBeanFactorySource()
getName
public java.lang.String getName()
setBeanFactorySource
public void setBeanFactorySource(SpringBeanFactorySource source)
setName
public void setName(java.lang.String string)