@Entity public class CommentImpl extends BambooEntityObject implements Comment
getEntityId, orderingByMostRecentFirstORDERING| Constructor and Description |
|---|
CommentImpl() |
CommentImpl(String content,
String userName,
Date commentDate,
long entityId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
The actual comment that was added
|
long |
getEntityId()
The id of object the comment was added to
|
com.atlassian.user.User |
getUser()
The user that created the comment
|
String |
getUserName()
The username of the user that created the comment
|
void |
setBambooUserManager(BambooUserManager bambooUserManager) |
void |
setContent(String content) |
void |
setEntityId(long entityId) |
void |
setUserName(String userName) |
clone, equals, getCreationDate, getCurrentDate, getId, getLastModificationDate, hashCode, setClock, setCreationDate, setId, setLastModificationDatefinalize, getClass, notify, notifyAll, toString, wait, wait, waitgetCreationDate, getLastModificationDatesetIdgetIdpublic String getContent()
CommentgetContent in interface Commentpublic void setContent(String content)
setContent in interface Commentpublic String getUserName()
CommentgetUserName in interface Commentpublic void setUserName(String userName)
setUserName in interface Commentpublic com.atlassian.user.User getUser()
Commentpublic long getEntityId()
CommentgetEntityId in interface Commentpublic void setEntityId(long entityId)
setEntityId in interface Commentpublic void setBambooUserManager(BambooUserManager bambooUserManager)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.