Package org.drools.games.adventures
Class UserSession
- java.lang.Object
-
- org.drools.games.adventures.UserSession
-
public class UserSession extends Object
-
-
Constructor Summary
Constructors Constructor Description UserSession()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Map<String,org.kie.api.runtime.Channel>getChannels()CharactergetCharacter()intgetId()inthashCode()voidsetChannels(Map<String,org.kie.api.runtime.Channel> channels)voidsetCharacter(Character character)voidsetId(int id)StringtoString()
-