Class NotificationConfigurationGeneralConfig

Object
NotificationConfigurationGeneralConfig
All Implemented Interfaces:
Config, SystemConfig, Serializable

public class NotificationConfigurationGeneralConfig extends Object implements SystemConfig
See Also:
  • Constructor Details

    • NotificationConfigurationGeneralConfig

      public NotificationConfigurationGeneralConfig()
  • Method Details

    • getPruneFinishedOlderThanDays

      public int getPruneFinishedOlderThanDays()
    • setPruneFinishedOlderThanDays

      public void setPruneFinishedOlderThanDays(int pruneFinishedOlderThanDays)
    • getPruneAllOlderThanDays

      public int getPruneAllOlderThanDays()
    • setPruneAllOlderThanDays

      public void setPruneAllOlderThanDays(int pruneAllOlderThanDays)
    • isPruneFinished

      public boolean isPruneFinished()
    • setPruneFinished

      public void setPruneFinished(boolean pruneFinished)
    • isPruneAll

      public boolean isPruneAll()
    • setPruneAll

      public void setPruneAll(boolean pruneAll)