Class SocialNetworkAccountServiceInstanceAssociation
- java.lang.Object
-
- lumis.content.socialnetwork.integration.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 Summary
Constructors Constructor Description SocialNetworkAccountServiceInstanceAssociation(SocialNetworkAccount account, String serviceInstanceId)
Creates a new social network service instance association.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SocialNetworkAccount
getAccount()
Returns the account.String
getServiceInstanceId()
Returns the serviceInstanceId.void
setAccount(SocialNetworkAccount account)
Sets the account.void
setServiceInstanceId(String serviceInstanceId)
Sets the serviceInstanceId.
-
-
-
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
-
-