public abstract class UserProfile extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
UserProfile(String id)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
abstract String |
getFullName() |
String |
getId()
Permanent identifier against the social relationship for the life-time of the network account
|
abstract String |
getProfileImageUrl() |
int |
hashCode() |
protected UserProfile(String id)
id - identifier of the userpublic String getId()
public abstract String getFullName()
public abstract String getProfileImageUrl()
Copyright © 2012-2013. All Rights Reserved.