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