Class GeneratedDeleteDocumentFileCronJob

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

public abstract class GeneratedDeleteDocumentFileCronJob extends CronJob
Generated class for type DeleteDocumentFileCronJob.
See Also:
  • Field Details

    • NUMBEROFDAY

      public static final String NUMBEROFDAY
      Qualifier of the DeleteDocumentFileCronJob.numberOfDay attribute
      See Also:
    • DOCUMENTSTATUSLIST

      public static final String DOCUMENTSTATUSLIST
      Qualifier of the DeleteDocumentFileCronJob.documentStatusList attribute
      See Also:
    • DOCUMENTTYPELIST

      public static final String DOCUMENTTYPELIST
      Qualifier of the DeleteDocumentFileCronJob.documentTypeList attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedDeleteDocumentFileCronJob

      public GeneratedDeleteDocumentFileCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public List<EnumerationValue> getDocumentStatusList(SessionContext ctx)
      Generated method - Getter of the DeleteDocumentFileCronJob.documentStatusList attribute.
      Returns:
      the documentStatusList
    • getDocumentStatusList

      public List<EnumerationValue> getDocumentStatusList()
      Generated method - Getter of the DeleteDocumentFileCronJob.documentStatusList attribute.
      Returns:
      the documentStatusList
    • setDocumentStatusList

      public void setDocumentStatusList(SessionContext ctx, List<EnumerationValue> value)
      Generated method - Setter of the DeleteDocumentFileCronJob.documentStatusList attribute.
      Parameters:
      value - the documentStatusList
    • setDocumentStatusList

      public void setDocumentStatusList(List<EnumerationValue> value)
      Generated method - Setter of the DeleteDocumentFileCronJob.documentStatusList attribute.
      Parameters:
      value - the documentStatusList
    • getDocumentTypeList

      public List<B2BDocumentType> getDocumentTypeList(SessionContext ctx)
      Generated method - Getter of the DeleteDocumentFileCronJob.documentTypeList attribute.
      Returns:
      the documentTypeList
    • getDocumentTypeList

      public List<B2BDocumentType> getDocumentTypeList()
      Generated method - Getter of the DeleteDocumentFileCronJob.documentTypeList attribute.
      Returns:
      the documentTypeList
    • setDocumentTypeList

      public void setDocumentTypeList(SessionContext ctx, List<B2BDocumentType> value)
      Generated method - Setter of the DeleteDocumentFileCronJob.documentTypeList attribute.
      Parameters:
      value - the documentTypeList
    • setDocumentTypeList

      public void setDocumentTypeList(List<B2BDocumentType> value)
      Generated method - Setter of the DeleteDocumentFileCronJob.documentTypeList attribute.
      Parameters:
      value - the documentTypeList
    • getNumberOfDay

      public Integer getNumberOfDay(SessionContext ctx)
      Generated method - Getter of the DeleteDocumentFileCronJob.numberOfDay attribute.
      Returns:
      the numberOfDay - number of day to keep files
    • getNumberOfDay

      public Integer getNumberOfDay()
      Generated method - Getter of the DeleteDocumentFileCronJob.numberOfDay attribute.
      Returns:
      the numberOfDay - number of day to keep files
    • getNumberOfDayAsPrimitive

      public int getNumberOfDayAsPrimitive(SessionContext ctx)
      Generated method - Getter of the DeleteDocumentFileCronJob.numberOfDay attribute.
      Returns:
      the numberOfDay - number of day to keep files
    • getNumberOfDayAsPrimitive

      public int getNumberOfDayAsPrimitive()
      Generated method - Getter of the DeleteDocumentFileCronJob.numberOfDay attribute.
      Returns:
      the numberOfDay - number of day to keep files
    • setNumberOfDay

      public void setNumberOfDay(SessionContext ctx, Integer value)
      Generated method - Setter of the DeleteDocumentFileCronJob.numberOfDay attribute.
      Parameters:
      value - the numberOfDay - number of day to keep files
    • setNumberOfDay

      public void setNumberOfDay(Integer value)
      Generated method - Setter of the DeleteDocumentFileCronJob.numberOfDay attribute.
      Parameters:
      value - the numberOfDay - number of day to keep files
    • setNumberOfDay

      public void setNumberOfDay(SessionContext ctx, int value)
      Generated method - Setter of the DeleteDocumentFileCronJob.numberOfDay attribute.
      Parameters:
      value - the numberOfDay - number of day to keep files
    • setNumberOfDay

      public void setNumberOfDay(int value)
      Generated method - Setter of the DeleteDocumentFileCronJob.numberOfDay attribute.
      Parameters:
      value - the numberOfDay - number of day to keep files