Class CleanUpInfo

java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.myelo.CleanUpInfo
All Implemented Interfaces:
Serializable

public class CleanUpInfo extends ValueClass
Settings Object for MyELOService.cleanUpNotifications()
Since:
11.00.000.059
See Also:
  • Field Details

    • lifetimeDays

      protected int lifetimeDays
      Lifetime of notifications in days.
    • deleteImportant

      protected boolean deleteImportant
      Include Notifications marked as important.
    • userGuidOrID

      protected String userGuidOrID
      GUID or ID or Name of the User. If null, current user will be set. If GUID/ID is not the current user, admin rights are required to perform the cleanup
  • Constructor Details

    • CleanUpInfo

      public CleanUpInfo()
  • Method Details

    • getLifetimeDays

      public int getLifetimeDays()
    • isDeleteImportant

      public boolean isDeleteImportant()
    • getUserGuidOrID

      public String getUserGuidOrID()
    • setLifetimeDays

      public void setLifetimeDays(int lifetimeDays)
    • setDeleteImportant

      public void setDeleteImportant(boolean deleteImportant)
    • setUserGuidOrID

      public void setUserGuidOrID(String userGuidOrID)
    • toString

      public String toString()
      Overrides:
      toString in class Object