Class CreateAuditReportCronJobModel

All Implemented Interfaces:
Serializable

public class CreateAuditReportCronJobModel extends CronJobModel
Generated model class for type CreateAuditReportCronJob first defined at extension auditreportservices.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • ROOTITEM

      public static final String ROOTITEM
      Generated constant - Attribute key of CreateAuditReportCronJob.rootItem attribute defined at extension auditreportservices.
      See Also:
    • CONFIGNAME

      public static final String CONFIGNAME
      Generated constant - Attribute key of CreateAuditReportCronJob.configName attribute defined at extension auditreportservices.
      See Also:
    • REPORTID

      public static final String REPORTID
      Generated constant - Attribute key of CreateAuditReportCronJob.reportId attribute defined at extension auditreportservices.
      See Also:
    • AUDIT

      public static final String AUDIT
      Generated constant - Attribute key of CreateAuditReportCronJob.audit attribute defined at extension auditreportservices.
      See Also:
    • INCLUDEDLANGUAGES

      public static final String INCLUDEDLANGUAGES
      Generated constant - Attribute key of CreateAuditReportCronJob.includedLanguages attribute defined at extension auditreportservices.
      See Also:
    • AUDITREPORTTEMPLATE

      public static final String AUDITREPORTTEMPLATE
      Generated constant - Attribute key of CreateAuditReportCronJob.auditReportTemplate attribute defined at extension auditreportservices.
      See Also:
  • Constructor Details

    • CreateAuditReportCronJobModel

      public CreateAuditReportCronJobModel()
      Generated constructor - Default constructor for generic creation.
    • CreateAuditReportCronJobModel

      public CreateAuditReportCronJobModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • CreateAuditReportCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public CreateAuditReportCronJobModel(AuditReportTemplateModel _auditReportTemplate, String _configName, JobModel _job, String _reportId, ItemModel _rootItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _auditReportTemplate - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
      _configName - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
      _job - initial attribute declared by type CronJob at extension processing
      _reportId - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
      _rootItem - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
    • CreateAuditReportCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public CreateAuditReportCronJobModel(AuditReportTemplateModel _auditReportTemplate, String _configName, JobModel _job, ItemModel _owner, String _reportId, ItemModel _rootItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _auditReportTemplate - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
      _configName - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
      _job - initial attribute declared by type CronJob at extension processing
      _owner - initial attribute declared by type Item at extension core
      _reportId - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
      _rootItem - initial attribute declared by type CreateAuditReportCronJob at extension auditreportservices
  • Method Details

    • getAudit

      @Accessor(qualifier="audit", type=GETTER) public Boolean getAudit()
      Generated method - Getter of the CreateAuditReportCronJob.audit attribute defined at extension auditreportservices.
      Returns:
      the audit
    • getAuditReportTemplate

      @Accessor(qualifier="auditReportTemplate", type=GETTER) public AuditReportTemplateModel getAuditReportTemplate()
      Generated method - Getter of the CreateAuditReportCronJob.auditReportTemplate attribute defined at extension auditreportservices.
      Returns:
      the auditReportTemplate
    • getConfigName

      @Accessor(qualifier="configName", type=GETTER) public String getConfigName()
      Generated method - Getter of the CreateAuditReportCronJob.configName attribute defined at extension auditreportservices.
      Returns:
      the configName
    • getIncludedLanguages

      @Accessor(qualifier="includedLanguages", type=GETTER) public Collection<LanguageModel> getIncludedLanguages()
      Generated method - Getter of the CreateAuditReportCronJob.includedLanguages attribute defined at extension auditreportservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the includedLanguages
    • getReportId

      @Accessor(qualifier="reportId", type=GETTER) public String getReportId()
      Generated method - Getter of the CreateAuditReportCronJob.reportId attribute defined at extension auditreportservices.
      Returns:
      the reportId
    • getRootItem

      @Accessor(qualifier="rootItem", type=GETTER) public ItemModel getRootItem()
      Generated method - Getter of the CreateAuditReportCronJob.rootItem attribute defined at extension auditreportservices.
      Returns:
      the rootItem
    • setAudit

      @Accessor(qualifier="audit", type=SETTER) public void setAudit(Boolean value)
      Generated method - Setter of CreateAuditReportCronJob.audit attribute defined at extension auditreportservices.
      Parameters:
      value - the audit
    • setAuditReportTemplate

      @Accessor(qualifier="auditReportTemplate", type=SETTER) public void setAuditReportTemplate(AuditReportTemplateModel value)
      Generated method - Setter of CreateAuditReportCronJob.auditReportTemplate attribute defined at extension auditreportservices.
      Parameters:
      value - the auditReportTemplate
    • setConfigName

      @Accessor(qualifier="configName", type=SETTER) public void setConfigName(String value)
      Generated method - Setter of CreateAuditReportCronJob.configName attribute defined at extension auditreportservices.
      Parameters:
      value - the configName
    • setIncludedLanguages

      @Accessor(qualifier="includedLanguages", type=SETTER) public void setIncludedLanguages(Collection<LanguageModel> value)
      Generated method - Setter of CreateAuditReportCronJob.includedLanguages attribute defined at extension auditreportservices.
      Parameters:
      value - the includedLanguages
    • setReportId

      @Accessor(qualifier="reportId", type=SETTER) public void setReportId(String value)
      Generated method - Setter of CreateAuditReportCronJob.reportId attribute defined at extension auditreportservices.
      Parameters:
      value - the reportId
    • setRootItem

      @Accessor(qualifier="rootItem", type=SETTER) public void setRootItem(ItemModel value)
      Generated method - Setter of CreateAuditReportCronJob.rootItem attribute defined at extension auditreportservices.
      Parameters:
      value - the rootItem