Class SaSystemSettingImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      SaSystemSettingImpl​(java.lang.String key)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAccessKey()
      Returns the access key the setting is associated to.
      <T extends SaSystemSettingType>
      T
      getEntry​(java.lang.Class<T> klass)
      Returns the specific system setting.
      <T extends SaSystemSettingType>
      boolean
      hasEntry​(java.lang.Class<T> klass)
      Checks, if the system setting for the given key exists.
      <T extends SaSystemSettingType>
      void
      setEntry​(java.lang.Class<T> klass, T setting)
      Sets the system setting.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SaSystemSettingImpl

        public SaSystemSettingImpl​(java.lang.String key)
        Constructor.
        Parameters:
        key - the access key