|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.silverpeas.comment.model.CommentedPublicationInfo
public class CommentedPublicationInfo
Short information about a commented publication.
| Constructor Summary | |
|---|---|
CommentedPublicationInfo(String publicationType,
String publicationId,
String componentId,
int commentCount)
Constructs a new CommentedPublicationInfo instance. |
|
| Method Summary | |
|---|---|
int |
getCommentCount()
Gets the number of comments on the publication. |
String |
getComponentId()
Gets the identifier of the Silverpeas component to which the publication belongs. |
String |
getPublicationId()
Gets the identifier of the publication. |
String |
getPublicationType()
Gets the type of the publication. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CommentedPublicationInfo(String publicationType,
String publicationId,
String componentId,
int commentCount)
publicationType - type of the commented publication.publicationId - identifier of the commented publication.componentId - identifier of the Silverpeas component to which the publication belongs.commentCount - number of comments on the publucation.| Method Detail |
|---|
public int getCommentCount()
public String getComponentId()
public String getPublicationType()
public String getPublicationId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||