Class ImpExExportCronJobModel

All Implemented Interfaces:
Serializable

public class ImpExExportCronJobModel extends CronJobModel
Generated model class for type ImpExExportCronJob first defined at extension impex.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String ENCODING
      Generated constant - Attribute key of ImpExExportCronJob.encoding attribute defined at extension impex.
      See Also:
    • MODE

      public static final String MODE
      Generated constant - Attribute key of ImpExExportCronJob.mode attribute defined at extension impex.
      See Also:
    • DATAEXPORTTARGET

      public static final String DATAEXPORTTARGET
      Generated constant - Attribute key of ImpExExportCronJob.dataExportTarget attribute defined at extension impex.
      See Also:
    • MEDIASEXPORTTARGET

      public static final String MEDIASEXPORTTARGET
      Generated constant - Attribute key of ImpExExportCronJob.mediasExportTarget attribute defined at extension impex.
      See Also:
    • EXPORTTEMPLATE

      public static final String EXPORTTEMPLATE
      Generated constant - Attribute key of ImpExExportCronJob.exportTemplate attribute defined at extension impex.
      See Also:
    • EXPORT

      public static final String EXPORT
      Generated constant - Attribute key of ImpExExportCronJob.export attribute defined at extension impex.
      See Also:
    • ITEMSEXPORTED

      public static final String ITEMSEXPORTED
      Generated constant - Attribute key of ImpExExportCronJob.itemsExported attribute defined at extension impex.
      See Also:
    • ITEMSMAXCOUNT

      public static final String ITEMSMAXCOUNT
      Generated constant - Attribute key of ImpExExportCronJob.itemsMaxCount attribute defined at extension impex.
      See Also:
    • ITEMSSKIPPED

      public static final String ITEMSSKIPPED
      Generated constant - Attribute key of ImpExExportCronJob.itemsSkipped attribute defined at extension impex.
      See Also:
    • JOBMEDIA

      public static final String JOBMEDIA
      Generated constant - Attribute key of ImpExExportCronJob.jobMedia attribute defined at extension impex.
      See Also:
    • FIELDSEPARATOR

      public static final String FIELDSEPARATOR
      Generated constant - Attribute key of ImpExExportCronJob.fieldSeparator attribute defined at extension impex.
      See Also:
    • QUOTECHARACTER

      public static final String QUOTECHARACTER
      Generated constant - Attribute key of ImpExExportCronJob.quoteCharacter attribute defined at extension impex.
      See Also:
    • COMMENTCHARACTER

      public static final String COMMENTCHARACTER
      Generated constant - Attribute key of ImpExExportCronJob.commentCharacter attribute defined at extension impex.
      See Also:
    • DATAEXPORTMEDIACODE

      public static final String DATAEXPORTMEDIACODE
      Generated constant - Attribute key of ImpExExportCronJob.dataExportMediaCode attribute defined at extension impex.
      See Also:
    • MEDIASEXPORTMEDIACODE

      public static final String MEDIASEXPORTMEDIACODE
      Generated constant - Attribute key of ImpExExportCronJob.mediasExportMediaCode attribute defined at extension impex.
      See Also:
    • REPORT

      public static final String REPORT
      Generated constant - Attribute key of ImpExExportCronJob.report attribute defined at extension impex.
      See Also:
    • CONVERTERCLASS

      public static final String CONVERTERCLASS
      Generated constant - Attribute key of ImpExExportCronJob.converterClass attribute defined at extension impex.
      See Also:
    • SINGLEFILE

      public static final String SINGLEFILE
      Generated constant - Attribute key of ImpExExportCronJob.singleFile attribute defined at extension impex.
      See Also:
  • Constructor Details

    • ImpExExportCronJobModel

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

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

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

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

    • getCommentCharacter

      @Accessor(qualifier="commentCharacter", type=GETTER) public Character getCommentCharacter()
      Generated method - Getter of the ImpExExportCronJob.commentCharacter attribute defined at extension impex.
      Returns:
      the commentCharacter - Character used for indicating a comment
    • getConverterClass

      @Accessor(qualifier="converterClass", type=GETTER) public ExportConverterEnum getConverterClass()
      Generated method - Getter of the ImpExExportCronJob.converterClass attribute defined at extension impex.
      Returns:
      the converterClass - class, which will be used for report generation
    • getDataExportMediaCode

      @Accessor(qualifier="dataExportMediaCode", type=GETTER) public String getDataExportMediaCode()
      Generated method - Getter of the ImpExExportCronJob.dataExportMediaCode attribute defined at extension impex.
      Returns:
      the dataExportMediaCode - Code of the generated export media, containing the exported data
    • getDataExportTarget

      @Accessor(qualifier="dataExportTarget", type=GETTER) public ImpExExportMediaModel getDataExportTarget()
      Generated method - Getter of the ImpExExportCronJob.dataExportTarget attribute defined at extension impex.
      Returns:
      the dataExportTarget
    • getEncoding

      @Accessor(qualifier="encoding", type=GETTER) public EncodingEnum getEncoding()
      Generated method - Getter of the ImpExExportCronJob.encoding attribute defined at extension impex.
      Returns:
      the encoding
    • getExport

      @Accessor(qualifier="export", type=GETTER) public ExportModel getExport()
      Generated method - Getter of the ImpExExportCronJob.export attribute defined at extension impex.
      Returns:
      the export
    • getExportTemplate

      @Accessor(qualifier="exportTemplate", type=GETTER) public HeaderLibraryModel getExportTemplate()
      Generated method - Getter of the ImpExExportCronJob.exportTemplate attribute defined at extension impex.
      Returns:
      the exportTemplate
    • getFieldSeparator

      @Accessor(qualifier="fieldSeparator", type=GETTER) public Character getFieldSeparator()
      Generated method - Getter of the ImpExExportCronJob.fieldSeparator attribute defined at extension impex.
      Returns:
      the fieldSeparator - Character used for separating columns in CSV-lines
    • getItemsExported

      @Accessor(qualifier="itemsExported", type=GETTER) public Integer getItemsExported()
      Generated method - Getter of the ImpExExportCronJob.itemsExported attribute defined at extension impex.
      Returns:
      the itemsExported
    • getItemsMaxCount

      @Accessor(qualifier="itemsMaxCount", type=GETTER) public Integer getItemsMaxCount()
      Generated method - Getter of the ImpExExportCronJob.itemsMaxCount attribute defined at extension impex.
      Returns:
      the itemsMaxCount
    • getItemsSkipped

      @Accessor(qualifier="itemsSkipped", type=GETTER) public Integer getItemsSkipped()
      Generated method - Getter of the ImpExExportCronJob.itemsSkipped attribute defined at extension impex.
      Returns:
      the itemsSkipped
    • getJobMedia

      @Accessor(qualifier="jobMedia", type=GETTER) public ImpExMediaModel getJobMedia()
      Generated method - Getter of the ImpExExportCronJob.jobMedia attribute defined at extension impex.
      Returns:
      the jobMedia
    • getMediasExportMediaCode

      @Accessor(qualifier="mediasExportMediaCode", type=GETTER) public String getMediasExportMediaCode()
      Generated method - Getter of the ImpExExportCronJob.mediasExportMediaCode attribute defined at extension impex.
      Returns:
      the mediasExportMediaCode - Code of the generated export media, containing the exported medias
    • getMediasExportTarget

      @Accessor(qualifier="mediasExportTarget", type=GETTER) public ImpExExportMediaModel getMediasExportTarget()
      Generated method - Getter of the ImpExExportCronJob.mediasExportTarget attribute defined at extension impex.
      Returns:
      the mediasExportTarget
    • getMode

      Generated method - Getter of the ImpExExportCronJob.mode attribute defined at extension impex.
      Returns:
      the mode
    • getQuoteCharacter

      @Accessor(qualifier="quoteCharacter", type=GETTER) public Character getQuoteCharacter()
      Generated method - Getter of the ImpExExportCronJob.quoteCharacter attribute defined at extension impex.
      Returns:
      the quoteCharacter - Character used for escaping columns in CSV-lines
    • getReport

      @Accessor(qualifier="report", type=GETTER) public ReportModel getReport()
      Generated method - Getter of the ImpExExportCronJob.report attribute defined at extension impex.
      Returns:
      the report
    • getSingleFile

      @Accessor(qualifier="singleFile", type=GETTER) public Boolean getSingleFile()
      Generated method - Getter of the ImpExExportCronJob.singleFile attribute defined at extension impex.
      Returns:
      the singleFile - Export result as a single file instead of Zip archive
    • setCommentCharacter

      @Accessor(qualifier="commentCharacter", type=SETTER) public void setCommentCharacter(Character value)
      Generated method - Setter of ImpExExportCronJob.commentCharacter attribute defined at extension impex.
      Parameters:
      value - the commentCharacter - Character used for indicating a comment
    • setConverterClass

      @Accessor(qualifier="converterClass", type=SETTER) public void setConverterClass(ExportConverterEnum value)
      Generated method - Setter of ImpExExportCronJob.converterClass attribute defined at extension impex.
      Parameters:
      value - the converterClass - class, which will be used for report generation
    • setDataExportMediaCode

      @Accessor(qualifier="dataExportMediaCode", type=SETTER) public void setDataExportMediaCode(String value)
      Generated method - Setter of ImpExExportCronJob.dataExportMediaCode attribute defined at extension impex.
      Parameters:
      value - the dataExportMediaCode - Code of the generated export media, containing the exported data
    • setDataExportTarget

      @Accessor(qualifier="dataExportTarget", type=SETTER) public void setDataExportTarget(ImpExExportMediaModel value)
      Generated method - Setter of ImpExExportCronJob.dataExportTarget attribute defined at extension impex.
      Parameters:
      value - the dataExportTarget
    • setEncoding

      @Accessor(qualifier="encoding", type=SETTER) public void setEncoding(EncodingEnum value)
      Generated method - Setter of ImpExExportCronJob.encoding attribute defined at extension impex.
      Parameters:
      value - the encoding
    • setExport

      @Accessor(qualifier="export", type=SETTER) public void setExport(ExportModel value)
      Generated method - Setter of ImpExExportCronJob.export attribute defined at extension impex.
      Parameters:
      value - the export
    • setExportTemplate

      @Accessor(qualifier="exportTemplate", type=SETTER) public void setExportTemplate(HeaderLibraryModel value)
      Generated method - Setter of ImpExExportCronJob.exportTemplate attribute defined at extension impex.
      Parameters:
      value - the exportTemplate
    • setFieldSeparator

      @Accessor(qualifier="fieldSeparator", type=SETTER) public void setFieldSeparator(Character value)
      Generated method - Setter of ImpExExportCronJob.fieldSeparator attribute defined at extension impex.
      Parameters:
      value - the fieldSeparator - Character used for separating columns in CSV-lines
    • setJobMedia

      @Accessor(qualifier="jobMedia", type=SETTER) public void setJobMedia(ImpExMediaModel value)
      Generated method - Setter of ImpExExportCronJob.jobMedia attribute defined at extension impex.
      Parameters:
      value - the jobMedia
    • setMediasExportMediaCode

      @Accessor(qualifier="mediasExportMediaCode", type=SETTER) public void setMediasExportMediaCode(String value)
      Generated method - Setter of ImpExExportCronJob.mediasExportMediaCode attribute defined at extension impex.
      Parameters:
      value - the mediasExportMediaCode - Code of the generated export media, containing the exported medias
    • setMediasExportTarget

      @Accessor(qualifier="mediasExportTarget", type=SETTER) public void setMediasExportTarget(ImpExExportMediaModel value)
      Generated method - Setter of ImpExExportCronJob.mediasExportTarget attribute defined at extension impex.
      Parameters:
      value - the mediasExportTarget
    • setMode

      @Accessor(qualifier="mode", type=SETTER) public void setMode(ImpExValidationModeEnum value)
      Generated method - Setter of ImpExExportCronJob.mode attribute defined at extension impex.
      Parameters:
      value - the mode
    • setQuoteCharacter

      @Accessor(qualifier="quoteCharacter", type=SETTER) public void setQuoteCharacter(Character value)
      Generated method - Setter of ImpExExportCronJob.quoteCharacter attribute defined at extension impex.
      Parameters:
      value - the quoteCharacter - Character used for escaping columns in CSV-lines
    • setReport

      @Accessor(qualifier="report", type=SETTER) public void setReport(ReportModel value)
      Generated method - Setter of ImpExExportCronJob.report attribute defined at extension impex.
      Parameters:
      value - the report
    • setSingleFile

      @Accessor(qualifier="singleFile", type=SETTER) public void setSingleFile(Boolean value)
      Generated method - Setter of ImpExExportCronJob.singleFile attribute defined at extension impex.
      Parameters:
      value - the singleFile - Export result as a single file instead of Zip archive