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