public class User extends MapObject
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
the email address of this user
|
String |
getFullname()
the full name of this user
|
String |
getName()
the username of this user
|
String |
getUrl()
the url to view this user online
|
void |
setEmail(String email) |
void |
setFullname(String fullname) |
void |
setName(String name) |
void |
setUrl(String url) |
public User()
public User(Map data)
public String getName()
public void setName(String name)
public String getFullname()
public void setFullname(String fullname)
public String getEmail()
public void setEmail(String email)
public String getUrl()
public void setUrl(String url)
Copyright © 2017 The Codehaus Foundation. All rights reserved.