Class SocialNetworkAccountServiceInstanceAssociation


  • public class SocialNetworkAccountServiceInstanceAssociation
    extends Object
    Account service instance association.
    Since:
    6.1.0
    Version:
    $Revision: 13752 $ $Date: 2011-10-13 14:10:51 -0300 (Thu, 13 Oct 2011) $
    • Constructor Detail

      • SocialNetworkAccountServiceInstanceAssociation

        public SocialNetworkAccountServiceInstanceAssociation​(SocialNetworkAccount account,
                                                              String serviceInstanceId)
        Creates a new social network service instance association.
        Parameters:
        account - the account.
        serviceInstanceId - the service instance id.
        Since:
        6.1.0
    • Method Detail

      • getAccount

        public SocialNetworkAccount getAccount()
        Returns the account.
        Returns:
        the account
        Since:
        6.1.0
      • setAccount

        public void setAccount​(SocialNetworkAccount account)
        Sets the account.
        Parameters:
        account - the account value to set.
        Since:
        6.1.0
      • getServiceInstanceId

        public String getServiceInstanceId()
        Returns the serviceInstanceId.
        Returns:
        the serviceInstanceId
        Since:
        6.1.0
      • setServiceInstanceId

        public void setServiceInstanceId​(String serviceInstanceId)
        Sets the serviceInstanceId.
        Parameters:
        serviceInstanceId - the serviceInstanceId value to set.
        Since:
        6.1.0