Class UserVO

    • Field Detail

      • EXTATTR_birthDay

        protected static final String EXTATTR_birthDay
        Constante birthDay String - EXTATTR_birthDay
        See Also:
        Constant Field Values
      • EXTATTR_firstAccess

        protected static final String EXTATTR_firstAccess
        Constante firstAccess String - EXTATTR_firstAccess
        See Also:
        Constant Field Values
      • EXTATTR_groups

        protected static final String EXTATTR_groups
        Constante groups String - EXTATTR_groups
        See Also:
        Constant Field Values
      • EXTATTR_locationId

        protected static final String EXTATTR_locationId
        Constante locationid String - EXTATTR_locationId
        See Also:
        Constant Field Values
      • EXTATTR_tenantCode

        protected static final String EXTATTR_tenantCode
        Constante tenantCode String - EXTATTR_tenantCode
        See Also:
        Constant Field Values
      • EXTATTR_tenantId

        protected static final String EXTATTR_tenantId
        Constante tenantId String - EXTATTR_tenantId
        See Also:
        Constant Field Values
      • EXTATTR_userType

        protected static final String EXTATTR_userType
        Constante userType String - EXTATTR_userType
        See Also:
        Constant Field Values
      • EXTATTR_passwordType

        protected static final String EXTATTR_passwordType
        Constante passwordType String - EXTATTR_passwordType
        See Also:
        Constant Field Values
      • EXTATTR_consumerKey

        protected static final String EXTATTR_consumerKey
        Constante consumerKey String - EXTATTR_consumerKey
        See Also:
        Constant Field Values
    • Constructor Detail

      • UserVO

        public UserVO()
        Construtor default.
    • Method Detail

      • getId

        public Long getId()
        Recupera valor do id
        Returns:
        the id
      • setId

        public void setId​(Long id)
        Atribui valor para id
        Parameters:
        id - the id to set
      • getUserUUID

        public String getUserUUID()
        Recupera valor do userUUID
        Returns:
        the userUUID
      • setUserUUID

        public void setUserUUID​(String userUUID)
        Atribui valor para userUUID
        Parameters:
        id - the userUUID to set
      • getLogin

        public String getLogin()
        Recupera valor do login
        Returns:
        the login
      • setLogin

        public void setLogin​(String login)
        Atribui valor para login
        Parameters:
        login - the login to set
      • getEmail

        public String getEmail()
        Recupera valor do email
        Returns:
        the email
      • setEmail

        public void setEmail​(String email)
        Atribui valor para email
        Parameters:
        email - the email to set
      • getCode

        public String getCode()
        Recupera valor do code
        Returns:
        the code
      • setCode

        public void setCode​(String code)
        Atribui valor para code
        Parameters:
        code - the code to set
      • getFirstName

        public String getFirstName()
        Recupera valor do firstName
        Returns:
        the firstName
      • setFirstName

        public void setFirstName​(String firstName)
        Atribui valor para firstName
        Parameters:
        firstName - the firstName to set
      • getLastName

        public String getLastName()
        Recupera valor do lastName
        Returns:
        the lastName
      • setLastName

        public void setLastName​(String lastName)
        Atribui valor para lastName
        Parameters:
        lastName - the lastName to set
      • getFullName

        public String getFullName()
        Recupera valor do fullName
        Returns:
        the fullName
      • setFullName

        public void setFullName​(String fullName)
        Atribui valor para fullName
        Parameters:
        fullName - the fullName to set
      • getPassword

        public String getPassword()
        Recupera valor do password
        Returns:
        the password
      • setPassword

        public void setPassword​(String password)
        Atribui valor para password
        Parameters:
        password - the password to set
      • getExtraData

        public Object getExtraData​(String key)
        Recupera valor do extData
        Returns:
        Object
      • addExtData

        public void addExtData​(String key,
                               Object value)
        Adicionar chave e valor no mapa.
        Parameters:
        key -
        value -
      • getValueExtData

        public Object getValueExtData​(String key)
        Retorna objeto no mapa
        Parameters:
        key -
        Returns:
        Object
      • setExtraData

        public void setExtraData​(String key,
                                 Object value)
        Atribui valor para extData
        Parameters:
        key -
        value -
      • getExtData

        public HashMap<String,​Object> getExtData()
        Recupera mapa de extraData
        Returns:
        HashMap
      • setExtData

        public void setExtData​(HashMap<String,​Object> extData)
        Atribui valor ao map
        Parameters:
        extData -
      • getTokenAccess

        public String getTokenAccess()
        Retorna tokenAccess
        Returns:
        String
      • setTokenAccess

        public void setTokenAccess​(String token)
        Atribui valor ao tokenAccess
        Parameters:
        token -
      • getTokenSecret

        public String getTokenSecret()
        Retorna token secret
        Returns:
        String
      • setTokenSecret

        public void setTokenSecret​(String tokenSecret)
        Atribui valor ao token secret
        Parameters:
        tokenSecret -
      • getTimezone

        public String getTimezone()
        Atribui valor ao timezone
        Returns:
        timezone
      • setTimezone

        public void setTimezone​(String timezone)
        Retorna o timezone
        Parameters:
        timezone -
      • setRoles

        public void setRoles​(List<String> roles)
      • setGroups

        public void setGroups​(List<String> groups)
      • getIsActive

        public Boolean getIsActive()
        Return user status
        Returns:
        Boolean
      • setIsActive

        public void setIsActive​(Boolean isActive)
        Set user status
        Parameters:
        isActive -