Class UserVO
- java.lang.Object
-
- org.silverpeas.components.organizationchart.view.UserVO
-
public class UserVO extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAvatar()Map<String,String>getDetails()StringgetFullName()StringgetLogin()StringgetRole()voidsetAvatar(String avatar)voidsetDetails(Map<String,String> details)voidsetFullName(String fullName)voidsetLogin(String login)voidsetRole(String role)
-
-
-
Method Detail
-
setDetails
public void setDetails(Map<String,String> details)
- Parameters:
details- the details to set
-
getRole
public String getRole()
- Returns:
- the role
-
setRole
public void setRole(String role)
- Parameters:
role- the role to set
-
getFullName
public String getFullName()
- Returns:
- the fullName
-
setFullName
public void setFullName(String fullName)
- Parameters:
fullName- the fullName to set
-
getLogin
public String getLogin()
- Returns:
- the login
-
setLogin
public void setLogin(String login)
- Parameters:
login- the login to set
-
setAvatar
public void setAvatar(String avatar)
-
getAvatar
public String getAvatar()
-
-