public class SocialCommentInfo extends Object
Constructor and Description |
---|
SocialCommentInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCommentId() |
String |
getCommentName() |
String |
getCommentTitle() |
String |
getImageUrl() |
long |
getPostedTime() |
void |
setCommentId(String id) |
void |
setCommentName(String name) |
void |
setCommentTitle(String title) |
void |
setImageUrl(String url) |
void |
setPostedTime(long time) |
public void setImageUrl(String url)
public String getImageUrl()
public void setCommentId(String id)
public String getCommentId()
public void setCommentName(String name)
public String getCommentName()
public void setCommentTitle(String title)
public String getCommentTitle()
public void setPostedTime(long time)
public long getPostedTime()
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.