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, setIntegerProperty
public java.lang.Object getProperty(java.lang.String key)
getProperty
in class User
public void setProperty(java.lang.String key, java.lang.Object value)
setProperty
in class User
Copyright 2004-2015 Wandora Team