org.wso2.carbon.registry.core.jdbc.dataobjects
Class CommentDO

java.lang.Object
  extended by org.wso2.carbon.registry.core.jdbc.dataobjects.CommentDO

public class CommentDO
extends Object

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

CommentDO

public CommentDO()
Method Detail

getCommentedUser

public String getCommentedUser()
Method to get the commented user.

Returns:
the commented user

setCommentedUser

public void setCommentedUser(String commentedUser)
Method to set the commenting user.

Parameters:
commentedUser - the commenting user to be set

getCommentText

public String getCommentText()
Method to get the comment text.

Returns:
comment text

setCommentText

public void setCommentText(String commentText)
Method to set the comment test.

Parameters:
commentText - comment text.


Copyright © 2011 WSO2 Inc. All Rights Reserved.