Drools examples 6.0.3-SNAPSHOT

org.drools.games.adventures
Class UserSession

java.lang.Object
  extended by org.drools.games.adventures.UserSession

public class UserSession
extends Object


Constructor Summary
UserSession()
           
 
Method Summary
 boolean equals(Object obj)
           
 Map<String,org.kie.api.runtime.Channel> getChannels()
           
 int getId()
           
 int hashCode()
           
 void setChannels(Map<String,org.kie.api.runtime.Channel> channels)
           
 void setId(int id)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserSession

public UserSession()
Method Detail

getId

public int getId()

setId

public void setId(int id)

getChannels

public Map<String,org.kie.api.runtime.Channel> getChannels()

setChannels

public void setChannels(Map<String,org.kie.api.runtime.Channel> channels)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

Drools examples 6.0.3-SNAPSHOT

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.