public class ItemSyncDescriptorModel extends ChangeDescriptorModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
COPIEDIMPLICITELY
Generated constant - Attribute key of
ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog. |
static java.lang.String |
DONE
Generated constant - Attribute key of
ItemSyncDescriptor.done attribute defined at extension catalog. |
static java.lang.String |
TARGETITEM
Generated constant - Attribute key of
ItemSyncDescriptor.targetItem attribute defined at extension catalog. |
CHANGEDITEM, CHANGETYPE, CRONJOB, DESCRIPTION, PREVIOUSITEMSTATE, SAVETIMESTAMP, SEQUENCENUMBER, STEP_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ItemSyncDescriptorModel()
Generated constructor - Default constructor for generic creation.
|
ItemSyncDescriptorModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ItemSyncDescriptorModel(java.lang.String _changeType,
SyncItemCronJobModel _cronJob,
java.lang.Integer _sequenceNumber,
StepModel _step)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ItemSyncDescriptorModel(java.lang.String _changeType,
SyncItemCronJobModel _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 |
|---|---|
java.lang.Boolean |
getCopiedImplicitely()
Generated method - Getter of the
ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog. |
SyncItemCronJobModel |
getCronJob()
Generated method - Getter of the
ChangeDescriptor.cronJob attribute defined at extension processing and redeclared at extension catalog. |
java.lang.Boolean |
getDone()
Generated method - Getter of the
ItemSyncDescriptor.done attribute defined at extension catalog. |
ItemModel |
getTargetItem()
Generated method - Getter of the
ItemSyncDescriptor.targetItem attribute defined at extension catalog. |
void |
setCopiedImplicitely(java.lang.Boolean value)
Generated method - Setter of
ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog. |
void |
setCronJob(CronJobModel value)
Generated method - Initial setter of
ChangeDescriptor.cronJob attribute defined at extension processing and redeclared at extension catalog. |
void |
setDone(java.lang.Boolean value)
Generated method - Setter of
ItemSyncDescriptor.done attribute defined at extension catalog. |
void |
setTargetItem(ItemModel value)
Generated method - Setter of
ItemSyncDescriptor.targetItem attribute defined at extension catalog. |
getChangedItem, getChangeType, getDescription, getPreviousItemState, getSaveTimestamp, getSequenceNumber, getStep, setChangedItem, setChangeType, setDescription, setPreviousItemState, setSaveTimestamp, setSequenceNumber, setStepgetComments, 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 TARGETITEM
ItemSyncDescriptor.targetItem attribute defined at extension catalog.public static final java.lang.String DONE
ItemSyncDescriptor.done attribute defined at extension catalog.public static final java.lang.String COPIEDIMPLICITELY
ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog.public ItemSyncDescriptorModel()
public ItemSyncDescriptorModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated
public ItemSyncDescriptorModel(java.lang.String _changeType,
SyncItemCronJobModel _cronJob,
java.lang.Integer _sequenceNumber,
StepModel _step)
_changeType - initial attribute declared by type ChangeDescriptor at extension processing_cronJob - initial attribute declared by type ItemSyncDescriptor at extension catalog_sequenceNumber - initial attribute declared by type ChangeDescriptor at extension processing_step - initial attribute declared by type ChangeDescriptor at extension processing@Deprecated
public ItemSyncDescriptorModel(java.lang.String _changeType,
SyncItemCronJobModel _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 ItemSyncDescriptor at extension catalog_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="copiedImplicitely", type=GETTER) public java.lang.Boolean getCopiedImplicitely()
ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog.@Accessor(qualifier="cronJob", type=GETTER) public SyncItemCronJobModel getCronJob()
ChangeDescriptor.cronJob attribute defined at extension processing and redeclared at extension catalog.getCronJob in class ChangeDescriptorModel@Accessor(qualifier="done", type=GETTER) public java.lang.Boolean getDone()
ItemSyncDescriptor.done attribute defined at extension catalog.@Accessor(qualifier="targetItem", type=GETTER) public ItemModel getTargetItem()
ItemSyncDescriptor.targetItem attribute defined at extension catalog.@Accessor(qualifier="copiedImplicitely", type=SETTER) public void setCopiedImplicitely(java.lang.Boolean value)
ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog.value - the copiedImplicitely@Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(CronJobModel value)
ChangeDescriptor.cronJob attribute defined at extension processing and redeclared at extension catalog. Can only be used at creation of model - before first save. Will only accept values of type SyncItemCronJobModel.setCronJob in class ChangeDescriptorModelvalue - the cronJob@Accessor(qualifier="done", type=SETTER) public void setDone(java.lang.Boolean value)
ItemSyncDescriptor.done attribute defined at extension catalog.value - the doneCopyright © 2018 SAP SE. All Rights Reserved.