net.sourceforge.hivelock
Class UserModelContribution

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by net.sourceforge.hivelock.UserModelContribution
All Implemented Interfaces:
org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder

public class UserModelContribution
extends org.apache.hivemind.impl.BaseLocatable


Constructor Summary
UserModelContribution()
           
 
Method Summary
 org.apache.hivemind.internal.ServicePoint getService()
           
 int getTimeout()
           
 void setService(org.apache.hivemind.internal.ServicePoint service)
           
 void setTimeout(int timeout)
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

UserModelContribution

public UserModelContribution()
Method Detail

setService

public void setService(org.apache.hivemind.internal.ServicePoint service)

getService

public org.apache.hivemind.internal.ServicePoint getService()

setTimeout

public void setTimeout(int timeout)

getTimeout

public int getTimeout()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object