Interface DirectoryItem

    • Method Detail

      • getFirstName

        String getFirstName()
        Gets the first name of the person.
        Returns:
        the first name.
      • getLastName

        String getLastName()
        Gets the last name of the person.
        Returns:
        th last name.
      • getAvatar

        String getAvatar()
        Gets the URL of the person avatar.
        Returns:
        the avatar image.
      • getMail

        String getMail()
        Gets the main email address.
        Returns:
        the email address.
      • getPhone

        String getPhone()
        Gets the phone number.
        Returns:
        a phone number.
      • getFax

        String getFax()
        Gets the Fax number.
        Returns:
        the Fax number
      • getCreationDate

        Date getCreationDate()
        Gets the date at which this item has been created into the directory.
        Returns:
        the item creation date.
      • getOriginalId

        String getOriginalId()
        Gets the unique identifier of the person referred by this item.
        Returns:
        the unique identifier of the person.
      • getUniqueId

        String getUniqueId()
        Gets the unique identifier of this item in the directory.
        Returns:
        the unique identifier of the item.