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