Class Configuration

    • Constructor Detail

      • Configuration

        public Configuration​(Resource resource)
    • Method Detail

      • getId

        public java.lang.String getId()
        Description copied from interface: IConfiguration
        Gets the id of the fdm configuration.
        Specified by:
        getId in interface IConfiguration
        Returns:
        the id of the fdm configuration.
      • setId

        public void setId​(java.lang.String id)
      • getName

        public java.lang.String getName()
        Description copied from interface: IConfiguration
        Gets the name of this configuration.
        Specified by:
        getName in interface IConfiguration
        Returns:
        the name of this configuration.
      • setName

        public void setName​(java.lang.String name)
      • setTitle

        public void setTitle​(java.lang.String title)
      • getTitle

        public java.lang.String getTitle()
        Description copied from interface: IConfiguration
        Gets the title of this configuration.
        Specified by:
        getTitle in interface IConfiguration
        Returns:
        the title of this configuration.
      • getPath

        public java.lang.String getPath()
        Description copied from interface: IConfiguration
        Gets the path of this configuration.
        Specified by:
        getPath in interface IConfiguration
        Returns:
        the path of this configuration.
      • getUrl

        public java.lang.String getUrl()
        Description copied from interface: IConfiguration
        Gets the base url of this configuration.
        Specified by:
        getUrl in interface IConfiguration
        Returns:
        the baseUrl of this configuration.
      • getDataSourceType

        public java.lang.String getDataSourceType()
        Description copied from interface: IConfiguration
        Gets the connector type of this configuration.
        Specified by:
        getDataSourceType in interface IConfiguration
        Returns:
        the connector type of this configuration.
      • setDataSourceType

        public void setDataSourceType​(java.lang.String dataSourceType)
      • getAuthenticationType

        public java.lang.String getAuthenticationType()
        Description copied from interface: IConfiguration
        Gets the authentication type of this configuration.
        Specified by:
        getAuthenticationType in interface IConfiguration
        Returns:
        the authenticationType of this configuration.
      • setAuthenticationType

        public void setAuthenticationType​(java.lang.String authenticationType)
      • getThumbnailPath

        public java.lang.String getThumbnailPath()
        Description copied from interface: IConfiguration
        Gets the thumbnail url of this configuration.
        Specified by:
        getThumbnailPath in interface IConfiguration
        Returns:
        the thumbnail url of this configuration.
      • setThumbnailPath

        public void setThumbnailPath​(java.lang.String thumbnailPath)
      • removeResource

        @PostConstruct
        public void removeResource()
      • getServiceEndPoint

        public java.lang.String getServiceEndPoint()
      • setServiceEndPoint

        public void setServiceEndPoint​(java.lang.String serviceEndPoint)