Package de.hybris.platform.cronjob.model
Class JobLogModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.cronjob.model.JobLogModel
-
- All Implemented Interfaces:
java.io.Serializable
public class JobLogModel extends ItemModel
Generated model class for type JobLog 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
_CRONJOBJOBLOGSRELATION
Generated relation code constant for relationCronJobJobLogsRelation
defining source attributecronJob
in extensionprocessing
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
CRONJOB
Generated constant - Attribute key ofJobLog.cronJob
attribute defined at extensionprocessing
.static java.lang.String
LEVEL
Generated constant - Attribute key ofJobLog.level
attribute defined at extensionprocessing
.static java.lang.String
MESSAGE
Generated constant - Attribute key ofJobLog.message
attribute defined at extensionprocessing
.static java.lang.String
SHORTMESSAGE
Generated constant - Attribute key ofJobLog.shortMessage
attribute defined at extensionprocessing
.static java.lang.String
STEP
Generated constant - Attribute key ofJobLog.step
attribute 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 JobLogModel()
Generated constructor - Default constructor for generic creation.JobLogModel(CronJobModel _cronJob, JobLogLevel _level)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJobLogModel(CronJobModel _cronJob, JobLogLevel _level, java.lang.String _message, ItemModel _owner, StepModel _step)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersJobLogModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CronJobModel
getCronJob()
Generated method - Getter of theJobLog.cronJob
attribute defined at extensionprocessing
.JobLogLevel
getLevel()
Generated method - Getter of theJobLog.level
attribute defined at extensionprocessing
.java.lang.String
getMessage()
Generated method - Getter of theJobLog.message
attribute defined at extensionprocessing
.java.lang.String
getShortMessage()
Generated method - Getter of theJobLog.shortMessage
attribute defined at extensionprocessing
.StepModel
getStep()
Generated method - Getter of theJobLog.step
attribute defined at extensionprocessing
.void
setCronJob(CronJobModel value)
Generated method - Initial setter ofJobLog.cronJob
attribute defined at extensionprocessing
.void
setLevel(JobLogLevel value)
Generated method - Initial setter ofJobLog.level
attribute defined at extensionprocessing
.void
setMessage(java.lang.String value)
Generated method - Initial setter ofJobLog.message
attribute defined at extensionprocessing
.void
setStep(StepModel value)
Generated method - Initial setter ofJobLog.step
attribute 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
-
_CRONJOBJOBLOGSRELATION
public static final java.lang.String _CRONJOBJOBLOGSRELATION
Generated relation code constant for relationCronJobJobLogsRelation
defining source attributecronJob
in extensionprocessing
.- See Also:
- Constant Field Values
-
STEP
public static final java.lang.String STEP
Generated constant - Attribute key ofJobLog.step
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
MESSAGE
public static final java.lang.String MESSAGE
Generated constant - Attribute key ofJobLog.message
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
SHORTMESSAGE
public static final java.lang.String SHORTMESSAGE
Generated constant - Attribute key ofJobLog.shortMessage
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
LEVEL
public static final java.lang.String LEVEL
Generated constant - Attribute key ofJobLog.level
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
CRONJOB
public static final java.lang.String CRONJOB
Generated constant - Attribute key ofJobLog.cronJob
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
JobLogModel
public JobLogModel()
Generated constructor - Default constructor for generic creation.
-
JobLogModel
public JobLogModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
JobLogModel
@Deprecated(since="4.1.1", forRemoval=true) public JobLogModel(CronJobModel _cronJob, JobLogLevel _level)
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:
_cronJob
- initial attribute declared by typeJobLog
at extensionprocessing
_level
- initial attribute declared by typeJobLog
at extensionprocessing
-
JobLogModel
@Deprecated(since="4.1.1", forRemoval=true) public JobLogModel(CronJobModel _cronJob, JobLogLevel _level, java.lang.String _message, ItemModel _owner, StepModel _step)
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:
_cronJob
- initial attribute declared by typeJobLog
at extensionprocessing
_level
- initial attribute declared by typeJobLog
at extensionprocessing
_message
- initial attribute declared by typeJobLog
at extensionprocessing
_owner
- initial attribute declared by typeItem
at extensioncore
_step
- initial attribute declared by typeJobLog
at extensionprocessing
-
-
Method Detail
-
getCronJob
@Accessor(qualifier="cronJob", type=GETTER) public CronJobModel getCronJob()
Generated method - Getter of theJobLog.cronJob
attribute defined at extensionprocessing
.- Returns:
- the cronJob - assigned CronJob
-
getLevel
@Accessor(qualifier="level", type=GETTER) public JobLogLevel getLevel()
Generated method - Getter of theJobLog.level
attribute defined at extensionprocessing
.- Returns:
- the level
-
getMessage
@Accessor(qualifier="message", type=GETTER) public java.lang.String getMessage()
Generated method - Getter of theJobLog.message
attribute defined at extensionprocessing
.- Returns:
- the message
-
getShortMessage
@Accessor(qualifier="shortMessage", type=GETTER) public java.lang.String getShortMessage()
Generated method - Getter of theJobLog.shortMessage
attribute defined at extensionprocessing
.- Returns:
- the shortMessage
-
getStep
@Accessor(qualifier="step", type=GETTER) public StepModel getStep()
Generated method - Getter of theJobLog.step
attribute defined at extensionprocessing
.- Returns:
- the step
-
setCronJob
@Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(CronJobModel value)
Generated method - Initial setter ofJobLog.cronJob
attribute defined at extensionprocessing
. Can only be used at creation of model - before first save.- Parameters:
value
- the cronJob - assigned CronJob
-
setLevel
@Accessor(qualifier="level", type=SETTER) public void setLevel(JobLogLevel value)
Generated method - Initial setter ofJobLog.level
attribute defined at extensionprocessing
. Can only be used at creation of model - before first save.- Parameters:
value
- the level
-
setMessage
@Accessor(qualifier="message", type=SETTER) public void setMessage(java.lang.String value)
Generated method - Initial setter ofJobLog.message
attribute defined at extensionprocessing
. Can only be used at creation of model - before first save.- Parameters:
value
- the message
-
-