Class ColleagueVO

    • Constructor Detail

      • ColleagueVO

        public ColleagueVO()
    • Method Detail

      • 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