Class SocialNetwork

  • All Implemented Interfaces:
    ISocialNetwork

    public class SocialNetwork
    extends java.lang.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) $
    • Constructor Detail

      • SocialNetwork

        public SocialNetwork​(java.lang.String name,
                             ChannelConfig channelBase,
                             PageConfig personalPage,
                             ServiceInstanceConfig serviceInstance,
                             java.lang.String sourceId,
                             java.lang.String userFieldId,
                             java.lang.String className)
    • Method Detail

      • getChannelBaseId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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