@Entity public class VulnerabilityComment extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static int |
COMMENT_LENGTH |
| Constructor and Description |
|---|
VulnerabilityComment() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
Map<String,Object> |
getCommentInfo() |
Integer |
getDeletedVulnerabilityId() |
List<Tag> |
getTags() |
Date |
getTime() |
User |
getUser() |
Vulnerability |
getVulnerability() |
void |
setComment(String comment) |
void |
setDeletedVulnerabilityId(Integer deletedVulnerabilityId) |
void |
setTags(List<Tag> tags) |
void |
setTime(Date time) |
void |
setUser(User user) |
void |
setVulnerability(Vulnerability vulnerability) |
getCreatedDate, getModifiedDate, isActive, setActive, setCreatedDate, setModifiedDategetId, isNew, setIdpublic static final int COMMENT_LENGTH
public Vulnerability getVulnerability()
public void setVulnerability(Vulnerability vulnerability)
public String getComment()
public void setComment(String comment)
public User getUser()
public void setUser(User user)
public Date getTime()
public void setTime(Date time)
public Integer getDeletedVulnerabilityId()
public void setDeletedVulnerabilityId(Integer deletedVulnerabilityId)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.