public class ChangeDescriptorModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CHANGEDITEM
Generated constant - Attribute key of
ChangeDescriptor.changedItem attribute defined at extension processing. |
static java.lang.String |
CHANGETYPE
Generated constant - Attribute key of
ChangeDescriptor.changeType attribute defined at extension processing. |
static java.lang.String |
CRONJOB
Generated constant - Attribute key of
ChangeDescriptor.cronJob attribute defined at extension processing. |
static java.lang.String |
DESCRIPTION
Generated constant - Attribute key of
ChangeDescriptor.description attribute defined at extension processing. |
static java.lang.String |
PREVIOUSITEMSTATE
Generated constant - Attribute key of
ChangeDescriptor.previousItemState attribute defined at extension processing. |
static java.lang.String |
SAVETIMESTAMP
Generated constant - Attribute key of
ChangeDescriptor.saveTimestamp attribute defined at extension processing. |
static java.lang.String |
SEQUENCENUMBER
Generated constant - Attribute key of
ChangeDescriptor.sequenceNumber attribute defined at extension processing. |
static java.lang.String |
STEP
Generated constant - Attribute key of
ChangeDescriptor.step attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ChangeDescriptorModel()
Generated constructor - Default constructor for generic creation.
|
ChangeDescriptorModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ChangeDescriptorModel(java.lang.String _changeType,
CronJobModel _cronJob,
java.lang.Integer _sequenceNumber,
StepModel _step)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ChangeDescriptorModel(java.lang.String _changeType,
CronJobModel _cronJob,
ItemModel _owner,
java.lang.Integer _sequenceNumber,
StepModel _step)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
ItemModel |
getChangedItem()
Generated method - Getter of the
ChangeDescriptor.changedItem attribute defined at extension processing. |
java.lang.String |
getChangeType()
Generated method - Getter of the
ChangeDescriptor.changeType attribute defined at extension processing. |
CronJobModel |
getCronJob()
Generated method - Getter of the
ChangeDescriptor.cronJob attribute defined at extension processing. |
java.lang.String |
getDescription()
Generated method - Getter of the
ChangeDescriptor.description attribute defined at extension processing. |
java.util.Map |
getPreviousItemState()
Generated method - Getter of the
ChangeDescriptor.previousItemState attribute defined at extension processing. |
java.util.Date |
getSaveTimestamp()
Generated method - Getter of the
ChangeDescriptor.saveTimestamp attribute defined at extension processing. |
java.lang.Integer |
getSequenceNumber()
Generated method - Getter of the
ChangeDescriptor.sequenceNumber attribute defined at extension processing. |
StepModel |
getStep()
Generated method - Getter of the
ChangeDescriptor.step attribute defined at extension processing. |
void |
setChangedItem(ItemModel value)
Generated method - Setter of
ChangeDescriptor.changedItem attribute defined at extension processing. |
void |
setChangeType(java.lang.String value)
Generated method - Setter of
ChangeDescriptor.changeType attribute defined at extension processing. |
void |
setCronJob(CronJobModel value)
Generated method - Initial setter of
ChangeDescriptor.cronJob attribute defined at extension processing. |
void |
setDescription(java.lang.String value)
Generated method - Setter of
ChangeDescriptor.description attribute defined at extension processing. |
void |
setPreviousItemState(java.util.Map value)
Generated method - Setter of
ChangeDescriptor.previousItemState attribute defined at extension processing. |
void |
setSaveTimestamp(java.util.Date value)
Generated method - Setter of
ChangeDescriptor.saveTimestamp attribute defined at extension processing. |
void |
setSequenceNumber(java.lang.Integer value)
Generated method - Initial setter of
ChangeDescriptor.sequenceNumber attribute defined at extension processing. |
void |
setStep(StepModel value)
Generated method - Initial setter of
ChangeDescriptor.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 CRONJOB
ChangeDescriptor.cronJob attribute defined at extension processing.public static final java.lang.String STEP
ChangeDescriptor.step attribute defined at extension processing.public static final java.lang.String CHANGEDITEM
ChangeDescriptor.changedItem attribute defined at extension processing.public static final java.lang.String SEQUENCENUMBER
ChangeDescriptor.sequenceNumber attribute defined at extension processing.public static final java.lang.String SAVETIMESTAMP
ChangeDescriptor.saveTimestamp attribute defined at extension processing.public static final java.lang.String PREVIOUSITEMSTATE
ChangeDescriptor.previousItemState attribute defined at extension processing.public static final java.lang.String CHANGETYPE
ChangeDescriptor.changeType attribute defined at extension processing.public static final java.lang.String DESCRIPTION
ChangeDescriptor.description attribute defined at extension processing.public ChangeDescriptorModel()
public ChangeDescriptorModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ChangeDescriptorModel(java.lang.String _changeType,
CronJobModel _cronJob,
java.lang.Integer _sequenceNumber,
StepModel _step)
_changeType - initial attribute declared by type ChangeDescriptor at extension processing_cronJob - initial attribute declared by type ChangeDescriptor at extension processing_sequenceNumber - initial attribute declared by type ChangeDescriptor at extension processing_step - initial attribute declared by type ChangeDescriptor at extension processing@Deprecated
public ChangeDescriptorModel(java.lang.String _changeType,
CronJobModel _cronJob,
ItemModel _owner,
java.lang.Integer _sequenceNumber,
StepModel _step)
_changeType - initial attribute declared by type ChangeDescriptor at extension processing_cronJob - initial attribute declared by type ChangeDescriptor at extension processing_owner - initial attribute declared by type Item at extension core_sequenceNumber - initial attribute declared by type ChangeDescriptor at extension processing_step - initial attribute declared by type ChangeDescriptor at extension processing@Accessor(qualifier="changedItem", type=GETTER) public ItemModel getChangedItem()
ChangeDescriptor.changedItem attribute defined at extension processing.@Accessor(qualifier="changeType", type=GETTER) public java.lang.String getChangeType()
ChangeDescriptor.changeType attribute defined at extension processing.@Accessor(qualifier="cronJob", type=GETTER) public CronJobModel getCronJob()
ChangeDescriptor.cronJob attribute defined at extension processing.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
ChangeDescriptor.description attribute defined at extension processing.@Accessor(qualifier="previousItemState", type=GETTER) public java.util.Map getPreviousItemState()
ChangeDescriptor.previousItemState attribute defined at extension processing.@Accessor(qualifier="saveTimestamp", type=GETTER) public java.util.Date getSaveTimestamp()
ChangeDescriptor.saveTimestamp attribute defined at extension processing.@Accessor(qualifier="sequenceNumber", type=GETTER) public java.lang.Integer getSequenceNumber()
ChangeDescriptor.sequenceNumber attribute defined at extension processing.@Accessor(qualifier="step", type=GETTER) public StepModel getStep()
ChangeDescriptor.step attribute defined at extension processing.@Accessor(qualifier="changedItem", type=SETTER) public void setChangedItem(ItemModel value)
ChangeDescriptor.changedItem attribute defined at extension processing.value - the changedItem@Accessor(qualifier="changeType", type=SETTER) public void setChangeType(java.lang.String value)
ChangeDescriptor.changeType attribute defined at extension processing.value - the changeType@Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(CronJobModel value)
ChangeDescriptor.cronJob attribute defined at extension processing. Can only be used at creation of model - before first save.value - the cronJob@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)
ChangeDescriptor.description attribute defined at extension processing.value - the description@Accessor(qualifier="previousItemState", type=SETTER) public void setPreviousItemState(java.util.Map value)
ChangeDescriptor.previousItemState attribute defined at extension processing.value - the previousItemState@Accessor(qualifier="saveTimestamp", type=SETTER) public void setSaveTimestamp(java.util.Date value)
ChangeDescriptor.saveTimestamp attribute defined at extension processing.value - the saveTimestamp@Accessor(qualifier="sequenceNumber", type=SETTER) public void setSequenceNumber(java.lang.Integer value)
ChangeDescriptor.sequenceNumber attribute defined at extension processing. Can only be used at creation of model - before first save.value - the sequenceNumberCopyright © 2018 SAP SE. All Rights Reserved.