public class ExportDataHistoryEntryModel extends ItemModel
Contains a history of executed exports.
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_EXPORTDATACRONJOB2EXPORTDATAHISTORYREL
Generated relation code constant for relation
ExportDataCronJob2ExportDataHistoryRel defining source attribute exportDataCronJob in extension acceleratorservices. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
ExportDataHistoryEntry.code attribute defined at extension acceleratorservices. |
static String |
EXPORTDATACRONJOB
Generated constant - Attribute key of
ExportDataHistoryEntry.exportDataCronJob attribute defined at extension acceleratorservices. |
static String |
FAILUREMESSAGE
Generated constant - Attribute key of
ExportDataHistoryEntry.failureMessage attribute defined at extension acceleratorservices. |
static String |
FINISHTIME
Generated constant - Attribute key of
ExportDataHistoryEntry.finishTime attribute defined at extension acceleratorservices. |
static String |
PROCESSEDRESULTCOUNT
Generated constant - Attribute key of
ExportDataHistoryEntry.processedResultCount attribute defined at extension acceleratorservices. |
static String |
STARTTIME
Generated constant - Attribute key of
ExportDataHistoryEntry.startTime attribute defined at extension acceleratorservices. |
static String |
STATUS
Generated constant - Attribute key of
ExportDataHistoryEntry.status attribute defined at extension acceleratorservices. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ExportDataHistoryEntryModel()
Generated constructor - Default constructor for generic creation.
|
ExportDataHistoryEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ExportDataHistoryEntryModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ExportDataHistoryEntryModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
ExportDataHistoryEntry.code attribute defined at extension acceleratorservices. |
ExportDataCronJobModel |
getExportDataCronJob()
Generated method - Getter of the
ExportDataHistoryEntry.exportDataCronJob attribute defined at extension acceleratorservices. |
String |
getFailureMessage()
Generated method - Getter of the
ExportDataHistoryEntry.failureMessage attribute defined at extension acceleratorservices. |
Date |
getFinishTime()
Generated method - Getter of the
ExportDataHistoryEntry.finishTime attribute defined at extension acceleratorservices. |
Integer |
getProcessedResultCount()
Generated method - Getter of the
ExportDataHistoryEntry.processedResultCount attribute defined at extension acceleratorservices. |
Date |
getStartTime()
Generated method - Getter of the
ExportDataHistoryEntry.startTime attribute defined at extension acceleratorservices. |
ExportDataStatus |
getStatus()
Generated method - Getter of the
ExportDataHistoryEntry.status attribute defined at extension acceleratorservices. |
void |
setCode(String value)
Generated method - Initial setter of
ExportDataHistoryEntry.code attribute defined at extension acceleratorservices. |
void |
setExportDataCronJob(ExportDataCronJobModel value)
Generated method - Setter of
ExportDataHistoryEntry.exportDataCronJob attribute defined at extension acceleratorservices. |
void |
setFailureMessage(String value)
Generated method - Setter of
ExportDataHistoryEntry.failureMessage attribute defined at extension acceleratorservices. |
void |
setFinishTime(Date value)
Generated method - Setter of
ExportDataHistoryEntry.finishTime attribute defined at extension acceleratorservices. |
void |
setProcessedResultCount(Integer value)
Generated method - Setter of
ExportDataHistoryEntry.processedResultCount attribute defined at extension acceleratorservices. |
void |
setStartTime(Date value)
Generated method - Setter of
ExportDataHistoryEntry.startTime attribute defined at extension acceleratorservices. |
void |
setStatus(ExportDataStatus value)
Generated method - Setter of
ExportDataHistoryEntry.status attribute defined at extension acceleratorservices. |
getComments, getCreationtime, getModifiedtime, getOwner, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final String _TYPECODE
public static final String _EXPORTDATACRONJOB2EXPORTDATAHISTORYREL
ExportDataCronJob2ExportDataHistoryRel defining source attribute exportDataCronJob in extension acceleratorservices.public static final String CODE
ExportDataHistoryEntry.code attribute defined at extension acceleratorservices.public static final String STATUS
ExportDataHistoryEntry.status attribute defined at extension acceleratorservices.public static final String STARTTIME
ExportDataHistoryEntry.startTime attribute defined at extension acceleratorservices.public static final String FINISHTIME
ExportDataHistoryEntry.finishTime attribute defined at extension acceleratorservices.public static final String PROCESSEDRESULTCOUNT
ExportDataHistoryEntry.processedResultCount attribute defined at extension acceleratorservices.public static final String FAILUREMESSAGE
ExportDataHistoryEntry.failureMessage attribute defined at extension acceleratorservices.public static final String EXPORTDATACRONJOB
ExportDataHistoryEntry.exportDataCronJob attribute defined at extension acceleratorservices.public ExportDataHistoryEntryModel()
public ExportDataHistoryEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ExportDataHistoryEntryModel(String _code)
_code - initial attribute declared by type ExportDataHistoryEntry at extension acceleratorservices@Deprecated public ExportDataHistoryEntryModel(String _code, ItemModel _owner)
_code - initial attribute declared by type ExportDataHistoryEntry at extension acceleratorservices_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
ExportDataHistoryEntry.code attribute defined at extension acceleratorservices.@Accessor(qualifier="exportDataCronJob", type=GETTER) public ExportDataCronJobModel getExportDataCronJob()
ExportDataHistoryEntry.exportDataCronJob attribute defined at extension acceleratorservices.@Accessor(qualifier="failureMessage", type=GETTER) public String getFailureMessage()
ExportDataHistoryEntry.failureMessage attribute defined at extension acceleratorservices.@Accessor(qualifier="finishTime", type=GETTER) public Date getFinishTime()
ExportDataHistoryEntry.finishTime attribute defined at extension acceleratorservices.@Accessor(qualifier="processedResultCount", type=GETTER) public Integer getProcessedResultCount()
ExportDataHistoryEntry.processedResultCount attribute defined at extension acceleratorservices.@Accessor(qualifier="startTime", type=GETTER) public Date getStartTime()
ExportDataHistoryEntry.startTime attribute defined at extension acceleratorservices.@Accessor(qualifier="status", type=GETTER) public ExportDataStatus getStatus()
ExportDataHistoryEntry.status attribute defined at extension acceleratorservices.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
ExportDataHistoryEntry.code attribute defined at extension acceleratorservices. Can only be used at creation of model - before first save.value - the code - unique code that identifies the export data history@Accessor(qualifier="exportDataCronJob", type=SETTER) public void setExportDataCronJob(ExportDataCronJobModel value)
ExportDataHistoryEntry.exportDataCronJob attribute defined at extension acceleratorservices.value - the exportDataCronJob@Accessor(qualifier="failureMessage", type=SETTER) public void setFailureMessage(String value)
ExportDataHistoryEntry.failureMessage attribute defined at extension acceleratorservices.value - the failureMessage - Message if failure occurred@Accessor(qualifier="finishTime", type=SETTER) public void setFinishTime(Date value)
ExportDataHistoryEntry.finishTime attribute defined at extension acceleratorservices.value - the finishTime - Start time of this export@Accessor(qualifier="processedResultCount", type=SETTER) public void setProcessedResultCount(Integer value)
ExportDataHistoryEntry.processedResultCount attribute defined at extension acceleratorservices.value - the processedResultCount - The amount of records that was written to the export file@Accessor(qualifier="startTime", type=SETTER) public void setStartTime(Date value)
ExportDataHistoryEntry.startTime attribute defined at extension acceleratorservices.value - the startTime - Start time of this export@Accessor(qualifier="status", type=SETTER) public void setStatus(ExportDataStatus value)
ExportDataHistoryEntry.status attribute defined at extension acceleratorservices.value - the status - The status of this particular exportCopyright © 2017 SAP SE. All Rights Reserved.