Class CronJobHistoryModel

    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field 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 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.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Constructor Summary

      Constructors 
      Constructor Description
      CronJobHistoryModel()
      Generated constructor - Default constructor for generic creation.
      CronJobHistoryModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      CronJobHistoryModel​(java.lang.String _cronJobCode, java.lang.String _jobCode, int _nodeID, ItemModel _owner, java.util.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
      CronJobHistoryModel​(java.lang.String _cronJobCode, java.lang.String _jobCode, int _nodeID, java.util.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _CRONJOBHISTORYRELATION

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

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

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

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

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

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

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

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

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

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

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

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

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

        public static final java.lang.String CRONJOB
        Generated constant - Attribute key of CronJobHistory.cronJob attribute defined at extension processing.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CronJobHistoryModel

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

        public CronJobHistoryModel​(de.hybris.platform.servicelayer.model.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​(java.lang.String _cronJobCode,
                                   java.lang.String _jobCode,
                                   int _nodeID,
                                   java.util.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​(java.lang.String _cronJobCode,
                                   java.lang.String _jobCode,
                                   int _nodeID,
                                   ItemModel _owner,
                                   java.util.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 Detail

      • 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 java.lang.String getCronJobCode()
        Generated method - Getter of the CronJobHistory.cronJobCode attribute defined at extension processing.
        Returns:
        the cronJobCode
      • getEndTime

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

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

        @Accessor(qualifier="jobCode",
                  type=GETTER)
        public java.lang.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 java.lang.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 java.lang.Boolean getScheduled()
        Generated method - Getter of the CronJobHistory.scheduled attribute defined at extension processing.
        Returns:
        the scheduled
      • getStartTime

        @Accessor(qualifier="startTime",
                  type=GETTER)
        public java.util.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 java.lang.String getStatusLine()
        Generated method - Getter of the CronJobHistory.statusLine attribute defined at extension processing.
        Returns:
        the statusLine
      • getUserUid

        @Accessor(qualifier="userUid",
                  type=GETTER)
        public java.lang.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​(java.lang.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​(java.util.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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​(java.util.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​(java.lang.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​(java.lang.String value)
        Generated method - Setter of CronJobHistory.userUid attribute defined at extension processing.
        Parameters:
        value - the userUid