public class UserInfo extends Object implements com.google.gwt.user.client.rpc.IsSerializable, Comparable<UserInfo>
| Constructor and Description |
|---|
UserInfo() |
UserInfo(String username,
String fullname,
String email,
ArrayList<String> roles,
String userComment,
Date regDate) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UserInfo arg0) |
boolean |
equals(Object obj) |
ArrayList<String> |
getAssignedRoles() |
String |
getEmail() |
String |
getFullname() |
String |
getUserComment() |
String |
getUsername() |
int |
hashCode() |
void |
setAssignedRoles(ArrayList<String> assignedRoles) |
Copyright © 2014. All Rights Reserved.