Class ExcelImportCronJobModel

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • EXCELFILE

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

        public static final java.lang.String REFERENCEDCONTENT
        Generated constant - Attribute key of ExcelImportCronJob.referencedContent attribute defined at extension backoffice.
        See Also:
        Constant Field Values
    • Constructor Detail

      • 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 Detail

      • 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