Class OldPaymentSubscriptionResultRemovalCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class OldPaymentSubscriptionResultRemovalCronJobModel
    extends CronJobModel
    Generated model class for type OldPaymentSubscriptionResultRemovalCronJob first defined at extension acceleratorwebservicesaddon.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • AGE

        public static final java.lang.String AGE
        Generated constant - Attribute key of OldPaymentSubscriptionResultRemovalCronJob.age attribute defined at extension acceleratorwebservicesaddon.
        See Also:
        Constant Field Values
    • Constructor Detail

      • OldPaymentSubscriptionResultRemovalCronJobModel

        public OldPaymentSubscriptionResultRemovalCronJobModel()
        Generated constructor - Default constructor for generic creation.
      • OldPaymentSubscriptionResultRemovalCronJobModel

        public OldPaymentSubscriptionResultRemovalCronJobModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • OldPaymentSubscriptionResultRemovalCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public OldPaymentSubscriptionResultRemovalCronJobModel​(JobModel _job)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _job - initial attribute declared by type CronJob at extension processing
      • OldPaymentSubscriptionResultRemovalCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public OldPaymentSubscriptionResultRemovalCronJobModel​(JobModel _job,
                                                               ItemModel _owner)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _job - initial attribute declared by type CronJob at extension processing
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getAge

        @Accessor(qualifier="age",
                  type=GETTER)
        public java.lang.Integer getAge()
        Generated method - Getter of the OldPaymentSubscriptionResultRemovalCronJob.age attribute defined at extension acceleratorwebservicesaddon.
        Returns:
        the age - After specified number of seconds payment subscription result will be cleaned up. Default is 24 hour.
      • setAge

        @Accessor(qualifier="age",
                  type=SETTER)
        public void setAge​(java.lang.Integer value)
        Generated method - Setter of OldPaymentSubscriptionResultRemovalCronJob.age attribute defined at extension acceleratorwebservicesaddon.
        Parameters:
        value - the age - After specified number of seconds payment subscription result will be cleaned up. Default is 24 hour.