Klasse ApplicationConfig

java.lang.Object
org.emau.icmvc.ganimed.ttp.cm2.config.ApplicationConfig
Alle implementierten Schnittstellen:
Serializable

public class ApplicationConfig extends Object implements Serializable
Siehe auch:
  • Konstruktordetails

    • ApplicationConfig

      public ApplicationConfig()
      Empty constructor for deserialization.
    • ApplicationConfig

      public ApplicationConfig(ApplicationConfig config)
      Copy constructor.
    • ApplicationConfig

      public ApplicationConfig(boolean enableChromePdfExport, String chromedriverPath, Set<ConsentTemplateType> templateTypes)
      All fields constructor.
  • Methodendetails

    • capture

      public void capture(ApplicationConfig config)
    • containsTemplateType

      public boolean containsTemplateType(String type)
    • isEnableChromePdfExport

      public boolean isEnableChromePdfExport()
    • setEnableChromePdfExport

      public void setEnableChromePdfExport(boolean enableChromePdfExport)
    • getChromedriverPath

      public String getChromedriverPath()
    • setChromedriverPath

      public void setChromedriverPath(String chromedriverPath)
    • getTemplateTypes

      public Set<ConsentTemplateType> getTemplateTypes()
    • setTemplateTypes

      public void setTemplateTypes(Set<ConsentTemplateType> templateTypes)
    • updateUnlockedParts

      public boolean updateUnlockedParts(ApplicationConfig config)
      Updates the send-from-web from the given config.
      Parameter:
      config - the config to update from
      Gibt zurück:
      true if the config changed on update
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object