Package tenapull.data.entity.lookup
Class VulnerabilityScore
java.lang.Object
tenapull.data.entity.template.SimpleStringLookupPojo<VulnerabilityScore>
tenapull.data.entity.lookup.VulnerabilityScore
- All Implemented Interfaces:
java.lang.Comparable<VulnerabilityScore>
,DbPojo
,StringLookupPojo<VulnerabilityScore>
@Entity(name="VulnerabilityScore") public class VulnerabilityScore extends SimpleStringLookupPojo<VulnerabilityScore>
Represents a simple string/varchar lookup from the vulnerability_score table
-
Field Summary
Fields Modifier and Type Field Description static SimpleStringLookupDao<VulnerabilityScore>
dao
-
Constructor Summary
Constructors Constructor Description VulnerabilityScore()
-
Method Summary
Methods inherited from class tenapull.data.entity.template.SimpleStringLookupPojo
_prepare, compareTo, equals, getId, getValue, hashCode, setId, setValue, toJsonNode, toJsonString, toString
-
Field Details
-
Constructor Details
-
VulnerabilityScore
public VulnerabilityScore()
-