Class GeneratedCreateAuditReportCronJob

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

public abstract class GeneratedCreateAuditReportCronJob extends CronJob
Generated class for type CreateAuditReportCronJob.
See Also:
  • Field Details

    • ROOTITEM

      public static final String ROOTITEM
      Qualifier of the CreateAuditReportCronJob.rootItem attribute
      See Also:
    • CONFIGNAME

      public static final String CONFIGNAME
      Qualifier of the CreateAuditReportCronJob.configName attribute
      See Also:
    • REPORTID

      public static final String REPORTID
      Qualifier of the CreateAuditReportCronJob.reportId attribute
      See Also:
    • AUDIT

      public static final String AUDIT
      Qualifier of the CreateAuditReportCronJob.audit attribute
      See Also:
    • INCLUDEDLANGUAGES

      public static final String INCLUDEDLANGUAGES
      Qualifier of the CreateAuditReportCronJob.includedLanguages attribute
      See Also:
    • AUDITREPORTTEMPLATE

      public static final String AUDITREPORTTEMPLATE
      Qualifier of the CreateAuditReportCronJob.auditReportTemplate attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedCreateAuditReportCronJob

      public GeneratedCreateAuditReportCronJob()
  • Method Details

    • getDefaultAttributeModes

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

      public Boolean isAudit(SessionContext ctx)
      Generated method - Getter of the CreateAuditReportCronJob.audit attribute.
      Returns:
      the audit
    • isAudit

      public Boolean isAudit()
      Generated method - Getter of the CreateAuditReportCronJob.audit attribute.
      Returns:
      the audit
    • isAuditAsPrimitive

      public boolean isAuditAsPrimitive(SessionContext ctx)
      Generated method - Getter of the CreateAuditReportCronJob.audit attribute.
      Returns:
      the audit
    • isAuditAsPrimitive

      public boolean isAuditAsPrimitive()
      Generated method - Getter of the CreateAuditReportCronJob.audit attribute.
      Returns:
      the audit
    • setAudit

      public void setAudit(SessionContext ctx, Boolean value)
      Generated method - Setter of the CreateAuditReportCronJob.audit attribute.
      Parameters:
      value - the audit
    • setAudit

      public void setAudit(Boolean value)
      Generated method - Setter of the CreateAuditReportCronJob.audit attribute.
      Parameters:
      value - the audit
    • setAudit

      public void setAudit(SessionContext ctx, boolean value)
      Generated method - Setter of the CreateAuditReportCronJob.audit attribute.
      Parameters:
      value - the audit
    • setAudit

      public void setAudit(boolean value)
      Generated method - Setter of the CreateAuditReportCronJob.audit attribute.
      Parameters:
      value - the audit
    • getAuditReportTemplate

      public AuditReportTemplate getAuditReportTemplate(SessionContext ctx)
      Generated method - Getter of the CreateAuditReportCronJob.auditReportTemplate attribute.
      Returns:
      the auditReportTemplate
    • getAuditReportTemplate

      public AuditReportTemplate getAuditReportTemplate()
      Generated method - Getter of the CreateAuditReportCronJob.auditReportTemplate attribute.
      Returns:
      the auditReportTemplate
    • setAuditReportTemplate

      public void setAuditReportTemplate(SessionContext ctx, AuditReportTemplate value)
      Generated method - Setter of the CreateAuditReportCronJob.auditReportTemplate attribute.
      Parameters:
      value - the auditReportTemplate
    • setAuditReportTemplate

      public void setAuditReportTemplate(AuditReportTemplate value)
      Generated method - Setter of the CreateAuditReportCronJob.auditReportTemplate attribute.
      Parameters:
      value - the auditReportTemplate
    • getConfigName

      public String getConfigName(SessionContext ctx)
      Generated method - Getter of the CreateAuditReportCronJob.configName attribute.
      Returns:
      the configName
    • getConfigName

      public String getConfigName()
      Generated method - Getter of the CreateAuditReportCronJob.configName attribute.
      Returns:
      the configName
    • setConfigName

      public void setConfigName(SessionContext ctx, String value)
      Generated method - Setter of the CreateAuditReportCronJob.configName attribute.
      Parameters:
      value - the configName
    • setConfigName

      public void setConfigName(String value)
      Generated method - Setter of the CreateAuditReportCronJob.configName attribute.
      Parameters:
      value - the configName
    • getIncludedLanguages

      public Collection<Language> getIncludedLanguages(SessionContext ctx)
      Generated method - Getter of the CreateAuditReportCronJob.includedLanguages attribute.
      Returns:
      the includedLanguages
    • getIncludedLanguages

      public Collection<Language> getIncludedLanguages()
      Generated method - Getter of the CreateAuditReportCronJob.includedLanguages attribute.
      Returns:
      the includedLanguages
    • setIncludedLanguages

      public void setIncludedLanguages(SessionContext ctx, Collection<Language> value)
      Generated method - Setter of the CreateAuditReportCronJob.includedLanguages attribute.
      Parameters:
      value - the includedLanguages
    • setIncludedLanguages

      public void setIncludedLanguages(Collection<Language> value)
      Generated method - Setter of the CreateAuditReportCronJob.includedLanguages attribute.
      Parameters:
      value - the includedLanguages
    • getReportId

      public String getReportId(SessionContext ctx)
      Generated method - Getter of the CreateAuditReportCronJob.reportId attribute.
      Returns:
      the reportId
    • getReportId

      public String getReportId()
      Generated method - Getter of the CreateAuditReportCronJob.reportId attribute.
      Returns:
      the reportId
    • setReportId

      public void setReportId(SessionContext ctx, String value)
      Generated method - Setter of the CreateAuditReportCronJob.reportId attribute.
      Parameters:
      value - the reportId
    • setReportId

      public void setReportId(String value)
      Generated method - Setter of the CreateAuditReportCronJob.reportId attribute.
      Parameters:
      value - the reportId
    • getRootItem

      public Item getRootItem(SessionContext ctx)
      Generated method - Getter of the CreateAuditReportCronJob.rootItem attribute.
      Returns:
      the rootItem
    • getRootItem

      public Item getRootItem()
      Generated method - Getter of the CreateAuditReportCronJob.rootItem attribute.
      Returns:
      the rootItem
    • setRootItem

      public void setRootItem(SessionContext ctx, Item value)
      Generated method - Setter of the CreateAuditReportCronJob.rootItem attribute.
      Parameters:
      value - the rootItem
    • setRootItem

      public void setRootItem(Item value)
      Generated method - Setter of the CreateAuditReportCronJob.rootItem attribute.
      Parameters:
      value - the rootItem