com.silverpeas.socialnetwork.model
Class AccountId

java.lang.Object
  extended by com.silverpeas.socialnetwork.model.AccountId
All Implemented Interfaces:
Serializable

public class AccountId
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
AccountId()
           
AccountId(SocialNetworkID networkId, String profileId)
           
 
Method Summary
 boolean equals(Object obj)
           
 SocialNetworkID getNetworkId()
           
 String getProfileId()
           
 int hashCode()
           
 void setNetworkId(SocialNetworkID networkId)
           
 void setProfileId(String profileId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountId

public AccountId(SocialNetworkID networkId,
                 String profileId)

AccountId

public AccountId()
Method Detail

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.