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