public class UserSession extends Object
| Constructor and Description |
|---|
UserSession() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Map<String,org.kie.api.runtime.Channel> |
getChannels() |
Character |
getCharacter() |
int |
getId() |
int |
hashCode() |
void |
setChannels(Map<String,org.kie.api.runtime.Channel> channels) |
void |
setCharacter(Character character) |
void |
setId(int id) |
String |
toString() |
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.