Class Database


  • public class Database
    extends MetadataBase
    Database contains the properties and guid for a database entity retrieved from the metadata repository.
    • Constructor Detail

      • Database

        public Database()
    • Method Detail

      • getName

        public String getName()
        Get name of the database.
        Returns:
        name of the database.
      • setName

        public void setName​(String name)
        Set name of the database bean usually from entity.
        Parameters:
        name - to set.
      • getType

        public String getType()
        Get type of the database.
        Returns:
        type of the database.
      • setType

        public void setType​(String type)
        Set type of the database bean usually from entity.
        Parameters:
        type - to set.
      • getVersion

        public String getVersion()
        Get version of the database.
        Returns:
        version of the database.
      • setVersion

        public void setVersion​(String version)
        Set version of the data base bean usually from entity.
        Parameters:
        version - to set.