|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.social.service.rest.Like
public class Like
Model contain like detail information.
| Constructor Summary | |
|---|---|
Like()
|
|
| Method Summary | |
|---|---|
String |
getFullName()
gets user full name |
String |
getIdentityId()
gets identityId who likes |
String |
getThumbnail()
gets thumbnail |
String |
getUsername()
gets userName |
void |
setFullName(String fullName)
sets user full name |
void |
setIdentityId(String identityId)
sets identityId who likes |
void |
setThumbnail(String thumbnail)
sets thumbnail url |
void |
setUsername(String username)
sets userName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Like()
| Method Detail |
|---|
public void setIdentityId(String identityId)
identityId - public String getIdentityId()
public String getThumbnail()
public void setThumbnail(String thumbnail)
thumbnail - urlpublic String getUsername()
public void setUsername(String username)
username - public String getFullName()
public void setFullName(String fullName)
fullName -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||