Class DatabaseEvent

    • Constructor Detail

      • DatabaseEvent

        public DatabaseEvent()
    • Method Detail

      • getDatabase

        public Database getDatabase()
        Return the database bean
        Returns:
        the database
      • getIncomplete

        public boolean getIncomplete()
        Return if the entities inside the database are incomplete
        Returns:
        if the entities inside the database are incomplete
      • setDatabase

        public void setDatabase​(Database database)
        Set up the database bean
        Parameters:
        database - the database
      • setIncomplete

        public void setIncomplete​(boolean incomplete)
        Sets up if the entities inside the database are incomplete
        Parameters:
        incomplete - if the entities inside the database are incomplete