public class CronJobHistoryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_CRONJOBHISTORYRELATION
Generated relation code constant for relation
CronJobHistoryRelation defining source attribute cronJob in extension processing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CRONJOB
Generated constant - Attribute key of
CronJobHistory.cronJob attribute defined at extension processing. |
static java.lang.String |
CRONJOBCODE
Generated constant - Attribute key of
CronJobHistory.cronJobCode attribute defined at extension processing. |
static java.lang.String |
CRONJOBPOS
Generated constant - Attribute key of
CronJobHistory.cronJobPOS attribute defined at extension processing. |
static java.lang.String |
ENDTIME
Generated constant - Attribute key of
CronJobHistory.endTime attribute defined at extension processing. |
static java.lang.String |
FAILUREMESSAGE
Generated constant - Attribute key of
CronJobHistory.failureMessage attribute defined at extension processing. |
static java.lang.String |
JOBCODE
Generated constant - Attribute key of
CronJobHistory.jobCode attribute defined at extension processing. |
static java.lang.String |
NODEID
Generated constant - Attribute key of
CronJobHistory.nodeID attribute defined at extension processing. |
static java.lang.String |
PROGRESS
Generated constant - Attribute key of
CronJobHistory.progress attribute defined at extension processing. |
static java.lang.String |
RESULT
Generated constant - Attribute key of
CronJobHistory.result attribute defined at extension processing. |
static java.lang.String |
SCHEDULED
Generated constant - Attribute key of
CronJobHistory.scheduled attribute defined at extension processing. |
static java.lang.String |
STARTTIME
Generated constant - Attribute key of
CronJobHistory.startTime attribute defined at extension processing. |
static java.lang.String |
STATUS
Generated constant - Attribute key of
CronJobHistory.status attribute defined at extension processing. |
static java.lang.String |
STATUSLINE
Generated constant - Attribute key of
CronJobHistory.statusLine attribute defined at extension processing. |
static java.lang.String |
USERUID
Generated constant - Attribute key of
CronJobHistory.userUid attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CronJobHistoryModel()
Generated constructor - Default constructor for generic creation.
|
CronJobHistoryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CronJobHistoryModel(java.lang.String _cronJobCode,
java.lang.String _jobCode,
int _nodeID,
java.util.Date _startTime)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CronJobHistoryModel(java.lang.String _cronJobCode,
java.lang.String _jobCode,
int _nodeID,
ItemModel _owner,
java.util.Date _startTime)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
CronJobModel |
getCronJob()
Generated method - Getter of the
CronJobHistory.cronJob attribute defined at extension processing. |
java.lang.String |
getCronJobCode()
Generated method - Getter of the
CronJobHistory.cronJobCode attribute defined at extension processing. |
java.util.Date |
getEndTime()
Generated method - Getter of the
CronJobHistory.endTime attribute defined at extension processing. |
java.lang.String |
getFailureMessage()
Generated method - Getter of the
CronJobHistory.failureMessage attribute defined at extension processing. |
java.lang.String |
getJobCode()
Generated method - Getter of the
CronJobHistory.jobCode attribute defined at extension processing. |
int |
getNodeID()
Generated method - Getter of the
CronJobHistory.nodeID attribute defined at extension processing. |
java.lang.Double |
getProgress()
Generated method - Getter of the
CronJobHistory.progress attribute defined at extension processing. |
CronJobResult |
getResult()
Generated method - Getter of the
CronJobHistory.result attribute defined at extension processing. |
java.lang.Boolean |
getScheduled()
Generated method - Getter of the
CronJobHistory.scheduled attribute defined at extension processing. |
java.util.Date |
getStartTime()
Generated method - Getter of the
CronJobHistory.startTime attribute defined at extension processing. |
CronJobStatus |
getStatus()
Generated method - Getter of the
CronJobHistory.status attribute defined at extension processing. |
java.lang.String |
getStatusLine()
Generated method - Getter of the
CronJobHistory.statusLine attribute defined at extension processing. |
java.lang.String |
getUserUid()
Generated method - Getter of the
CronJobHistory.userUid attribute defined at extension processing. |
void |
setCronJob(CronJobModel value)
Generated method - Setter of
CronJobHistory.cronJob attribute defined at extension processing. |
void |
setCronJobCode(java.lang.String value)
Generated method - Initial setter of
CronJobHistory.cronJobCode attribute defined at extension processing. |
void |
setEndTime(java.util.Date value)
Generated method - Setter of
CronJobHistory.endTime attribute defined at extension processing. |
void |
setFailureMessage(java.lang.String value)
Generated method - Setter of
CronJobHistory.failureMessage attribute defined at extension processing. |
void |
setJobCode(java.lang.String value)
Generated method - Initial setter of
CronJobHistory.jobCode attribute defined at extension processing. |
void |
setNodeID(int value)
Generated method - Setter of
CronJobHistory.nodeID attribute defined at extension processing. |
void |
setProgress(java.lang.Double value)
Generated method - Setter of
CronJobHistory.progress attribute defined at extension processing. |
void |
setResult(CronJobResult value)
Generated method - Setter of
CronJobHistory.result attribute defined at extension processing. |
void |
setScheduled(java.lang.Boolean value)
Generated method - Setter of
CronJobHistory.scheduled attribute defined at extension processing. |
void |
setStartTime(java.util.Date value)
Generated method - Initial setter of
CronJobHistory.startTime attribute defined at extension processing. |
void |
setStatus(CronJobStatus value)
Generated method - Setter of
CronJobHistory.status attribute defined at extension processing. |
void |
setStatusLine(java.lang.String value)
Generated method - Setter of
CronJobHistory.statusLine attribute defined at extension processing. |
void |
setUserUid(java.lang.String value)
Generated method - Setter of
CronJobHistory.userUid attribute defined at extension processing. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, 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 java.lang.String _TYPECODE
public static final java.lang.String _CRONJOBHISTORYRELATION
CronJobHistoryRelation defining source attribute cronJob in extension processing.public static final java.lang.String CRONJOBCODE
CronJobHistory.cronJobCode attribute defined at extension processing.public static final java.lang.String JOBCODE
CronJobHistory.jobCode attribute defined at extension processing.public static final java.lang.String STARTTIME
CronJobHistory.startTime attribute defined at extension processing.public static final java.lang.String ENDTIME
CronJobHistory.endTime attribute defined at extension processing.public static final java.lang.String NODEID
CronJobHistory.nodeID attribute defined at extension processing.public static final java.lang.String SCHEDULED
CronJobHistory.scheduled attribute defined at extension processing.public static final java.lang.String USERUID
CronJobHistory.userUid attribute defined at extension processing.public static final java.lang.String STATUS
CronJobHistory.status attribute defined at extension processing.public static final java.lang.String RESULT
CronJobHistory.result attribute defined at extension processing.public static final java.lang.String FAILUREMESSAGE
CronJobHistory.failureMessage attribute defined at extension processing.public static final java.lang.String PROGRESS
CronJobHistory.progress attribute defined at extension processing.public static final java.lang.String STATUSLINE
CronJobHistory.statusLine attribute defined at extension processing.public static final java.lang.String CRONJOBPOS
CronJobHistory.cronJobPOS attribute defined at extension processing.public static final java.lang.String CRONJOB
CronJobHistory.cronJob attribute defined at extension processing.public CronJobHistoryModel()
public CronJobHistoryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public CronJobHistoryModel(java.lang.String _cronJobCode,
java.lang.String _jobCode,
int _nodeID,
java.util.Date _startTime)
_cronJobCode - initial attribute declared by type CronJobHistory at extension processing_jobCode - initial attribute declared by type CronJobHistory at extension processing_nodeID - initial attribute declared by type CronJobHistory at extension processing_startTime - initial attribute declared by type CronJobHistory at extension processing@Deprecated
public CronJobHistoryModel(java.lang.String _cronJobCode,
java.lang.String _jobCode,
int _nodeID,
ItemModel _owner,
java.util.Date _startTime)
_cronJobCode - initial attribute declared by type CronJobHistory at extension processing_jobCode - initial attribute declared by type CronJobHistory at extension processing_nodeID - initial attribute declared by type CronJobHistory at extension processing_owner - initial attribute declared by type Item at extension core_startTime - initial attribute declared by type CronJobHistory at extension processing@Accessor(qualifier="cronJob", type=GETTER) public CronJobModel getCronJob()
CronJobHistory.cronJob attribute defined at extension processing.@Accessor(qualifier="cronJobCode", type=GETTER) public java.lang.String getCronJobCode()
CronJobHistory.cronJobCode attribute defined at extension processing.@Accessor(qualifier="endTime", type=GETTER) public java.util.Date getEndTime()
CronJobHistory.endTime attribute defined at extension processing.@Accessor(qualifier="failureMessage", type=GETTER) public java.lang.String getFailureMessage()
CronJobHistory.failureMessage attribute defined at extension processing.@Accessor(qualifier="jobCode", type=GETTER) public java.lang.String getJobCode()
CronJobHistory.jobCode attribute defined at extension processing.@Accessor(qualifier="nodeID", type=GETTER) public int getNodeID()
CronJobHistory.nodeID attribute defined at extension processing.@Accessor(qualifier="progress", type=GETTER) public java.lang.Double getProgress()
CronJobHistory.progress attribute defined at extension processing.@Accessor(qualifier="result", type=GETTER) public CronJobResult getResult()
CronJobHistory.result attribute defined at extension processing.@Accessor(qualifier="scheduled", type=GETTER) public java.lang.Boolean getScheduled()
CronJobHistory.scheduled attribute defined at extension processing.@Accessor(qualifier="startTime", type=GETTER) public java.util.Date getStartTime()
CronJobHistory.startTime attribute defined at extension processing.@Accessor(qualifier="status", type=GETTER) public CronJobStatus getStatus()
CronJobHistory.status attribute defined at extension processing.@Accessor(qualifier="statusLine", type=GETTER) public java.lang.String getStatusLine()
CronJobHistory.statusLine attribute defined at extension processing.@Accessor(qualifier="userUid", type=GETTER) public java.lang.String getUserUid()
CronJobHistory.userUid attribute defined at extension processing.@Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(CronJobModel value)
CronJobHistory.cronJob attribute defined at extension processing.value - the cronJob - cronjob@Accessor(qualifier="cronJobCode", type=SETTER) public void setCronJobCode(java.lang.String value)
CronJobHistory.cronJobCode attribute defined at extension processing. Can only be used at creation of model - before first save.value - the cronJobCode@Accessor(qualifier="endTime", type=SETTER) public void setEndTime(java.util.Date value)
CronJobHistory.endTime attribute defined at extension processing.value - the endTime@Accessor(qualifier="failureMessage", type=SETTER) public void setFailureMessage(java.lang.String value)
CronJobHistory.failureMessage attribute defined at extension processing.value - the failureMessage@Accessor(qualifier="jobCode", type=SETTER) public void setJobCode(java.lang.String value)
CronJobHistory.jobCode attribute defined at extension processing. Can only be used at creation of model - before first save.value - the jobCode@Accessor(qualifier="nodeID", type=SETTER) public void setNodeID(int value)
CronJobHistory.nodeID attribute defined at extension processing.value - the nodeID@Accessor(qualifier="progress", type=SETTER) public void setProgress(java.lang.Double value)
CronJobHistory.progress attribute defined at extension processing.value - the progress@Accessor(qualifier="result", type=SETTER) public void setResult(CronJobResult value)
CronJobHistory.result attribute defined at extension processing.value - the result@Accessor(qualifier="scheduled", type=SETTER) public void setScheduled(java.lang.Boolean value)
CronJobHistory.scheduled attribute defined at extension processing.value - the scheduled@Accessor(qualifier="startTime", type=SETTER) public void setStartTime(java.util.Date value)
CronJobHistory.startTime attribute defined at extension processing. Can only be used at creation of model - before first save.value - the startTime@Accessor(qualifier="status", type=SETTER) public void setStatus(CronJobStatus value)
CronJobHistory.status attribute defined at extension processing.value - the status@Accessor(qualifier="statusLine", type=SETTER) public void setStatusLine(java.lang.String value)
CronJobHistory.statusLine attribute defined at extension processing.value - the statusLineCopyright © 2018 SAP SE. All Rights Reserved.