com.silverpeas.socialnetwork.model
Class AccountId
java.lang.Object
com.silverpeas.socialnetwork.model.AccountId
- All Implemented Interfaces:
- Serializable
public class AccountId
- extends Object
- implements Serializable
- See Also:
- Serialized Form
AccountId
public AccountId(SocialNetworkID networkId,
String profileId)
AccountId
public AccountId()
getProfileId
public String getProfileId()
setProfileId
public void setProfileId(String profileId)
getNetworkId
public SocialNetworkID getNetworkId()
setNetworkId
public void setNetworkId(SocialNetworkID networkId)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2016 Silverpeas. All Rights Reserved.