lumis.content.socialnetwork.integration
Class SocialNetworkAccountServiceInstanceAssociation

Package class diagram package SocialNetworkAccountServiceInstanceAssociation
java.lang.Object
  extended by lumis.content.socialnetwork.integration.SocialNetworkAccountServiceInstanceAssociation

public class SocialNetworkAccountServiceInstanceAssociation
extends Object

Account service instance association.

Since:
6.1.0

Constructor Summary
SocialNetworkAccountServiceInstanceAssociation(SocialNetworkAccount account, String serviceInstanceId)
          Creates a new social network service instance association.
 
Method Summary
 SocialNetworkAccount getAccount()
          Returns the account.
 String getServiceInstanceId()
          Returns the serviceInstanceId.
 void setAccount(SocialNetworkAccount account)
          Sets the account.
 void setServiceInstanceId(String serviceInstanceId)
          Sets the serviceInstanceId.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.