Class GeocodeAddressesCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class GeocodeAddressesCronJobModel
    extends CronJobModel
    Generated model class for type GeocodeAddressesCronJob first defined at extension basecommerce.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String BATCHSIZE
        Generated constant - Attribute key of GeocodeAddressesCronJob.batchSize attribute defined at extension basecommerce.
        See Also:
        Constant Field Values
      • INTERNALDELAY

        public static final java.lang.String INTERNALDELAY
        Generated constant - Attribute key of GeocodeAddressesCronJob.internalDelay attribute defined at extension basecommerce.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GeocodeAddressesCronJobModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public GeocodeAddressesCronJobModel​(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
      • GeocodeAddressesCronJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public GeocodeAddressesCronJobModel​(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

      • getBatchSize

        @Accessor(qualifier="batchSize",
                  type=GETTER)
        public int getBatchSize()
        Generated method - Getter of the GeocodeAddressesCronJob.batchSize attribute defined at extension basecommerce.
        Returns:
        the batchSize
      • getInternalDelay

        @Accessor(qualifier="internalDelay",
                  type=GETTER)
        public int getInternalDelay()
        Generated method - Getter of the GeocodeAddressesCronJob.internalDelay attribute defined at extension basecommerce.
        Returns:
        the internalDelay
      • setBatchSize

        @Accessor(qualifier="batchSize",
                  type=SETTER)
        public void setBatchSize​(int value)
        Generated method - Setter of GeocodeAddressesCronJob.batchSize attribute defined at extension basecommerce.
        Parameters:
        value - the batchSize
      • setInternalDelay

        @Accessor(qualifier="internalDelay",
                  type=SETTER)
        public void setInternalDelay​(int value)
        Generated method - Setter of GeocodeAddressesCronJob.internalDelay attribute defined at extension basecommerce.
        Parameters:
        value - the internalDelay