Klasse NotificationsConfig

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

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

    • NotificationsConfig

      public NotificationsConfig()
      Empty constructor for deserialization.
    • NotificationsConfig

      public NotificationsConfig(NotificationsConfig config)
      Copy constructor.
    • NotificationsConfig

      public NotificationsConfig(boolean sendFromWeb)
      All fields constructor.
  • Methodendetails

    • capture

      public void capture(NotificationsConfig config)
    • isSendFromWeb

      public boolean isSendFromWeb()
    • setSendFromWeb

      public void setSendFromWeb(boolean sendFromWeb)
    • updateUnlockedParts

      public boolean updateUnlockedParts(NotificationsConfig 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