public class JobLogModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_CRONJOBJOBLOGSRELATION
Generated relation code constant for relation
CronJobJobLogsRelation 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
JobLog.cronJob attribute defined at extension processing. |
static java.lang.String |
LEVEL
Generated constant - Attribute key of
JobLog.level attribute defined at extension processing. |
static java.lang.String |
MESSAGE
Generated constant - Attribute key of
JobLog.message attribute defined at extension processing. |
static java.lang.String |
SHORTMESSAGE
Generated constant - Attribute key of
JobLog.shortMessage attribute defined at extension processing. |
static java.lang.String |
STEP
Generated constant - Attribute key of
JobLog.step attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
JobLogModel()
Generated constructor - Default constructor for generic creation.
|
JobLogModel(CronJobModel _cronJob,
JobLogLevel _level)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
JobLogModel(CronJobModel _cronJob,
JobLogLevel _level,
java.lang.String _message,
ItemModel _owner,
StepModel _step)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
JobLogModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CronJobModel |
getCronJob()
Generated method - Getter of the
JobLog.cronJob attribute defined at extension processing. |
JobLogLevel |
getLevel()
Generated method - Getter of the
JobLog.level attribute defined at extension processing. |
java.lang.String |
getMessage()
Generated method - Getter of the
JobLog.message attribute defined at extension processing. |
java.lang.String |
getShortMessage()
Generated method - Getter of the
JobLog.shortMessage attribute defined at extension processing. |
StepModel |
getStep()
Generated method - Getter of the
JobLog.step attribute defined at extension processing. |
void |
setCronJob(CronJobModel value)
Generated method - Initial setter of
JobLog.cronJob attribute defined at extension processing. |
void |
setLevel(JobLogLevel value)
Generated method - Initial setter of
JobLog.level attribute defined at extension processing. |
void |
setMessage(java.lang.String value)
Generated method - Initial setter of
JobLog.message attribute defined at extension processing. |
void |
setStep(StepModel value)
Generated method - Initial setter of
JobLog.step 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 _CRONJOBJOBLOGSRELATION
CronJobJobLogsRelation defining source attribute cronJob in extension processing.public static final java.lang.String STEP
JobLog.step attribute defined at extension processing.public static final java.lang.String MESSAGE
JobLog.message attribute defined at extension processing.public static final java.lang.String SHORTMESSAGE
JobLog.shortMessage attribute defined at extension processing.public static final java.lang.String LEVEL
JobLog.level attribute defined at extension processing.public static final java.lang.String CRONJOB
JobLog.cronJob attribute defined at extension processing.public JobLogModel()
public JobLogModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public JobLogModel(CronJobModel _cronJob, JobLogLevel _level)
_cronJob - initial attribute declared by type JobLog at extension processing_level - initial attribute declared by type JobLog at extension processing@Deprecated public JobLogModel(CronJobModel _cronJob, JobLogLevel _level, java.lang.String _message, ItemModel _owner, StepModel _step)
_cronJob - initial attribute declared by type JobLog at extension processing_level - initial attribute declared by type JobLog at extension processing_message - initial attribute declared by type JobLog at extension processing_owner - initial attribute declared by type Item at extension core_step - initial attribute declared by type JobLog at extension processing@Accessor(qualifier="cronJob", type=GETTER) public CronJobModel getCronJob()
JobLog.cronJob attribute defined at extension processing.@Accessor(qualifier="level", type=GETTER) public JobLogLevel getLevel()
JobLog.level attribute defined at extension processing.@Accessor(qualifier="message", type=GETTER) public java.lang.String getMessage()
JobLog.message attribute defined at extension processing.@Accessor(qualifier="shortMessage", type=GETTER) public java.lang.String getShortMessage()
JobLog.shortMessage attribute defined at extension processing.@Accessor(qualifier="step", type=GETTER) public StepModel getStep()
JobLog.step attribute defined at extension processing.@Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(CronJobModel value)
JobLog.cronJob attribute defined at extension processing. Can only be used at creation of model - before first save.value - the cronJob - assigned CronJob@Accessor(qualifier="level", type=SETTER) public void setLevel(JobLogLevel value)
JobLog.level attribute defined at extension processing. Can only be used at creation of model - before first save.value - the level@Accessor(qualifier="message", type=SETTER) public void setMessage(java.lang.String value)
JobLog.message attribute defined at extension processing. Can only be used at creation of model - before first save.value - the messageCopyright © 2018 SAP SE. All Rights Reserved.