Class ExportDataHistoryEntryModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.acceleratorservices.model.export.ExportDataHistoryEntryModel
All Implemented Interfaces:
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:
  • Field Details

    • _TYPECODE

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

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

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

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

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

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

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

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

      public static final String EXPORTDATACRONJOB
      Generated constant - Attribute key of ExportDataHistoryEntry.exportDataCronJob attribute defined at extension acceleratorservices.
      See Also:
  • Constructor Details

    • 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(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(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 Details

    • getCode

      @Accessor(qualifier="code", type=GETTER) public 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 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 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 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 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(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(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(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(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(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