Class GeneratedGeocodeAddressesCronJob

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

public abstract class GeneratedGeocodeAddressesCronJob extends CronJob
Generated class for type GeocodeAddressesCronJob.
See Also:
  • Field Details

    • BATCHSIZE

      public static final String BATCHSIZE
      Qualifier of the GeocodeAddressesCronJob.batchSize attribute
      See Also:
    • INTERNALDELAY

      public static final String INTERNALDELAY
      Qualifier of the GeocodeAddressesCronJob.internalDelay attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedGeocodeAddressesCronJob

      public GeneratedGeocodeAddressesCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public Integer getBatchSize(SessionContext ctx)
      Generated method - Getter of the GeocodeAddressesCronJob.batchSize attribute.
      Returns:
      the batchSize
    • getBatchSize

      public Integer getBatchSize()
      Generated method - Getter of the GeocodeAddressesCronJob.batchSize attribute.
      Returns:
      the batchSize
    • getBatchSizeAsPrimitive

      public int getBatchSizeAsPrimitive(SessionContext ctx)
      Generated method - Getter of the GeocodeAddressesCronJob.batchSize attribute.
      Returns:
      the batchSize
    • getBatchSizeAsPrimitive

      public int getBatchSizeAsPrimitive()
      Generated method - Getter of the GeocodeAddressesCronJob.batchSize attribute.
      Returns:
      the batchSize
    • setBatchSize

      public void setBatchSize(SessionContext ctx, Integer value)
      Generated method - Setter of the GeocodeAddressesCronJob.batchSize attribute.
      Parameters:
      value - the batchSize
    • setBatchSize

      public void setBatchSize(Integer value)
      Generated method - Setter of the GeocodeAddressesCronJob.batchSize attribute.
      Parameters:
      value - the batchSize
    • setBatchSize

      public void setBatchSize(SessionContext ctx, int value)
      Generated method - Setter of the GeocodeAddressesCronJob.batchSize attribute.
      Parameters:
      value - the batchSize
    • setBatchSize

      public void setBatchSize(int value)
      Generated method - Setter of the GeocodeAddressesCronJob.batchSize attribute.
      Parameters:
      value - the batchSize
    • getInternalDelay

      public Integer getInternalDelay(SessionContext ctx)
      Generated method - Getter of the GeocodeAddressesCronJob.internalDelay attribute.
      Returns:
      the internalDelay
    • getInternalDelay

      public Integer getInternalDelay()
      Generated method - Getter of the GeocodeAddressesCronJob.internalDelay attribute.
      Returns:
      the internalDelay
    • getInternalDelayAsPrimitive

      public int getInternalDelayAsPrimitive(SessionContext ctx)
      Generated method - Getter of the GeocodeAddressesCronJob.internalDelay attribute.
      Returns:
      the internalDelay
    • getInternalDelayAsPrimitive

      public int getInternalDelayAsPrimitive()
      Generated method - Getter of the GeocodeAddressesCronJob.internalDelay attribute.
      Returns:
      the internalDelay
    • setInternalDelay

      public void setInternalDelay(SessionContext ctx, Integer value)
      Generated method - Setter of the GeocodeAddressesCronJob.internalDelay attribute.
      Parameters:
      value - the internalDelay
    • setInternalDelay

      public void setInternalDelay(Integer value)
      Generated method - Setter of the GeocodeAddressesCronJob.internalDelay attribute.
      Parameters:
      value - the internalDelay
    • setInternalDelay

      public void setInternalDelay(SessionContext ctx, int value)
      Generated method - Setter of the GeocodeAddressesCronJob.internalDelay attribute.
      Parameters:
      value - the internalDelay
    • setInternalDelay

      public void setInternalDelay(int value)
      Generated method - Setter of the GeocodeAddressesCronJob.internalDelay attribute.
      Parameters:
      value - the internalDelay