Package tenapull.data.entity.lookup
Class ScanScheduleType
java.lang.Object
tenapull.data.entity.template.SimpleStringLookupPojo<ScanScheduleType>
tenapull.data.entity.lookup.ScanScheduleType
- All Implemented Interfaces:
java.lang.Comparable<ScanScheduleType>
,DbPojo
,StringLookupPojo<ScanScheduleType>
@Entity(name="ScanScheduleType") public class ScanScheduleType extends SimpleStringLookupPojo<ScanScheduleType>
Represents a simple string/varchar lookup from the scan_schedule_type table
-
Field Summary
Fields Modifier and Type Field Description static SimpleStringLookupDao<ScanScheduleType>
dao
-
Constructor Summary
Constructors Constructor Description ScanScheduleType()
-
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
-
ScanScheduleType
public ScanScheduleType()
-