net.sourceforge.hiveutils.service.impl
Class InjectContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
net.sourceforge.hiveutils.service.impl.InjectContribution
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class InjectContribution
- extends org.apache.hivemind.impl.BaseLocatable
Represents a configuration parameter to the ObjectBuilder, indicating
which dependency to inject when constructing an object.
- Author:
- Jean-Francois Poilpret
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, wait, wait, wait |
InjectContribution
public InjectContribution()
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
setObject
public void setObject(InjectObjectInformation object)
getObject
public InjectObjectInformation getObject()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object