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:
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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String_EXPORTDATACRONJOB2EXPORTDATAHISTORYRELGenerated relation code constant for relationExportDataCronJob2ExportDataHistoryReldefining source attributeexportDataCronJobin extensionacceleratorservices.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCODEGenerated constant - Attribute key ofExportDataHistoryEntry.codeattribute defined at extensionacceleratorservices.static java.lang.StringEXPORTDATACRONJOBGenerated constant - Attribute key ofExportDataHistoryEntry.exportDataCronJobattribute defined at extensionacceleratorservices.static java.lang.StringFAILUREMESSAGEGenerated constant - Attribute key ofExportDataHistoryEntry.failureMessageattribute defined at extensionacceleratorservices.static java.lang.StringFINISHTIMEGenerated constant - Attribute key ofExportDataHistoryEntry.finishTimeattribute defined at extensionacceleratorservices.static java.lang.StringPROCESSEDRESULTCOUNTGenerated constant - Attribute key ofExportDataHistoryEntry.processedResultCountattribute defined at extensionacceleratorservices.static java.lang.StringSTARTTIMEGenerated constant - Attribute key ofExportDataHistoryEntry.startTimeattribute defined at extensionacceleratorservices.static java.lang.StringSTATUSGenerated constant - Attribute key ofExportDataHistoryEntry.statusattribute defined at extensionacceleratorservices.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ExportDataHistoryEntryModel()Generated constructor - Default constructor for generic creation.ExportDataHistoryEntryModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextExportDataHistoryEntryModel(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 parametersExportDataHistoryEntryModel(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
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Generated method - Getter of theExportDataHistoryEntry.codeattribute defined at extensionacceleratorservices.ExportDataCronJobModelgetExportDataCronJob()Generated method - Getter of theExportDataHistoryEntry.exportDataCronJobattribute defined at extensionacceleratorservices.java.lang.StringgetFailureMessage()Generated method - Getter of theExportDataHistoryEntry.failureMessageattribute defined at extensionacceleratorservices.java.util.DategetFinishTime()Generated method - Getter of theExportDataHistoryEntry.finishTimeattribute defined at extensionacceleratorservices.java.lang.IntegergetProcessedResultCount()Generated method - Getter of theExportDataHistoryEntry.processedResultCountattribute defined at extensionacceleratorservices.java.util.DategetStartTime()Generated method - Getter of theExportDataHistoryEntry.startTimeattribute defined at extensionacceleratorservices.ExportDataStatusgetStatus()Generated method - Getter of theExportDataHistoryEntry.statusattribute defined at extensionacceleratorservices.voidsetCode(java.lang.String value)Generated method - Initial setter ofExportDataHistoryEntry.codeattribute defined at extensionacceleratorservices.voidsetExportDataCronJob(ExportDataCronJobModel value)Generated method - Setter ofExportDataHistoryEntry.exportDataCronJobattribute defined at extensionacceleratorservices.voidsetFailureMessage(java.lang.String value)Generated method - Setter ofExportDataHistoryEntry.failureMessageattribute defined at extensionacceleratorservices.voidsetFinishTime(java.util.Date value)Generated method - Setter ofExportDataHistoryEntry.finishTimeattribute defined at extensionacceleratorservices.voidsetProcessedResultCount(java.lang.Integer value)Generated method - Setter ofExportDataHistoryEntry.processedResultCountattribute defined at extensionacceleratorservices.voidsetStartTime(java.util.Date value)Generated method - Setter ofExportDataHistoryEntry.startTimeattribute defined at extensionacceleratorservices.voidsetStatus(ExportDataStatus value)Generated method - Setter ofExportDataHistoryEntry.statusattribute defined at extensionacceleratorservices.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
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 relationExportDataCronJob2ExportDataHistoryReldefining source attributeexportDataCronJobin extensionacceleratorservices.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofExportDataHistoryEntry.codeattribute defined at extensionacceleratorservices.- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Generated constant - Attribute key ofExportDataHistoryEntry.statusattribute defined at extensionacceleratorservices.- See Also:
- Constant Field Values
-
STARTTIME
public static final java.lang.String STARTTIME
Generated constant - Attribute key ofExportDataHistoryEntry.startTimeattribute defined at extensionacceleratorservices.- See Also:
- Constant Field Values
-
FINISHTIME
public static final java.lang.String FINISHTIME
Generated constant - Attribute key ofExportDataHistoryEntry.finishTimeattribute defined at extensionacceleratorservices.- See Also:
- Constant Field Values
-
PROCESSEDRESULTCOUNT
public static final java.lang.String PROCESSEDRESULTCOUNT
Generated constant - Attribute key ofExportDataHistoryEntry.processedResultCountattribute defined at extensionacceleratorservices.- See Also:
- Constant Field Values
-
FAILUREMESSAGE
public static final java.lang.String FAILUREMESSAGE
Generated constant - Attribute key ofExportDataHistoryEntry.failureMessageattribute defined at extensionacceleratorservices.- See Also:
- Constant Field Values
-
EXPORTDATACRONJOB
public static final java.lang.String EXPORTDATACRONJOB
Generated constant - Attribute key ofExportDataHistoryEntry.exportDataCronJobattribute defined at extensionacceleratorservices.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeExportDataHistoryEntryat extensionacceleratorservices
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeExportDataHistoryEntryat extensionacceleratorservices_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theExportDataHistoryEntry.codeattribute defined at extensionacceleratorservices.- Returns:
- the code - unique code that identifies the export data history
-
getExportDataCronJob
@Accessor(qualifier="exportDataCronJob", type=GETTER) public ExportDataCronJobModel getExportDataCronJob()
Generated method - Getter of theExportDataHistoryEntry.exportDataCronJobattribute defined at extensionacceleratorservices.- Returns:
- the exportDataCronJob
-
getFailureMessage
@Accessor(qualifier="failureMessage", type=GETTER) public java.lang.String getFailureMessage()
Generated method - Getter of theExportDataHistoryEntry.failureMessageattribute defined at extensionacceleratorservices.- Returns:
- the failureMessage - Message if failure occurred
-
getFinishTime
@Accessor(qualifier="finishTime", type=GETTER) public java.util.Date getFinishTime()
Generated method - Getter of theExportDataHistoryEntry.finishTimeattribute defined at extensionacceleratorservices.- Returns:
- the finishTime - Start time of this export
-
getProcessedResultCount
@Accessor(qualifier="processedResultCount", type=GETTER) public java.lang.Integer getProcessedResultCount()
Generated method - Getter of theExportDataHistoryEntry.processedResultCountattribute defined at extensionacceleratorservices.- 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 theExportDataHistoryEntry.startTimeattribute defined at extensionacceleratorservices.- Returns:
- the startTime - Start time of this export
-
getStatus
@Accessor(qualifier="status", type=GETTER) public ExportDataStatus getStatus()
Generated method - Getter of theExportDataHistoryEntry.statusattribute defined at extensionacceleratorservices.- 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 ofExportDataHistoryEntry.codeattribute defined at extensionacceleratorservices. 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 ofExportDataHistoryEntry.exportDataCronJobattribute defined at extensionacceleratorservices.- Parameters:
value- the exportDataCronJob
-
setFailureMessage
@Accessor(qualifier="failureMessage", type=SETTER) public void setFailureMessage(java.lang.String value)
Generated method - Setter ofExportDataHistoryEntry.failureMessageattribute defined at extensionacceleratorservices.- Parameters:
value- the failureMessage - Message if failure occurred
-
setFinishTime
@Accessor(qualifier="finishTime", type=SETTER) public void setFinishTime(java.util.Date value)
Generated method - Setter ofExportDataHistoryEntry.finishTimeattribute defined at extensionacceleratorservices.- 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 ofExportDataHistoryEntry.processedResultCountattribute defined at extensionacceleratorservices.- 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 ofExportDataHistoryEntry.startTimeattribute defined at extensionacceleratorservices.- Parameters:
value- the startTime - Start time of this export
-
setStatus
@Accessor(qualifier="status", type=SETTER) public void setStatus(ExportDataStatus value)
Generated method - Setter ofExportDataHistoryEntry.statusattribute defined at extensionacceleratorservices.- Parameters:
value- the status - The status of this particular export
-
-