@Exported public class UserBean extends BaseBean
SiteBean,
RoleBean,
Serialized Form| Constructor and Description |
|---|
UserBean() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getId()
Returns the identifier of this user.
|
String |
getName()
Returns the name of this user.
|
int |
hashCode() |
void |
setId(String id)
Sets the unique identifier of this user.
|
void |
setName(String name)
Sets the name of this user.
|
public String getId()
public void setId(String id)
id - the unique identifier for this user to set.public void setName(String name)
name - the name of this user to set.public String getName()