Class GeneratedDataSupplierCronJob

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

public abstract class GeneratedDataSupplierCronJob extends CronJob
Generated class for type DataSupplierCronJob.
See Also:
  • Field Details

    • SAVEPAYLOAD

      public static final String SAVEPAYLOAD
      Qualifier of the DataSupplierCronJob.savePayload attribute
      See Also:
    • RECENTPAYLOAD

      public static final String RECENTPAYLOAD
      Qualifier of the DataSupplierCronJob.recentPayload attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedDataSupplierCronJob

      public GeneratedDataSupplierCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public CatalogUnawareMedia getRecentPayload(SessionContext ctx)
      Generated method - Getter of the DataSupplierCronJob.recentPayload attribute.
      Returns:
      the recentPayload
    • getRecentPayload

      public CatalogUnawareMedia getRecentPayload()
      Generated method - Getter of the DataSupplierCronJob.recentPayload attribute.
      Returns:
      the recentPayload
    • setRecentPayload

      public void setRecentPayload(SessionContext ctx, CatalogUnawareMedia value)
      Generated method - Setter of the DataSupplierCronJob.recentPayload attribute.
      Parameters:
      value - the recentPayload
    • setRecentPayload

      public void setRecentPayload(CatalogUnawareMedia value)
      Generated method - Setter of the DataSupplierCronJob.recentPayload attribute.
      Parameters:
      value - the recentPayload
    • isSavePayload

      public Boolean isSavePayload(SessionContext ctx)
      Generated method - Getter of the DataSupplierCronJob.savePayload attribute.
      Returns:
      the savePayload
    • isSavePayload

      public Boolean isSavePayload()
      Generated method - Getter of the DataSupplierCronJob.savePayload attribute.
      Returns:
      the savePayload
    • isSavePayloadAsPrimitive

      public boolean isSavePayloadAsPrimitive(SessionContext ctx)
      Generated method - Getter of the DataSupplierCronJob.savePayload attribute.
      Returns:
      the savePayload
    • isSavePayloadAsPrimitive

      public boolean isSavePayloadAsPrimitive()
      Generated method - Getter of the DataSupplierCronJob.savePayload attribute.
      Returns:
      the savePayload
    • setSavePayload

      public void setSavePayload(SessionContext ctx, Boolean value)
      Generated method - Setter of the DataSupplierCronJob.savePayload attribute.
      Parameters:
      value - the savePayload
    • setSavePayload

      public void setSavePayload(Boolean value)
      Generated method - Setter of the DataSupplierCronJob.savePayload attribute.
      Parameters:
      value - the savePayload
    • setSavePayload

      public void setSavePayload(SessionContext ctx, boolean value)
      Generated method - Setter of the DataSupplierCronJob.savePayload attribute.
      Parameters:
      value - the savePayload
    • setSavePayload

      public void setSavePayload(boolean value)
      Generated method - Setter of the DataSupplierCronJob.savePayload attribute.
      Parameters:
      value - the savePayload