@Entity public class ApplicationCriticality extends BaseEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
CRITICAL |
static String |
HIGH |
static String |
LOW |
static String |
MEDIUM |
static Map<String,Integer> |
NUMERIC_MAP |
| Constructor and Description |
|---|
ApplicationCriticality() |
| Modifier and Type | Method and Description |
|---|---|
List<Application> |
getApplications() |
String |
getName() |
void |
setApplications(List<Application> applications) |
void |
setName(String name) |
getId, isNew, setIdpublic static final String LOW
public static final String MEDIUM
public static final String HIGH
public static final String CRITICAL
public String getName()
public void setName(String name)
public List<Application> getApplications()
public void setApplications(List<Application> applications)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.