Class CronJobHistoryModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CatalogVersionSyncCronJobHistoryModel

public class CronJobHistoryModel extends ItemModel
Generated model class for type CronJobHistory first defined at extension processing.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _CRONJOBHISTORYRELATION
      Generated relation code constant for relation CronJobHistoryRelation defining source attribute cronJob in extension processing.
      See Also:
    • CRONJOBCODE

      public static final String CRONJOBCODE
      Generated constant - Attribute key of CronJobHistory.cronJobCode attribute defined at extension processing.
      See Also:
    • JOBCODE

      public static final String JOBCODE
      Generated constant - Attribute key of CronJobHistory.jobCode attribute defined at extension processing.
      See Also:
    • STARTTIME

      public static final String STARTTIME
      Generated constant - Attribute key of CronJobHistory.startTime attribute defined at extension processing.
      See Also:
    • ENDTIME

      public static final String ENDTIME
      Generated constant - Attribute key of CronJobHistory.endTime attribute defined at extension processing.
      See Also:
    • NODEID

      public static final String NODEID
      Generated constant - Attribute key of CronJobHistory.nodeID attribute defined at extension processing.
      See Also:
    • SCHEDULED

      public static final String SCHEDULED
      Generated constant - Attribute key of CronJobHistory.scheduled attribute defined at extension processing.
      See Also:
    • USERUID

      public static final String USERUID
      Generated constant - Attribute key of CronJobHistory.userUid attribute defined at extension processing.
      See Also:
    • STATUS

      public static final String STATUS
      Generated constant - Attribute key of CronJobHistory.status attribute defined at extension processing.
      See Also:
    • RESULT

      public static final String RESULT
      Generated constant - Attribute key of CronJobHistory.result attribute defined at extension processing.
      See Also:
    • FAILUREMESSAGE

      public static final String FAILUREMESSAGE
      Generated constant - Attribute key of CronJobHistory.failureMessage attribute defined at extension processing.
      See Also:
    • PROGRESS

      public static final String PROGRESS
      Generated constant - Attribute key of CronJobHistory.progress attribute defined at extension processing.
      See Also:
    • STATUSLINE

      public static final String STATUSLINE
      Generated constant - Attribute key of CronJobHistory.statusLine attribute defined at extension processing.
      See Also:
    • CRONJOB

      public static final String CRONJOB
      Generated constant - Attribute key of CronJobHistory.cronJob attribute defined at extension processing.
      See Also:
  • Constructor Details

    • CronJobHistoryModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public CronJobHistoryModel(String _cronJobCode, String _jobCode, int _nodeID, Date _startTime)
      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:
      _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
    • CronJobHistoryModel

      @Deprecated(since="4.1.1", forRemoval=true) public CronJobHistoryModel(String _cronJobCode, String _jobCode, int _nodeID, ItemModel _owner, Date _startTime)
      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:
      _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
  • Method Details

    • getCronJob

      @Accessor(qualifier="cronJob", type=GETTER) public CronJobModel getCronJob()
      Generated method - Getter of the CronJobHistory.cronJob attribute defined at extension processing.
      Returns:
      the cronJob - cronjob
    • getCronJobCode

      @Accessor(qualifier="cronJobCode", type=GETTER) public String getCronJobCode()
      Generated method - Getter of the CronJobHistory.cronJobCode attribute defined at extension processing.
      Returns:
      the cronJobCode
    • getEndTime

      @Accessor(qualifier="endTime", type=GETTER) public Date getEndTime()
      Generated method - Getter of the CronJobHistory.endTime attribute defined at extension processing.
      Returns:
      the endTime
    • getFailureMessage

      @Accessor(qualifier="failureMessage", type=GETTER) public String getFailureMessage()
      Generated method - Getter of the CronJobHistory.failureMessage attribute defined at extension processing.
      Returns:
      the failureMessage
    • getJobCode

      @Accessor(qualifier="jobCode", type=GETTER) public String getJobCode()
      Generated method - Getter of the CronJobHistory.jobCode attribute defined at extension processing.
      Returns:
      the jobCode
    • getNodeID

      @Accessor(qualifier="nodeID", type=GETTER) public int getNodeID()
      Generated method - Getter of the CronJobHistory.nodeID attribute defined at extension processing.
      Returns:
      the nodeID
    • getProgress

      @Accessor(qualifier="progress", type=GETTER) public Double getProgress()
      Generated method - Getter of the CronJobHistory.progress attribute defined at extension processing.
      Returns:
      the progress
    • getResult

      @Accessor(qualifier="result", type=GETTER) public CronJobResult getResult()
      Generated method - Getter of the CronJobHistory.result attribute defined at extension processing.
      Returns:
      the result
    • getScheduled

      @Accessor(qualifier="scheduled", type=GETTER) public Boolean getScheduled()
      Generated method - Getter of the CronJobHistory.scheduled attribute defined at extension processing.
      Returns:
      the scheduled
    • getStartTime

      @Accessor(qualifier="startTime", type=GETTER) public Date getStartTime()
      Generated method - Getter of the CronJobHistory.startTime attribute defined at extension processing.
      Returns:
      the startTime
    • getStatus

      @Accessor(qualifier="status", type=GETTER) public CronJobStatus getStatus()
      Generated method - Getter of the CronJobHistory.status attribute defined at extension processing.
      Returns:
      the status
    • getStatusLine

      @Accessor(qualifier="statusLine", type=GETTER) public String getStatusLine()
      Generated method - Getter of the CronJobHistory.statusLine attribute defined at extension processing.
      Returns:
      the statusLine
    • getUserUid

      @Accessor(qualifier="userUid", type=GETTER) public String getUserUid()
      Generated method - Getter of the CronJobHistory.userUid attribute defined at extension processing.
      Returns:
      the userUid
    • setCronJob

      @Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(CronJobModel value)
      Generated method - Setter of CronJobHistory.cronJob attribute defined at extension processing.
      Parameters:
      value - the cronJob - cronjob
    • setCronJobCode

      @Accessor(qualifier="cronJobCode", type=SETTER) public void setCronJobCode(String value)
      Generated method - Initial setter of CronJobHistory.cronJobCode attribute defined at extension processing. Can only be used at creation of model - before first save.
      Parameters:
      value - the cronJobCode
    • setEndTime

      @Accessor(qualifier="endTime", type=SETTER) public void setEndTime(Date value)
      Generated method - Setter of CronJobHistory.endTime attribute defined at extension processing.
      Parameters:
      value - the endTime
    • setFailureMessage

      @Accessor(qualifier="failureMessage", type=SETTER) public void setFailureMessage(String value)
      Generated method - Setter of CronJobHistory.failureMessage attribute defined at extension processing.
      Parameters:
      value - the failureMessage
    • setJobCode

      @Accessor(qualifier="jobCode", type=SETTER) public void setJobCode(String value)
      Generated method - Initial setter of CronJobHistory.jobCode attribute defined at extension processing. Can only be used at creation of model - before first save.
      Parameters:
      value - the jobCode
    • setNodeID

      @Accessor(qualifier="nodeID", type=SETTER) public void setNodeID(int value)
      Generated method - Setter of CronJobHistory.nodeID attribute defined at extension processing.
      Parameters:
      value - the nodeID
    • setProgress

      @Accessor(qualifier="progress", type=SETTER) public void setProgress(Double value)
      Generated method - Setter of CronJobHistory.progress attribute defined at extension processing.
      Parameters:
      value - the progress
    • setResult

      @Accessor(qualifier="result", type=SETTER) public void setResult(CronJobResult value)
      Generated method - Setter of CronJobHistory.result attribute defined at extension processing.
      Parameters:
      value - the result
    • setScheduled

      @Accessor(qualifier="scheduled", type=SETTER) public void setScheduled(Boolean value)
      Generated method - Setter of CronJobHistory.scheduled attribute defined at extension processing.
      Parameters:
      value - the scheduled
    • setStartTime

      @Accessor(qualifier="startTime", type=SETTER) public void setStartTime(Date value)
      Generated method - Initial setter of CronJobHistory.startTime attribute defined at extension processing. Can only be used at creation of model - before first save.
      Parameters:
      value - the startTime
    • setStatus

      @Accessor(qualifier="status", type=SETTER) public void setStatus(CronJobStatus value)
      Generated method - Setter of CronJobHistory.status attribute defined at extension processing.
      Parameters:
      value - the status
    • setStatusLine

      @Accessor(qualifier="statusLine", type=SETTER) public void setStatusLine(String value)
      Generated method - Setter of CronJobHistory.statusLine attribute defined at extension processing.
      Parameters:
      value - the statusLine
    • setUserUid

      @Accessor(qualifier="userUid", type=SETTER) public void setUserUid(String value)
      Generated method - Setter of CronJobHistory.userUid attribute defined at extension processing.
      Parameters:
      value - the userUid