Class SocialNetwork

  • All Implemented Interfaces:
    ISocialNetwork

    public class SocialNetwork
    extends Object
    implements ISocialNetwork
    Social Network Entity
    Since:
    6.1.0
    Version:
    $Revision: 16392 $ $Date: 2014-08-06 11:40:08 -0300 (Wed, 06 Aug 2014) $
    • Method Detail

      • getChannelBaseId

        public String getChannelBaseId()
        Returns the channelBaseId.
        Specified by:
        getChannelBaseId in interface ISocialNetwork
        Returns:
        the channelBaseId
        Since:
        6.1.0
      • setChannelBaseId

        public void setChannelBaseId​(String channelBaseId)
        Sets the channelBaseId.
        Parameters:
        channelBaseId - the channelBaseId value to set.
        Since:
        6.1.0
      • getCreationDate

        public Date getCreationDate()
        Returns the creationDate.
        Specified by:
        getCreationDate in interface ISocialNetwork
        Returns:
        the creationDate
        Since:
        6.1.0
      • setCreationDate

        public void setCreationDate​(Date creationDate)
        Sets the creationDate.
        Parameters:
        creationDate - the creationDate value to set.
        Since:
        6.1.0
      • getName

        public String getName()
        Returns the name.
        Specified by:
        getName in interface ISocialNetwork
        Returns:
        the name
        Since:
        6.1.0
      • setName

        public void setName​(String name)
        Sets the name.
        Parameters:
        name - the name value to set.
        Since:
        6.1.0
      • getPersonalPageId

        public String getPersonalPageId()
        Returns the personalPageId.
        Specified by:
        getPersonalPageId in interface ISocialNetwork
        Returns:
        the personalPageId
        Since:
        6.1.0
      • setPersonalPageId

        public void setPersonalPageId​(String personalPageId)
        Sets the personalPageId.
        Parameters:
        personalPageId - the personalPageId value to set.
        Since:
        6.1.0
      • getSocialProfileProviderClassName

        public String getSocialProfileProviderClassName()
        Returns the socialProfileClassName.
        Returns:
        the socialProfileClassName
        Since:
        6.1.0
      • setSocialProfileProviderClassName

        public void setSocialProfileProviderClassName​(String socialProfileClassName)
        Sets the socialProfileClassName.
        Parameters:
        socialProfileClassName - the socialProfileClassName value to set.
        Since:
        6.1.0
      • getSocialProfileServiceInstanceId

        public String getSocialProfileServiceInstanceId()
        Returns the socialProfileServiceInstanceId.
        Returns:
        the socialProfileServiceInstanceId
        Since:
        6.1.0
      • setSocialProfileServiceInstanceId

        public void setSocialProfileServiceInstanceId​(String socialProfileServiceInstanceId)
        Sets the socialProfileServiceInstanceId.
        Parameters:
        socialProfileServiceInstanceId - the socialProfileServiceInstanceId value to set.
        Since:
        6.1.0
      • getSocialProfileServiceInstanceSourceId

        public String getSocialProfileServiceInstanceSourceId()
        Returns the socialProfileServiceInstanceSourceId.
        Returns:
        the socialProfileServiceInstanceSourceId
        Since:
        6.1.0
      • setSocialProfileServiceInstanceSourceId

        public void setSocialProfileServiceInstanceSourceId​(String socialProfileServiceInstanceSourceId)
        Sets the socialProfileServiceInstanceSourceId.
        Parameters:
        socialProfileServiceInstanceSourceId - the socialProfileServiceInstanceSourceId value to set.
        Since:
        6.1.0
      • getSocialProfileUserFieldId

        public String getSocialProfileUserFieldId()
        Returns the socialProfileUserFieldId.
        Returns:
        the socialProfileUserFieldId
        Since:
        6.1.0
      • setSocialProfileUserFieldId

        public void setSocialProfileUserFieldId​(String socialProfileUserFieldId)
        Sets the socialProfileUserFieldId.
        Parameters:
        socialProfileUserFieldId - the socialProfileUserFieldId value to set.
        Since:
        6.1.0
      • getId

        public String getId()
        Returns the id.
        Specified by:
        getId in interface ISocialNetwork
        Returns:
        the id
        Since:
        6.1.0