Package de.hybris.platform.cronjob.model
Class CronJobHistoryModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.cronjob.model.CronJobHistoryModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CatalogVersionSyncCronJobHistoryModel
public class CronJobHistoryModel extends ItemModel
Generated model class for type CronJobHistory first defined at extension processing.- 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_CRONJOBHISTORYRELATIONGenerated relation code constant for relationCronJobHistoryRelationdefining source attributecronJobin extensionprocessing.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCRONJOBGenerated constant - Attribute key ofCronJobHistory.cronJobattribute defined at extensionprocessing.static java.lang.StringCRONJOBCODEGenerated constant - Attribute key ofCronJobHistory.cronJobCodeattribute defined at extensionprocessing.static java.lang.StringCRONJOBPOSGenerated constant - Attribute key ofCronJobHistory.cronJobPOSattribute defined at extensionprocessing.static java.lang.StringENDTIMEGenerated constant - Attribute key ofCronJobHistory.endTimeattribute defined at extensionprocessing.static java.lang.StringFAILUREMESSAGEGenerated constant - Attribute key ofCronJobHistory.failureMessageattribute defined at extensionprocessing.static java.lang.StringJOBCODEGenerated constant - Attribute key ofCronJobHistory.jobCodeattribute defined at extensionprocessing.static java.lang.StringNODEIDGenerated constant - Attribute key ofCronJobHistory.nodeIDattribute defined at extensionprocessing.static java.lang.StringPROGRESSGenerated constant - Attribute key ofCronJobHistory.progressattribute defined at extensionprocessing.static java.lang.StringRESULTGenerated constant - Attribute key ofCronJobHistory.resultattribute defined at extensionprocessing.static java.lang.StringSCHEDULEDGenerated constant - Attribute key ofCronJobHistory.scheduledattribute defined at extensionprocessing.static java.lang.StringSTARTTIMEGenerated constant - Attribute key ofCronJobHistory.startTimeattribute defined at extensionprocessing.static java.lang.StringSTATUSGenerated constant - Attribute key ofCronJobHistory.statusattribute defined at extensionprocessing.static java.lang.StringSTATUSLINEGenerated constant - Attribute key ofCronJobHistory.statusLineattribute defined at extensionprocessing.static java.lang.StringUSERUIDGenerated constant - Attribute key ofCronJobHistory.userUidattribute defined at extensionprocessing.-
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 CronJobHistoryModel()Generated constructor - Default constructor for generic creation.CronJobHistoryModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextCronJobHistoryModel(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 parametersCronJobHistoryModel(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 CronJobModelgetCronJob()Generated method - Getter of theCronJobHistory.cronJobattribute defined at extensionprocessing.java.lang.StringgetCronJobCode()Generated method - Getter of theCronJobHistory.cronJobCodeattribute defined at extensionprocessing.java.util.DategetEndTime()Generated method - Getter of theCronJobHistory.endTimeattribute defined at extensionprocessing.java.lang.StringgetFailureMessage()Generated method - Getter of theCronJobHistory.failureMessageattribute defined at extensionprocessing.java.lang.StringgetJobCode()Generated method - Getter of theCronJobHistory.jobCodeattribute defined at extensionprocessing.intgetNodeID()Generated method - Getter of theCronJobHistory.nodeIDattribute defined at extensionprocessing.java.lang.DoublegetProgress()Generated method - Getter of theCronJobHistory.progressattribute defined at extensionprocessing.CronJobResultgetResult()Generated method - Getter of theCronJobHistory.resultattribute defined at extensionprocessing.java.lang.BooleangetScheduled()Generated method - Getter of theCronJobHistory.scheduledattribute defined at extensionprocessing.java.util.DategetStartTime()Generated method - Getter of theCronJobHistory.startTimeattribute defined at extensionprocessing.CronJobStatusgetStatus()Generated method - Getter of theCronJobHistory.statusattribute defined at extensionprocessing.java.lang.StringgetStatusLine()Generated method - Getter of theCronJobHistory.statusLineattribute defined at extensionprocessing.java.lang.StringgetUserUid()Generated method - Getter of theCronJobHistory.userUidattribute defined at extensionprocessing.voidsetCronJob(CronJobModel value)Generated method - Setter ofCronJobHistory.cronJobattribute defined at extensionprocessing.voidsetCronJobCode(java.lang.String value)Generated method - Initial setter ofCronJobHistory.cronJobCodeattribute defined at extensionprocessing.voidsetEndTime(java.util.Date value)Generated method - Setter ofCronJobHistory.endTimeattribute defined at extensionprocessing.voidsetFailureMessage(java.lang.String value)Generated method - Setter ofCronJobHistory.failureMessageattribute defined at extensionprocessing.voidsetJobCode(java.lang.String value)Generated method - Initial setter ofCronJobHistory.jobCodeattribute defined at extensionprocessing.voidsetNodeID(int value)Generated method - Setter ofCronJobHistory.nodeIDattribute defined at extensionprocessing.voidsetProgress(java.lang.Double value)Generated method - Setter ofCronJobHistory.progressattribute defined at extensionprocessing.voidsetResult(CronJobResult value)Generated method - Setter ofCronJobHistory.resultattribute defined at extensionprocessing.voidsetScheduled(java.lang.Boolean value)Generated method - Setter ofCronJobHistory.scheduledattribute defined at extensionprocessing.voidsetStartTime(java.util.Date value)Generated method - Initial setter ofCronJobHistory.startTimeattribute defined at extensionprocessing.voidsetStatus(CronJobStatus value)Generated method - Setter ofCronJobHistory.statusattribute defined at extensionprocessing.voidsetStatusLine(java.lang.String value)Generated method - Setter ofCronJobHistory.statusLineattribute defined at extensionprocessing.voidsetUserUid(java.lang.String value)Generated method - Setter ofCronJobHistory.userUidattribute defined at extensionprocessing.-
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
-
_CRONJOBHISTORYRELATION
public static final java.lang.String _CRONJOBHISTORYRELATION
Generated relation code constant for relationCronJobHistoryRelationdefining source attributecronJobin extensionprocessing.- See Also:
- Constant Field Values
-
CRONJOBCODE
public static final java.lang.String CRONJOBCODE
Generated constant - Attribute key ofCronJobHistory.cronJobCodeattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
JOBCODE
public static final java.lang.String JOBCODE
Generated constant - Attribute key ofCronJobHistory.jobCodeattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
STARTTIME
public static final java.lang.String STARTTIME
Generated constant - Attribute key ofCronJobHistory.startTimeattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
ENDTIME
public static final java.lang.String ENDTIME
Generated constant - Attribute key ofCronJobHistory.endTimeattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
NODEID
public static final java.lang.String NODEID
Generated constant - Attribute key ofCronJobHistory.nodeIDattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
SCHEDULED
public static final java.lang.String SCHEDULED
Generated constant - Attribute key ofCronJobHistory.scheduledattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
USERUID
public static final java.lang.String USERUID
Generated constant - Attribute key ofCronJobHistory.userUidattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
STATUS
public static final java.lang.String STATUS
Generated constant - Attribute key ofCronJobHistory.statusattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
RESULT
public static final java.lang.String RESULT
Generated constant - Attribute key ofCronJobHistory.resultattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
FAILUREMESSAGE
public static final java.lang.String FAILUREMESSAGE
Generated constant - Attribute key ofCronJobHistory.failureMessageattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
PROGRESS
public static final java.lang.String PROGRESS
Generated constant - Attribute key ofCronJobHistory.progressattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
STATUSLINE
public static final java.lang.String STATUSLINE
Generated constant - Attribute key ofCronJobHistory.statusLineattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
CRONJOBPOS
public static final java.lang.String CRONJOBPOS
Generated constant - Attribute key ofCronJobHistory.cronJobPOSattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
CRONJOB
public static final java.lang.String CRONJOB
Generated constant - Attribute key ofCronJobHistory.cronJobattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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(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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_cronJobCode- initial attribute declared by typeCronJobHistoryat extensionprocessing_jobCode- initial attribute declared by typeCronJobHistoryat extensionprocessing_nodeID- initial attribute declared by typeCronJobHistoryat extensionprocessing_startTime- initial attribute declared by typeCronJobHistoryat extensionprocessing
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_cronJobCode- initial attribute declared by typeCronJobHistoryat extensionprocessing_jobCode- initial attribute declared by typeCronJobHistoryat extensionprocessing_nodeID- initial attribute declared by typeCronJobHistoryat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_startTime- initial attribute declared by typeCronJobHistoryat extensionprocessing
-
-
Method Detail
-
getCronJob
@Accessor(qualifier="cronJob", type=GETTER) public CronJobModel getCronJob()
Generated method - Getter of theCronJobHistory.cronJobattribute defined at extensionprocessing.- Returns:
- the cronJob - cronjob
-
getCronJobCode
@Accessor(qualifier="cronJobCode", type=GETTER) public java.lang.String getCronJobCode()
Generated method - Getter of theCronJobHistory.cronJobCodeattribute defined at extensionprocessing.- Returns:
- the cronJobCode
-
getEndTime
@Accessor(qualifier="endTime", type=GETTER) public java.util.Date getEndTime()
Generated method - Getter of theCronJobHistory.endTimeattribute defined at extensionprocessing.- Returns:
- the endTime
-
getFailureMessage
@Accessor(qualifier="failureMessage", type=GETTER) public java.lang.String getFailureMessage()
Generated method - Getter of theCronJobHistory.failureMessageattribute defined at extensionprocessing.- Returns:
- the failureMessage
-
getJobCode
@Accessor(qualifier="jobCode", type=GETTER) public java.lang.String getJobCode()
Generated method - Getter of theCronJobHistory.jobCodeattribute defined at extensionprocessing.- Returns:
- the jobCode
-
getNodeID
@Accessor(qualifier="nodeID", type=GETTER) public int getNodeID()
Generated method - Getter of theCronJobHistory.nodeIDattribute defined at extensionprocessing.- Returns:
- the nodeID
-
getProgress
@Accessor(qualifier="progress", type=GETTER) public java.lang.Double getProgress()
Generated method - Getter of theCronJobHistory.progressattribute defined at extensionprocessing.- Returns:
- the progress
-
getResult
@Accessor(qualifier="result", type=GETTER) public CronJobResult getResult()
Generated method - Getter of theCronJobHistory.resultattribute defined at extensionprocessing.- Returns:
- the result
-
getScheduled
@Accessor(qualifier="scheduled", type=GETTER) public java.lang.Boolean getScheduled()
Generated method - Getter of theCronJobHistory.scheduledattribute defined at extensionprocessing.- Returns:
- the scheduled
-
getStartTime
@Accessor(qualifier="startTime", type=GETTER) public java.util.Date getStartTime()
Generated method - Getter of theCronJobHistory.startTimeattribute defined at extensionprocessing.- Returns:
- the startTime
-
getStatus
@Accessor(qualifier="status", type=GETTER) public CronJobStatus getStatus()
Generated method - Getter of theCronJobHistory.statusattribute defined at extensionprocessing.- Returns:
- the status
-
getStatusLine
@Accessor(qualifier="statusLine", type=GETTER) public java.lang.String getStatusLine()
Generated method - Getter of theCronJobHistory.statusLineattribute defined at extensionprocessing.- Returns:
- the statusLine
-
getUserUid
@Accessor(qualifier="userUid", type=GETTER) public java.lang.String getUserUid()
Generated method - Getter of theCronJobHistory.userUidattribute defined at extensionprocessing.- Returns:
- the userUid
-
setCronJob
@Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(CronJobModel value)
Generated method - Setter ofCronJobHistory.cronJobattribute defined at extensionprocessing.- Parameters:
value- the cronJob - cronjob
-
setCronJobCode
@Accessor(qualifier="cronJobCode", type=SETTER) public void setCronJobCode(java.lang.String value)
Generated method - Initial setter ofCronJobHistory.cronJobCodeattribute defined at extensionprocessing. 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 ofCronJobHistory.endTimeattribute defined at extensionprocessing.- Parameters:
value- the endTime
-
setFailureMessage
@Accessor(qualifier="failureMessage", type=SETTER) public void setFailureMessage(java.lang.String value)
Generated method - Setter ofCronJobHistory.failureMessageattribute defined at extensionprocessing.- Parameters:
value- the failureMessage
-
setJobCode
@Accessor(qualifier="jobCode", type=SETTER) public void setJobCode(java.lang.String value)
Generated method - Initial setter ofCronJobHistory.jobCodeattribute defined at extensionprocessing. 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 ofCronJobHistory.nodeIDattribute defined at extensionprocessing.- Parameters:
value- the nodeID
-
setProgress
@Accessor(qualifier="progress", type=SETTER) public void setProgress(java.lang.Double value)
Generated method - Setter ofCronJobHistory.progressattribute defined at extensionprocessing.- Parameters:
value- the progress
-
setResult
@Accessor(qualifier="result", type=SETTER) public void setResult(CronJobResult value)
Generated method - Setter ofCronJobHistory.resultattribute defined at extensionprocessing.- Parameters:
value- the result
-
setScheduled
@Accessor(qualifier="scheduled", type=SETTER) public void setScheduled(java.lang.Boolean value)
Generated method - Setter ofCronJobHistory.scheduledattribute defined at extensionprocessing.- Parameters:
value- the scheduled
-
setStartTime
@Accessor(qualifier="startTime", type=SETTER) public void setStartTime(java.util.Date value)
Generated method - Initial setter ofCronJobHistory.startTimeattribute defined at extensionprocessing. 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 ofCronJobHistory.statusattribute defined at extensionprocessing.- Parameters:
value- the status
-
setStatusLine
@Accessor(qualifier="statusLine", type=SETTER) public void setStatusLine(java.lang.String value)
Generated method - Setter ofCronJobHistory.statusLineattribute defined at extensionprocessing.- Parameters:
value- the statusLine
-
-