public class CommentDO extends Object
Constructor and Description |
---|
CommentDO() |
Modifier and Type | Method and Description |
---|---|
String |
getCommentedUser()
Method to get the commented user.
|
String |
getCommentText()
Method to get the comment text.
|
void |
setCommentedUser(String commentedUser)
Method to set the commenting user.
|
void |
setCommentText(String commentText)
Method to set the comment test.
|
public String getCommentedUser()
public void setCommentedUser(String commentedUser)
commentedUser
- the commenting user to be setpublic String getCommentText()
public void setCommentText(String commentText)
commentText
- comment text.Copyright © 2016 WSO2 Inc. All Rights Reserved.