Interface SocialInformation

    • Method Detail

      • getTitle

        String getTitle()
        return the Title of this SocialInformation
        Returns:
        String
      • getDescription

        String getDescription()
        return the Description of this SocialInformation
        Returns:
        String
      • getAuthor

        String getAuthor()
        return the Author of this SocialInfo
        Returns:
        String
      • getUrl

        String getUrl()
        return the Url of this SocialInfo
        Returns:
        String
      • getDate

        Date getDate()
        return the Date of this SocialInfo
        Returns:
        Date
      • getType

        String getType()
        return the Type of this SocialInfo
        Returns:
        String
      • getIcon

        String getIcon()
        return icon name of this SocialInfo
        Returns:
        String
      • isUpdated

        boolean isUpdated()
        return if this socialInfo was updated or not
        Returns:
        boolean
      • setUpdated

        void setUpdated​(boolean updated)