Class DatabaseSchemaEvent

    • Constructor Detail

      • DatabaseSchemaEvent

        public DatabaseSchemaEvent()
    • Method Detail

      • getDatabaseSchema

        public DatabaseSchema getDatabaseSchema()
        Return the database schema bean
        Returns:
        the database schema
      • getIncomplete

        public boolean getIncomplete()
        Return if the database schema is incomplete
        Returns:
        boolean - if the database schema is incomplete
      • getDatabaseQualifiedName

        public String getDatabaseQualifiedName()
        Return the database qualified name to which the database schema will be linked, if it exists
        Returns:
        the database qualified name
      • setDatabaseSchema

        public void setDatabaseSchema​(DatabaseSchema databaseSchema)
        Set up the database schema bean
        Parameters:
        databaseSchema - the database schema
      • setIncomplete

        public void setIncomplete​(boolean incomplete)
        Sets if the database schema is incomplete or not
        Parameters:
        incomplete - determines if the database schema is an incomplete asset
      • setDatabaseQualifiedName

        public void setDatabaseQualifiedName​(String databaseQualifiedName)
        Set up the database qualified name to which the database schema will be linked, if it exists
        Parameters:
        databaseQualifiedName - the database qualified name