@Entity public class GRCControl extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static Set<String> |
CLOSED_CODES |
static int |
NATIVE_ID_LENGTH |
static Set<String> |
OPEN_CODES |
static int |
STATUS_LENGTH |
static int |
URL_LENGTH |
| Constructor and Description |
|---|
GRCControl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getControlId() |
GRCApplication |
getGrcApplication() |
String |
getNativeId() |
String |
getReferenceUrl() |
String |
getStatus() |
Vulnerability |
getVulnerability() |
void |
setControlId(String controlId) |
void |
setGrcApplication(GRCApplication grcApplication) |
void |
setNativeId(String nativeId) |
void |
setReferenceUrl(String referenceUrl) |
void |
setStatus(String status) |
void |
setVulnerability(Vulnerability vulnerability) |
getCreatedDate, getModifiedDate, isActive, setActive, setCreatedDate, setModifiedDategetId, isNew, setIdpublic static final int NATIVE_ID_LENGTH
public static final int URL_LENGTH
public static final int STATUS_LENGTH
public String getNativeId()
public void setNativeId(String nativeId)
public Vulnerability getVulnerability()
public void setVulnerability(Vulnerability vulnerability)
public GRCApplication getGrcApplication()
public String getControlId()
public void setControlId(String controlId)
public void setGrcApplication(GRCApplication grcApplication)
public String getStatus()
public void setStatus(String status)
public String getReferenceUrl()
public void setReferenceUrl(String referenceUrl)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.