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