Class GeneratedOldPaymentSubscriptionResultRemovalCronJob

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
OldPaymentSubscriptionResultRemovalCronJob

public abstract class GeneratedOldPaymentSubscriptionResultRemovalCronJob extends CronJob
See Also:
  • Field Details

  • Constructor Details

    • GeneratedOldPaymentSubscriptionResultRemovalCronJob

      public GeneratedOldPaymentSubscriptionResultRemovalCronJob()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedCronJob
    • getAge

      public Integer getAge(SessionContext ctx)
      Generated method - Getter of the OldPaymentSubscriptionResultRemovalCronJob.age attribute.
      Returns:
      the age - After specified number of seconds payment subscription result will be cleaned up. Default is 24 hour.
    • getAge

      public Integer getAge()
      Generated method - Getter of the OldPaymentSubscriptionResultRemovalCronJob.age attribute.
      Returns:
      the age - After specified number of seconds payment subscription result will be cleaned up. Default is 24 hour.
    • getAgeAsPrimitive

      public int getAgeAsPrimitive(SessionContext ctx)
      Generated method - Getter of the OldPaymentSubscriptionResultRemovalCronJob.age attribute.
      Returns:
      the age - After specified number of seconds payment subscription result will be cleaned up. Default is 24 hour.
    • getAgeAsPrimitive

      public int getAgeAsPrimitive()
      Generated method - Getter of the OldPaymentSubscriptionResultRemovalCronJob.age attribute.
      Returns:
      the age - After specified number of seconds payment subscription result will be cleaned up. Default is 24 hour.
    • setAge

      public void setAge(SessionContext ctx, Integer value)
      Generated method - Setter of the OldPaymentSubscriptionResultRemovalCronJob.age attribute.
      Parameters:
      value - the age - After specified number of seconds payment subscription result will be cleaned up. Default is 24 hour.
    • setAge

      public void setAge(Integer value)
      Generated method - Setter of the OldPaymentSubscriptionResultRemovalCronJob.age attribute.
      Parameters:
      value - the age - After specified number of seconds payment subscription result will be cleaned up. Default is 24 hour.
    • setAge

      public void setAge(SessionContext ctx, int value)
      Generated method - Setter of the OldPaymentSubscriptionResultRemovalCronJob.age attribute.
      Parameters:
      value - the age - After specified number of seconds payment subscription result will be cleaned up. Default is 24 hour.
    • setAge

      public void setAge(int value)
      Generated method - Setter of the OldPaymentSubscriptionResultRemovalCronJob.age attribute.
      Parameters:
      value - the age - After specified number of seconds payment subscription result will be cleaned up. Default is 24 hour.