Class RelationalTable

    • Constructor Detail

      • RelationalTable

        public RelationalTable()
    • Method Detail

      • getDisplayName

        public String getDisplayName()
        Returns the display name of the relational table.
        Returns:
        display name
      • getType

        public String getType()
        Returns the type of the relational table.
        Returns:
        type
      • getAliases

        public List<String> getAliases()
        Returns list of aliases of the relational table.
        Returns:
        aliases
      • getIsDeprecated

        public boolean getIsDeprecated()
        Returns if the relational table if deprecated.
        Returns:
        if the relational table if deprecated
      • getDescription

        public String getDescription()
        Returns the description of the relational table.
        Returns:
        description
      • getColumns

        public List<RelationalColumn> getColumns()
        Returns list of columns of the relational table.
        Returns:
        columns
      • setDisplayName

        public void setDisplayName​(String displayName)
        Sets up the display name of the relational table.
        Parameters:
        displayName - display name
      • setType

        public void setType​(String type)
        Sets up the type of the relational table.
        Parameters:
        type - type
      • setAliases

        public void setAliases​(List<String> aliases)
        Sets up the list of aliases of the relational table.
        Parameters:
        aliases - aliases
      • setIsDeprecated

        public void setIsDeprecated​(boolean isDeprecated)
        Sets up the value that determines if the relational table if deprecated.
        Parameters:
        isDeprecated - value saying if the relational table if deprecated
      • setDescription

        public void setDescription​(String description)
        Sets up the description of the relational table.
        Parameters:
        description - description
      • setColumns

        public void setColumns​(List<RelationalColumn> columns)
        Sets up the list of columns of the relational table.
        Parameters:
        columns - columns