public class CommentBean extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
ACCESS_LEVEL_ADMINISTRATORS |
static int |
ACCESS_LEVEL_DEVELOPERS |
static int |
ACCESS_LEVEL_MANAGERS |
static int |
ACCESS_LEVEL_USERS |
static String |
COMMENT_MENTION_DATA_USER_ID_REGEXP |
static String |
COMMENT_MENTION_REGEXP |
Constructor and Description |
---|
CommentBean() |
Modifier and Type | Method and Description |
---|---|
String |
getAuthor() |
String |
getComment() |
Date |
getCreated() |
Integer |
getId() |
Integer |
getObjectId() |
int |
getRole() |
Date |
getUpdated() |
boolean |
isCanDelete() |
boolean |
isCanEdit() |
void |
setAuthor(String author) |
void |
setCanDelete(boolean canDelete) |
void |
setCanEdit(boolean canEdit) |
void |
setComment(String comment) |
void |
setCreated(Date created) |
void |
setId(Integer id) |
void |
setObjectId(Integer objectId) |
void |
setRole(int role) |
void |
setUpdated(Date updated) |
public static final int ACCESS_LEVEL_USERS
public static final int ACCESS_LEVEL_MANAGERS
public static final int ACCESS_LEVEL_ADMINISTRATORS
public static final int ACCESS_LEVEL_DEVELOPERS
public static final String COMMENT_MENTION_REGEXP
public static final String COMMENT_MENTION_DATA_USER_ID_REGEXP
public Integer getId()
public void setId(Integer id)
public String getAuthor()
public void setAuthor(String author)
public int getRole()
public void setRole(int role)
public String getComment()
public void setComment(String comment)
public Date getCreated()
public void setCreated(Date created)
public Date getUpdated()
public void setUpdated(Date updated)
public Integer getObjectId()
public void setObjectId(Integer objectId)
public boolean isCanEdit()
public void setCanEdit(boolean canEdit)
public boolean isCanDelete()
public void setCanDelete(boolean canDelete)
Copyright © 2024 Atlassian. All rights reserved.