@Portable public class MemberBean extends Object implements Serializable
| Constructor and Description |
|---|
MemberBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail() |
Date |
getJoinedOn() |
List<MemberRoleBean> |
getRoles() |
String |
getUserId() |
String |
getUserName() |
void |
setEmail(String email) |
void |
setJoinedOn(Date joinedOn) |
void |
setRoles(List<MemberRoleBean> roles) |
void |
setUserId(String userId) |
void |
setUserName(String userName) |
public String getUserId()
public void setUserId(String userId)
userId - the userId to setpublic String getUserName()
public void setUserName(String userName)
userName - the userName to setpublic String getEmail()
public void setEmail(String email)
email - the email to setpublic Date getJoinedOn()
public void setJoinedOn(Date joinedOn)
joinedOn - the joinedOn to setpublic List<MemberRoleBean> getRoles()
public void setRoles(List<MemberRoleBean> roles)
roles - the roles to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.