|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wso2.carbon.registry.core.jdbc.dataobjects.CommentDO
public class CommentDO
The data object maps with a comment
Constructor Summary | |
---|---|
CommentDO()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CommentDO()
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |