Class CommentImpl

java.lang.Object
com.atlassian.jira.issue.comments.CommentImpl
All Implemented Interfaces:
WithId, Comment, MutableComment

public class CommentImpl extends Object implements MutableComment
Represents a comment on an issue by a user. Comment is essentially a GenericValue wrapper with getters
See Also: