Class UserVO


  • public class UserVO
    extends Object
    • Method Detail

      • getDetails

        public Map<String,​String> getDetails()
        Returns:
        the details
      • 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()