|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.content.socialnetwork.integration.SocialNetworkAccountServiceInstanceAssociation
public class SocialNetworkAccountServiceInstanceAssociation
Account service instance association.
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 |
---|
public SocialNetworkAccountServiceInstanceAssociation(SocialNetworkAccount account, String serviceInstanceId)
account
- the account.serviceInstanceId
- the service instance id.Method Detail |
---|
public SocialNetworkAccount getAccount()
public void setAccount(SocialNetworkAccount account)
account
- the account value to set.public String getServiceInstanceId()
public void setServiceInstanceId(String serviceInstanceId)
serviceInstanceId
- the serviceInstanceId value to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |