@Entity public class ChannelVulnerability extends BaseEntity
| Constructor and Description |
|---|
ChannelVulnerability() |
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
getChannelType() |
String |
getCode() |
List<Finding> |
getFindings() |
GenericVulnerability |
getGenericVulnerability() |
String |
getName() |
Boolean |
getUserCreated() |
List<VulnerabilityMap> |
getVulnerabilityMaps() |
void |
setChannelType(ChannelType channelType) |
void |
setCode(String code) |
void |
setFindings(List<Finding> findings) |
void |
setName(String name) |
void |
setUserCreated(Boolean userCreated) |
void |
setVulnerabilityMaps(List<VulnerabilityMap> vulnerabilityMaps) |
String |
toString() |
getId, isNew, setIdpublic Boolean getUserCreated()
public void setUserCreated(Boolean userCreated)
public ChannelType getChannelType()
public void setChannelType(ChannelType channelType)
public String getName()
public void setName(String name)
public String getCode()
public void setCode(String code)
public List<VulnerabilityMap> getVulnerabilityMaps()
public void setVulnerabilityMaps(List<VulnerabilityMap> vulnerabilityMaps)
public GenericVulnerability getGenericVulnerability()
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.