public class ItemSyncDescriptorModel extends ChangeDescriptorModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
COPIEDIMPLICITELY
Generated constant - Attribute key of
ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog. |
static String |
DONE
Generated constant - Attribute key of
ItemSyncDescriptor.done attribute defined at extension catalog. |
static 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, PKLANGUAGE_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(String _changeType,
SyncItemCronJobModel _cronJob,
Integer _sequenceNumber,
StepModel _step)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ItemSyncDescriptorModel(String _changeType,
SyncItemCronJobModel _cronJob,
ItemModel _owner,
Integer _sequenceNumber,
StepModel _step)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
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. |
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(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(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, 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 TARGETITEM
ItemSyncDescriptor.targetItem attribute defined at extension catalog.public static final String DONE
ItemSyncDescriptor.done attribute defined at extension catalog.public static final 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(String _changeType, SyncItemCronJobModel _cronJob, 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(String _changeType, SyncItemCronJobModel _cronJob, ItemModel _owner, 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 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 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(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(Boolean value)
ItemSyncDescriptor.done attribute defined at extension catalog.value - the doneCopyright © 2017 SAP SE. All Rights Reserved.