Class RelationalTableRequestBody

    • Constructor Detail

      • RelationalTableRequestBody

        public RelationalTableRequestBody()
    • Method Detail

      • getRelationalTable

        public RelationalTable getRelationalTable()
        Return the relational table bean
        Returns:
        the relational table
      • getDatabaseSchemaQualifiedName

        public String getDatabaseSchemaQualifiedName()
        Return the database schema qualified name
        Returns:
        String - qualified name of the database schema
      • getIncomplete

        public boolean getIncomplete()
        Return if the relational table is incomplete
        Returns:
        boolean - if the relational table is incomplete
      • setRelationalTable

        public void setRelationalTable​(RelationalTable relationalTable)
        Set up the relational table bean
        Parameters:
        relationalTable - the relational table
      • setDatabaseSchemaQualifiedName

        public void setDatabaseSchemaQualifiedName​(String databaseSchemaQualifiedName)
        Set up the qualified name of the database schema
        Parameters:
        databaseSchemaQualifiedName - of the database schema
      • setIncomplete

        public void setIncomplete​(boolean incomplete)
        Sets if the relational table is incomplete or not
        Parameters:
        incomplete - determines if the relational table is an incomplete asset