net.sourceforge.hiveutils.service.impl
Class PreferenceContribution
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
net.sourceforge.hiveutils.service.impl.PreferenceContribution
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
public class PreferenceContribution
- extends org.apache.hivemind.impl.BaseLocatable
- 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 |
PreferenceContribution
public PreferenceContribution()
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
setBeanClass
public void setBeanClass(java.lang.Class beanClass)
getBeanClass
public java.lang.Class getBeanClass()
setType
public void setType(PrefType type)
getType
public PrefType getType()
setEventChannel
public void setEventChannel(Consumer eventChannel)
getEventChannel
public Consumer getEventChannel()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object