Interface ExtendedUser

    • Method Detail

      • getFirstName

        String getFirstName()
        Returns the first name for this user.
        Returns:
        A String with the user's first name.
      • getLastName

        String getLastName()
        Returns the last name for this user.
        Returns:
        A String with the user's last name.
      • getEmail

        String getEmail()
        Returns the email address for this user.
        Returns:
        A String with the user's email address.
      • setFirstName

        void setFirstName​(String firstName)
        Sets the first name for this user.
        Parameters:
        firstName - User's first name.
      • setLastName

        void setLastName​(String lastName)
        Sets the last name for this user.
        Parameters:
        lastName - User's last name.
      • setEmail

        void setEmail​(String address)
        Sets the email address.
        Parameters:
        address - The email address.
      • getObjectdata

        byte[] getObjectdata()
        Returns the value of the objectdata for this user. Objectdata is a storage area used to store the permanent storage table from the User object.
        Returns:
        The bytes in the objectdata for this user
      • setObjectdata

        void setObjectdata​(byte[] objectdata)
        Sets the value of the objectdata for the user
        Parameters:
        objectdata - The new permanent storage for the user