Class ExportDataHistoryEntryModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExportDataHistoryEntryModel
    extends ItemModel
    Generated model class for type ExportDataHistoryEntry first defined at extension acceleratorservices.

    Contains a history of executed exports.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String _EXPORTDATACRONJOB2EXPORTDATAHISTORYREL
        Generated relation code constant for relation ExportDataCronJob2ExportDataHistoryRel defining source attribute exportDataCronJob in extension acceleratorservices.
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Generated constant - Attribute key of ExportDataHistoryEntry.code attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Generated constant - Attribute key of ExportDataHistoryEntry.status attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
      • STARTTIME

        public static final java.lang.String STARTTIME
        Generated constant - Attribute key of ExportDataHistoryEntry.startTime attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
      • FINISHTIME

        public static final java.lang.String FINISHTIME
        Generated constant - Attribute key of ExportDataHistoryEntry.finishTime attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
      • PROCESSEDRESULTCOUNT

        public static final java.lang.String PROCESSEDRESULTCOUNT
        Generated constant - Attribute key of ExportDataHistoryEntry.processedResultCount attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
      • FAILUREMESSAGE

        public static final java.lang.String FAILUREMESSAGE
        Generated constant - Attribute key of ExportDataHistoryEntry.failureMessage attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
      • EXPORTDATACRONJOB

        public static final java.lang.String EXPORTDATACRONJOB
        Generated constant - Attribute key of ExportDataHistoryEntry.exportDataCronJob attribute defined at extension acceleratorservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExportDataHistoryEntryModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ExportDataHistoryEntryModel​(java.lang.String _code)
        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:
        _code - initial attribute declared by type ExportDataHistoryEntry at extension acceleratorservices
      • ExportDataHistoryEntryModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ExportDataHistoryEntryModel​(java.lang.String _code,
                                           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:
        _code - initial attribute declared by type ExportDataHistoryEntry at extension acceleratorservices
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.String getCode()
        Generated method - Getter of the ExportDataHistoryEntry.code attribute defined at extension acceleratorservices.
        Returns:
        the code - unique code that identifies the export data history
      • getExportDataCronJob

        @Accessor(qualifier="exportDataCronJob",
                  type=GETTER)
        public ExportDataCronJobModel getExportDataCronJob()
        Generated method - Getter of the ExportDataHistoryEntry.exportDataCronJob attribute defined at extension acceleratorservices.
        Returns:
        the exportDataCronJob
      • getFailureMessage

        @Accessor(qualifier="failureMessage",
                  type=GETTER)
        public java.lang.String getFailureMessage()
        Generated method - Getter of the ExportDataHistoryEntry.failureMessage attribute defined at extension acceleratorservices.
        Returns:
        the failureMessage - Message if failure occurred
      • getFinishTime

        @Accessor(qualifier="finishTime",
                  type=GETTER)
        public java.util.Date getFinishTime()
        Generated method - Getter of the ExportDataHistoryEntry.finishTime attribute defined at extension acceleratorservices.
        Returns:
        the finishTime - Start time of this export
      • getProcessedResultCount

        @Accessor(qualifier="processedResultCount",
                  type=GETTER)
        public java.lang.Integer getProcessedResultCount()
        Generated method - Getter of the ExportDataHistoryEntry.processedResultCount attribute defined at extension acceleratorservices.
        Returns:
        the processedResultCount - The amount of records that was written to the export file
      • getStartTime

        @Accessor(qualifier="startTime",
                  type=GETTER)
        public java.util.Date getStartTime()
        Generated method - Getter of the ExportDataHistoryEntry.startTime attribute defined at extension acceleratorservices.
        Returns:
        the startTime - Start time of this export
      • getStatus

        @Accessor(qualifier="status",
                  type=GETTER)
        public ExportDataStatus getStatus()
        Generated method - Getter of the ExportDataHistoryEntry.status attribute defined at extension acceleratorservices.
        Returns:
        the status - The status of this particular export
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.String value)
        Generated method - Initial setter of ExportDataHistoryEntry.code attribute defined at extension acceleratorservices. Can only be used at creation of model - before first save.
        Parameters:
        value - the code - unique code that identifies the export data history
      • setExportDataCronJob

        @Accessor(qualifier="exportDataCronJob",
                  type=SETTER)
        public void setExportDataCronJob​(ExportDataCronJobModel value)
        Generated method - Setter of ExportDataHistoryEntry.exportDataCronJob attribute defined at extension acceleratorservices.
        Parameters:
        value - the exportDataCronJob
      • setFailureMessage

        @Accessor(qualifier="failureMessage",
                  type=SETTER)
        public void setFailureMessage​(java.lang.String value)
        Generated method - Setter of ExportDataHistoryEntry.failureMessage attribute defined at extension acceleratorservices.
        Parameters:
        value - the failureMessage - Message if failure occurred
      • setFinishTime

        @Accessor(qualifier="finishTime",
                  type=SETTER)
        public void setFinishTime​(java.util.Date value)
        Generated method - Setter of ExportDataHistoryEntry.finishTime attribute defined at extension acceleratorservices.
        Parameters:
        value - the finishTime - Start time of this export
      • setProcessedResultCount

        @Accessor(qualifier="processedResultCount",
                  type=SETTER)
        public void setProcessedResultCount​(java.lang.Integer value)
        Generated method - Setter of ExportDataHistoryEntry.processedResultCount attribute defined at extension acceleratorservices.
        Parameters:
        value - the processedResultCount - The amount of records that was written to the export file
      • setStartTime

        @Accessor(qualifier="startTime",
                  type=SETTER)
        public void setStartTime​(java.util.Date value)
        Generated method - Setter of ExportDataHistoryEntry.startTime attribute defined at extension acceleratorservices.
        Parameters:
        value - the startTime - Start time of this export
      • setStatus

        @Accessor(qualifier="status",
                  type=SETTER)
        public void setStatus​(ExportDataStatus value)
        Generated method - Setter of ExportDataHistoryEntry.status attribute defined at extension acceleratorservices.
        Parameters:
        value - the status - The status of this particular export