Class GeneratedRemoveItemsCronJob

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

public abstract class GeneratedRemoveItemsCronJob extends CronJob
Generated class for type RemoveItemsCronJob.
See Also:
  • Field Details

    • ITEMPKS

      public static final String ITEMPKS
      Qualifier of the RemoveItemsCronJob.itemPKs attribute
      See Also:
    • ITEMSFOUND

      public static final String ITEMSFOUND
      Qualifier of the RemoveItemsCronJob.itemsFound attribute
      See Also:
    • ITEMSDELETED

      public static final String ITEMSDELETED
      Qualifier of the RemoveItemsCronJob.itemsDeleted attribute
      See Also:
    • ITEMSREFUSED

      public static final String ITEMSREFUSED
      Qualifier of the RemoveItemsCronJob.itemsRefused attribute
      See Also:
    • CREATESAVEDVALUES

      public static final String CREATESAVEDVALUES
      Qualifier of the RemoveItemsCronJob.createSavedValues attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedRemoveItemsCronJob

      public GeneratedRemoveItemsCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isCreateSavedValues(SessionContext ctx)
      Generated method - Getter of the RemoveItemsCronJob.createSavedValues attribute.
      Returns:
      the createSavedValues
    • isCreateSavedValues

      public Boolean isCreateSavedValues()
      Generated method - Getter of the RemoveItemsCronJob.createSavedValues attribute.
      Returns:
      the createSavedValues
    • isCreateSavedValuesAsPrimitive

      public boolean isCreateSavedValuesAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RemoveItemsCronJob.createSavedValues attribute.
      Returns:
      the createSavedValues
    • isCreateSavedValuesAsPrimitive

      public boolean isCreateSavedValuesAsPrimitive()
      Generated method - Getter of the RemoveItemsCronJob.createSavedValues attribute.
      Returns:
      the createSavedValues
    • setCreateSavedValues

      public void setCreateSavedValues(SessionContext ctx, Boolean value)
      Generated method - Setter of the RemoveItemsCronJob.createSavedValues attribute.
      Parameters:
      value - the createSavedValues
    • setCreateSavedValues

      public void setCreateSavedValues(Boolean value)
      Generated method - Setter of the RemoveItemsCronJob.createSavedValues attribute.
      Parameters:
      value - the createSavedValues
    • setCreateSavedValues

      public void setCreateSavedValues(SessionContext ctx, boolean value)
      Generated method - Setter of the RemoveItemsCronJob.createSavedValues attribute.
      Parameters:
      value - the createSavedValues
    • setCreateSavedValues

      public void setCreateSavedValues(boolean value)
      Generated method - Setter of the RemoveItemsCronJob.createSavedValues attribute.
      Parameters:
      value - the createSavedValues
    • getItemPKs

      public Media getItemPKs(SessionContext ctx)
      Generated method - Getter of the RemoveItemsCronJob.itemPKs attribute.
      Returns:
      the itemPKs
    • getItemPKs

      public Media getItemPKs()
      Generated method - Getter of the RemoveItemsCronJob.itemPKs attribute.
      Returns:
      the itemPKs
    • setItemPKs

      public void setItemPKs(SessionContext ctx, Media value)
      Generated method - Setter of the RemoveItemsCronJob.itemPKs attribute.
      Parameters:
      value - the itemPKs
    • setItemPKs

      public void setItemPKs(Media value)
      Generated method - Setter of the RemoveItemsCronJob.itemPKs attribute.
      Parameters:
      value - the itemPKs
    • getItemsDeleted

      public Integer getItemsDeleted(SessionContext ctx)
      Generated method - Getter of the RemoveItemsCronJob.itemsDeleted attribute.
      Returns:
      the itemsDeleted
    • getItemsDeleted

      public Integer getItemsDeleted()
      Generated method - Getter of the RemoveItemsCronJob.itemsDeleted attribute.
      Returns:
      the itemsDeleted
    • getItemsDeletedAsPrimitive

      public int getItemsDeletedAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RemoveItemsCronJob.itemsDeleted attribute.
      Returns:
      the itemsDeleted
    • getItemsDeletedAsPrimitive

      public int getItemsDeletedAsPrimitive()
      Generated method - Getter of the RemoveItemsCronJob.itemsDeleted attribute.
      Returns:
      the itemsDeleted
    • setItemsDeleted

      public void setItemsDeleted(SessionContext ctx, Integer value)
      Generated method - Setter of the RemoveItemsCronJob.itemsDeleted attribute.
      Parameters:
      value - the itemsDeleted
    • setItemsDeleted

      public void setItemsDeleted(Integer value)
      Generated method - Setter of the RemoveItemsCronJob.itemsDeleted attribute.
      Parameters:
      value - the itemsDeleted
    • setItemsDeleted

      public void setItemsDeleted(SessionContext ctx, int value)
      Generated method - Setter of the RemoveItemsCronJob.itemsDeleted attribute.
      Parameters:
      value - the itemsDeleted
    • setItemsDeleted

      public void setItemsDeleted(int value)
      Generated method - Setter of the RemoveItemsCronJob.itemsDeleted attribute.
      Parameters:
      value - the itemsDeleted
    • getItemsFound

      public Integer getItemsFound(SessionContext ctx)
      Generated method - Getter of the RemoveItemsCronJob.itemsFound attribute.
      Returns:
      the itemsFound
    • getItemsFound

      public Integer getItemsFound()
      Generated method - Getter of the RemoveItemsCronJob.itemsFound attribute.
      Returns:
      the itemsFound
    • getItemsFoundAsPrimitive

      public int getItemsFoundAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RemoveItemsCronJob.itemsFound attribute.
      Returns:
      the itemsFound
    • getItemsFoundAsPrimitive

      public int getItemsFoundAsPrimitive()
      Generated method - Getter of the RemoveItemsCronJob.itemsFound attribute.
      Returns:
      the itemsFound
    • setItemsFound

      public void setItemsFound(SessionContext ctx, Integer value)
      Generated method - Setter of the RemoveItemsCronJob.itemsFound attribute.
      Parameters:
      value - the itemsFound
    • setItemsFound

      public void setItemsFound(Integer value)
      Generated method - Setter of the RemoveItemsCronJob.itemsFound attribute.
      Parameters:
      value - the itemsFound
    • setItemsFound

      public void setItemsFound(SessionContext ctx, int value)
      Generated method - Setter of the RemoveItemsCronJob.itemsFound attribute.
      Parameters:
      value - the itemsFound
    • setItemsFound

      public void setItemsFound(int value)
      Generated method - Setter of the RemoveItemsCronJob.itemsFound attribute.
      Parameters:
      value - the itemsFound
    • getItemsRefused

      public Integer getItemsRefused(SessionContext ctx)
      Generated method - Getter of the RemoveItemsCronJob.itemsRefused attribute.
      Returns:
      the itemsRefused
    • getItemsRefused

      public Integer getItemsRefused()
      Generated method - Getter of the RemoveItemsCronJob.itemsRefused attribute.
      Returns:
      the itemsRefused
    • getItemsRefusedAsPrimitive

      public int getItemsRefusedAsPrimitive(SessionContext ctx)
      Generated method - Getter of the RemoveItemsCronJob.itemsRefused attribute.
      Returns:
      the itemsRefused
    • getItemsRefusedAsPrimitive

      public int getItemsRefusedAsPrimitive()
      Generated method - Getter of the RemoveItemsCronJob.itemsRefused attribute.
      Returns:
      the itemsRefused
    • setItemsRefused

      public void setItemsRefused(SessionContext ctx, Integer value)
      Generated method - Setter of the RemoveItemsCronJob.itemsRefused attribute.
      Parameters:
      value - the itemsRefused
    • setItemsRefused

      public void setItemsRefused(Integer value)
      Generated method - Setter of the RemoveItemsCronJob.itemsRefused attribute.
      Parameters:
      value - the itemsRefused
    • setItemsRefused

      public void setItemsRefused(SessionContext ctx, int value)
      Generated method - Setter of the RemoveItemsCronJob.itemsRefused attribute.
      Parameters:
      value - the itemsRefused
    • setItemsRefused

      public void setItemsRefused(int value)
      Generated method - Setter of the RemoveItemsCronJob.itemsRefused attribute.
      Parameters:
      value - the itemsRefused