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