Class GeneratedOldPaymentSubscriptionResultRemovalCronJob

    • Field Detail

      • AGE

        public static final java.lang.String AGE
        Qualifier of the OldPaymentSubscriptionResultRemovalCronJob.age attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedOldPaymentSubscriptionResultRemovalCronJob

        public GeneratedOldPaymentSubscriptionResultRemovalCronJob()
    • Method Detail

      • getAge

        public java.lang.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 java.lang.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,
                           java.lang.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​(java.lang.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.