public class JobLogModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_CRONJOBJOBLOGSRELATION
Generated relation code constant for relation
CronJobJobLogsRelation defining source attribute cronJob in extension processing. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CRONJOB
Generated constant - Attribute key of
JobLog.cronJob attribute defined at extension processing. |
static String |
LEVEL
Generated constant - Attribute key of
JobLog.level attribute defined at extension processing. |
static String |
MESSAGE
Generated constant - Attribute key of
JobLog.message attribute defined at extension processing. |
static String |
SHORTMESSAGE
Generated constant - Attribute key of
JobLog.shortMessage attribute defined at extension processing. |
static String |
STEP
Generated constant - Attribute key of
JobLog.step attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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,
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. |
String |
getMessage()
Generated method - Getter of the
JobLog.message attribute defined at extension processing. |
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(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, 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 String _TYPECODE
public static final String _CRONJOBJOBLOGSRELATION
CronJobJobLogsRelation defining source attribute cronJob in extension processing.public static final String STEP
JobLog.step attribute defined at extension processing.public static final String MESSAGE
JobLog.message attribute defined at extension processing.public static final String SHORTMESSAGE
JobLog.shortMessage attribute defined at extension processing.public static final String LEVEL
JobLog.level attribute defined at extension processing.public static final 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, 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 String getMessage()
JobLog.message attribute defined at extension processing.@Accessor(qualifier="shortMessage", type=GETTER) public 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(String value)
JobLog.message attribute defined at extension processing. Can only be used at creation of model - before first save.value - the messageCopyright © 2017 SAP SE. All Rights Reserved.