Class DbInjection

java.lang.Object
systems.dennis.shared.dbupdater.model.DbInjection
All Implemented Interfaces:
Serializable, systems.dennis.shared.entity.DefaultForm

@Entity(name="db_injection") public class DbInjection extends Object implements systems.dennis.shared.entity.DefaultForm
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
     

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

    ID_FIELD
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class java.lang.Object

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

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

    asValue, defaultSearchOrderField, getId
  • Field Details

    • root

      public boolean root
  • Constructor Details

    • DbInjection

      public DbInjection()
  • Method Details