public class User extends MapObject
attributes, fields, xmlrpcNoSend, xmlrpcRefs
Constructor and Description |
---|
User() |
User(Map data) |
User(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEmail()
the email address of this user
|
String |
getFullname()
the full name of this user
|
String |
getName()
the username of this user
|
int |
hashCode() |
void |
setEmail(String email) |
void |
setFullname(String fullname) |
void |
setName(String name) |
String |
toString() |
getAttributes, getBoolean, getDate, getFields, getInt, getList, getMapObject, getMapObjects, getString, getUrl, hasField, merge, setBoolean, setDate, setInt, setList, setMapObject, setMapObjects, setString, setUrl, toList, toMap
public String getName()
public void setName(String name)
public String getFullname()
public void setFullname(String fullname)
public String getEmail()
public void setEmail(String email)
Copyright © 2015 The Codehaus Foundation. All rights reserved.