Class ExcelImportCronJobModel

All Implemented Interfaces:
Serializable

public class ExcelImportCronJobModel extends CronJobModel
Generated model class for type ExcelImportCronJob first defined at extension backoffice.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String EXCELFILE
      Generated constant - Attribute key of ExcelImportCronJob.excelFile attribute defined at extension backoffice.
      See Also:
    • REFERENCEDCONTENT

      public static final String REFERENCEDCONTENT
      Generated constant - Attribute key of ExcelImportCronJob.referencedContent attribute defined at extension backoffice.
      See Also:
  • Constructor Details

    • ExcelImportCronJobModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public ExcelImportCronJobModel(MediaModel _excelFile, JobModel _job)
      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:
      _excelFile - initial attribute declared by type ExcelImportCronJob at extension backoffice
      _job - initial attribute declared by type CronJob at extension processing
    • ExcelImportCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public ExcelImportCronJobModel(MediaModel _excelFile, JobModel _job, ItemModel _owner)
      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:
      _excelFile - initial attribute declared by type ExcelImportCronJob at extension backoffice
      _job - initial attribute declared by type CronJob at extension processing
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getExcelFile

      @Accessor(qualifier="excelFile", type=GETTER) public MediaModel getExcelFile()
      Generated method - Getter of the ExcelImportCronJob.excelFile attribute defined at extension backoffice.
      Returns:
      the excelFile
    • getReferencedContent

      @Accessor(qualifier="referencedContent", type=GETTER) public MediaModel getReferencedContent()
      Generated method - Getter of the ExcelImportCronJob.referencedContent attribute defined at extension backoffice.
      Returns:
      the referencedContent
    • setExcelFile

      @Accessor(qualifier="excelFile", type=SETTER) public void setExcelFile(MediaModel value)
      Generated method - Setter of ExcelImportCronJob.excelFile attribute defined at extension backoffice.
      Parameters:
      value - the excelFile
    • setReferencedContent

      @Accessor(qualifier="referencedContent", type=SETTER) public void setReferencedContent(MediaModel value)
      Generated method - Setter of ExcelImportCronJob.referencedContent attribute defined at extension backoffice.
      Parameters:
      value - the referencedContent