Class DbInjection

java.lang.Object
systems.dennis.shared.model.IDPresenter<Long>
systems.dennis.shared.postgres.model.BaseEntity
systems.dennis.shared.dbupdater.model.DbInjection
All Implemented Interfaces:
systems.dennis.shared.entity.AbstractEntity<Long>, systems.dennis.shared.entity.IDHolder<Long>

@Entity(name="db_injection") public class DbInjection extends systems.dennis.shared.postgres.model.BaseEntity
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     

    Fields inherited from interface systems.dennis.shared.entity.AbstractEntity

    ID_FIELD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     
    int
     

    Methods inherited from class systems.dennis.shared.postgres.model.BaseEntity

    canEqual, getId, isIdSet, setId, toString

    Methods inherited from class systems.dennis.shared.model.IDPresenter

    getHidden, setHidden

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface systems.dennis.shared.entity.AbstractEntity

    defaultSearchOrderField
  • Field Details

    • root

      public boolean root
  • Constructor Details

    • DbInjection

      public DbInjection()
  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class systems.dennis.shared.postgres.model.BaseEntity
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class systems.dennis.shared.postgres.model.BaseEntity
    • asValue

      public String asValue()