Class AbstractHBCI4JavaFeature

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static de.willuhn.util.I18N i18n  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractHBCI4JavaFeature​(org.kapott.hbci.manager.Feature f)
      ct.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getDefault()
      Liefert true, wenn das Feature per Default aktiv sein soll.
      java.lang.String getDescription()
      Liefert die Beschreibung des Features.
      java.lang.String getName()
      Liefert einen eindeutigen Namen fuer das Feature.
      void setEnabled​(boolean enabled)
      Aktiviert/deaktiviert das Feature.
      • Methods inherited from class java.lang.Object

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

      • i18n

        protected static final de.willuhn.util.I18N i18n
    • Constructor Detail

      • AbstractHBCI4JavaFeature

        protected AbstractHBCI4JavaFeature​(org.kapott.hbci.manager.Feature f)
        ct.
        Parameters:
        f - das HBCI4Java-Feature.
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Feature
        Liefert einen eindeutigen Namen fuer das Feature.
        Specified by:
        getName in interface Feature
        Returns:
        eindeutiger Name fuer das Feature.
        See Also:
        Feature.getName()
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: Feature
        Liefert die Beschreibung des Features.
        Specified by:
        getDescription in interface Feature
        Returns:
        die Beschreibung des Features.
        See Also:
        Feature.getDescription()
      • getDefault

        public boolean getDefault()
        Description copied from interface: Feature
        Liefert true, wenn das Feature per Default aktiv sein soll.
        Specified by:
        getDefault in interface Feature
        Returns:
        true, wenn das Feature per Default aktiv sein soll.
        See Also:
        Feature.getDefault()
      • setEnabled

        public void setEnabled​(boolean enabled)
        Description copied from interface: Feature
        Aktiviert/deaktiviert das Feature. Wird automatisch beim Start von Hibiscus aufgerufen, um den gewuenschten Feature-Zustand herzustellen.
        Specified by:
        setEnabled in interface Feature
        Parameters:
        enabled - true, wenn das Feature aktiviert sein soll.
        See Also:
        Feature.setEnabled(boolean)