public class SimpleUser extends User
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap |
properties |
| Constructor and Description |
|---|
SimpleUser()
Creates a new instance of SimpleUser
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getProperty(java.lang.String key) |
void |
setProperty(java.lang.String key,
java.lang.Object value) |
getBooleanProperty, getIntegerProperty, getStringProperty, setBooleanProperty, setIntegerPropertypublic java.lang.Object getProperty(java.lang.String key)
getProperty in class Userpublic void setProperty(java.lang.String key,
java.lang.Object value)
setProperty in class UserCopyright 2004-2015 Wandora Team