@Entity public class EndpointPermission extends BaseEntity
| Constructor and Description |
|---|
EndpointPermission() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Application |
getApplication() |
List<Finding> |
getFindingList() |
String |
getName() |
List<Vulnerability> |
getVulnerabilityList() |
int |
hashCode() |
void |
setApplication(Application application) |
void |
setFindingList(List<Finding> findingList) |
void |
setName(String name) |
void |
setVulnerabilityList(List<Vulnerability> vulnerabilityList) |
getId, isNew, setIdpublic Application getApplication()
public void setApplication(Application application)
public String getName()
public void setName(String name)
public List<Vulnerability> getVulnerabilityList()
public void setVulnerabilityList(List<Vulnerability> vulnerabilityList)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.