Class ContactItem

    • Method Detail

      • getFirstName

        public String getFirstName()
        Description copied from interface: DirectoryItem
        Gets the first name of the person.
        Returns:
        the first name.
      • getLastName

        public String getLastName()
        Description copied from interface: DirectoryItem
        Gets the last name of the person.
        Returns:
        th last name.
      • getAvatar

        public String getAvatar()
        Description copied from interface: DirectoryItem
        Gets the URL of the person avatar.
        Returns:
        the avatar image.
      • getCreationDate

        public Date getCreationDate()
        Description copied from interface: DirectoryItem
        Gets the date at which this item has been created into the directory.
        Returns:
        the item creation date.
      • getOriginalId

        public String getOriginalId()
        Description copied from interface: DirectoryItem
        Gets the unique identifier of the person referred by this item.
        Returns:
        the unique identifier of the person.
      • getMail

        public String getMail()
        Description copied from interface: DirectoryItem
        Gets the main email address.
        Returns:
        the email address.
      • getContact

        public Contact getContact()
      • getPhone

        public String getPhone()
        Description copied from interface: DirectoryItem
        Gets the phone number.
        Returns:
        a phone number.
      • getFax

        public String getFax()
        Description copied from interface: DirectoryItem
        Gets the Fax number.
        Returns:
        the Fax number