org.apache.hivemind.lib.impl
Class ServicePropertyFactoryParameter
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.hivemind.lib.impl.ServicePropertyFactoryParameter
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class ServicePropertyFactoryParameter
- extends org.apache.hivemind.impl.BaseLocatable
Parameter object used with ServicePropertyFactory
.
- 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 |
ServicePropertyFactoryParameter
public ServicePropertyFactoryParameter()
getPropertyName
public java.lang.String getPropertyName()
getService
public java.lang.Object getService()
setPropertyName
public void setPropertyName(java.lang.String string)
setService
public void setService(java.lang.Object object)