public class ItemSyncTimestampModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
LASTSYNCSOURCEMODIFIEDTIME
Generated constant - Attribute key of
ItemSyncTimestamp.lastSyncSourceModifiedTime attribute defined at extension catalog. |
static java.lang.String |
LASTSYNCTIME
Generated constant - Attribute key of
ItemSyncTimestamp.lastSyncTime attribute defined at extension catalog. |
static java.lang.String |
OUTDATED
Generated constant - Attribute key of
ItemSyncTimestamp.outdated attribute defined at extension catalog. |
static java.lang.String |
PENDINGATTRIBUTEQUALIFIERS
Generated constant - Attribute key of
ItemSyncTimestamp.pendingAttributeQualifiers attribute defined at extension catalog. |
static java.lang.String |
PENDINGATTRIBUTES
Generated constant - Attribute key of
ItemSyncTimestamp.pendingAttributes attribute defined at extension catalog. |
static java.lang.String |
PENDINGATTRIBUTESOWNERJOB
Generated constant - Attribute key of
ItemSyncTimestamp.pendingAttributesOwnerJob attribute defined at extension catalog. |
static java.lang.String |
PENDINGATTRIBUTESSCHEDULEDTURN
Generated constant - Attribute key of
ItemSyncTimestamp.pendingAttributesScheduledTurn attribute defined at extension catalog. |
static java.lang.String |
SOURCEITEM
Generated constant - Attribute key of
ItemSyncTimestamp.sourceItem attribute defined at extension catalog. |
static java.lang.String |
SOURCEVERSION
Generated constant - Attribute key of
ItemSyncTimestamp.sourceVersion attribute defined at extension catalog. |
static java.lang.String |
SYNCJOB
Generated constant - Attribute key of
ItemSyncTimestamp.syncJob attribute defined at extension catalog. |
static java.lang.String |
TARGETITEM
Generated constant - Attribute key of
ItemSyncTimestamp.targetItem attribute defined at extension catalog. |
static java.lang.String |
TARGETVERSION
Generated constant - Attribute key of
ItemSyncTimestamp.targetVersion attribute defined at extension catalog. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ItemSyncTimestampModel()
Generated constructor - Default constructor for generic creation.
|
ItemSyncTimestampModel(ItemModel _sourceItem,
CatalogVersionModel _sourceVersion,
ItemModel _targetItem,
CatalogVersionModel _targetVersion)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ItemSyncTimestampModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ItemSyncTimestampModel(ItemModel _owner,
ItemModel _sourceItem,
CatalogVersionModel _sourceVersion,
SyncItemJobModel _syncJob,
ItemModel _targetItem,
CatalogVersionModel _targetVersion)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Date |
getLastSyncSourceModifiedTime()
Generated method - Getter of the
ItemSyncTimestamp.lastSyncSourceModifiedTime attribute defined at extension catalog. |
java.util.Date |
getLastSyncTime()
Generated method - Getter of the
ItemSyncTimestamp.lastSyncTime attribute defined at extension catalog. |
java.lang.Boolean |
getOutdated()
Generated method - Getter of the
ItemSyncTimestamp.outdated attribute defined at extension catalog. |
java.lang.String |
getPendingAttributeQualifiers()
Generated method - Getter of the
ItemSyncTimestamp.pendingAttributeQualifiers attribute defined at extension catalog. |
java.util.Collection<AttributeDescriptorModel> |
getPendingAttributes()
Generated method - Getter of the
ItemSyncTimestamp.pendingAttributes attribute defined at extension catalog. |
SyncItemCronJobModel |
getPendingAttributesOwnerJob()
Generated method - Getter of the
ItemSyncTimestamp.pendingAttributesOwnerJob attribute defined at extension catalog. |
java.lang.Integer |
getPendingAttributesScheduledTurn()
Generated method - Getter of the
ItemSyncTimestamp.pendingAttributesScheduledTurn attribute defined at extension catalog. |
ItemModel |
getSourceItem()
Generated method - Getter of the
ItemSyncTimestamp.sourceItem attribute defined at extension catalog. |
CatalogVersionModel |
getSourceVersion()
Generated method - Getter of the
ItemSyncTimestamp.sourceVersion attribute defined at extension catalog. |
SyncItemJobModel |
getSyncJob()
Generated method - Getter of the
ItemSyncTimestamp.syncJob attribute defined at extension catalog. |
ItemModel |
getTargetItem()
Generated method - Getter of the
ItemSyncTimestamp.targetItem attribute defined at extension catalog. |
CatalogVersionModel |
getTargetVersion()
Generated method - Getter of the
ItemSyncTimestamp.targetVersion attribute defined at extension catalog. |
void |
setLastSyncSourceModifiedTime(java.util.Date value)
Generated method - Setter of
ItemSyncTimestamp.lastSyncSourceModifiedTime attribute defined at extension catalog. |
void |
setLastSyncTime(java.util.Date value)
Generated method - Setter of
ItemSyncTimestamp.lastSyncTime attribute defined at extension catalog. |
void |
setPendingAttributeQualifiers(java.lang.String value)
Generated method - Setter of
ItemSyncTimestamp.pendingAttributeQualifiers attribute defined at extension catalog. |
void |
setPendingAttributesOwnerJob(SyncItemCronJobModel value)
Generated method - Setter of
ItemSyncTimestamp.pendingAttributesOwnerJob attribute defined at extension catalog. |
void |
setPendingAttributesScheduledTurn(java.lang.Integer value)
Generated method - Setter of
ItemSyncTimestamp.pendingAttributesScheduledTurn attribute defined at extension catalog. |
void |
setSourceItem(ItemModel value)
Generated method - Initial setter of
ItemSyncTimestamp.sourceItem attribute defined at extension catalog. |
void |
setSourceVersion(CatalogVersionModel value)
Generated method - Initial setter of
ItemSyncTimestamp.sourceVersion attribute defined at extension catalog. |
void |
setSyncJob(SyncItemJobModel value)
Generated method - Initial setter of
ItemSyncTimestamp.syncJob attribute defined at extension catalog. |
void |
setTargetItem(ItemModel value)
Generated method - Initial setter of
ItemSyncTimestamp.targetItem attribute defined at extension catalog. |
void |
setTargetVersion(CatalogVersionModel value)
Generated method - Initial setter of
ItemSyncTimestamp.targetVersion attribute defined at extension catalog. |
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 SYNCJOB
ItemSyncTimestamp.syncJob attribute defined at extension catalog.public static final java.lang.String SOURCEITEM
ItemSyncTimestamp.sourceItem attribute defined at extension catalog.public static final java.lang.String TARGETITEM
ItemSyncTimestamp.targetItem attribute defined at extension catalog.public static final java.lang.String SOURCEVERSION
ItemSyncTimestamp.sourceVersion attribute defined at extension catalog.public static final java.lang.String TARGETVERSION
ItemSyncTimestamp.targetVersion attribute defined at extension catalog.public static final java.lang.String LASTSYNCSOURCEMODIFIEDTIME
ItemSyncTimestamp.lastSyncSourceModifiedTime attribute defined at extension catalog.public static final java.lang.String LASTSYNCTIME
ItemSyncTimestamp.lastSyncTime attribute defined at extension catalog.public static final java.lang.String PENDINGATTRIBUTESOWNERJOB
ItemSyncTimestamp.pendingAttributesOwnerJob attribute defined at extension catalog.public static final java.lang.String PENDINGATTRIBUTESSCHEDULEDTURN
ItemSyncTimestamp.pendingAttributesScheduledTurn attribute defined at extension catalog.public static final java.lang.String PENDINGATTRIBUTEQUALIFIERS
ItemSyncTimestamp.pendingAttributeQualifiers attribute defined at extension catalog.public static final java.lang.String OUTDATED
ItemSyncTimestamp.outdated attribute defined at extension catalog.public static final java.lang.String PENDINGATTRIBUTES
ItemSyncTimestamp.pendingAttributes attribute defined at extension catalog.public ItemSyncTimestampModel()
public ItemSyncTimestampModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ItemSyncTimestampModel(ItemModel _sourceItem, CatalogVersionModel _sourceVersion, ItemModel _targetItem, CatalogVersionModel _targetVersion)
_sourceItem - initial attribute declared by type ItemSyncTimestamp at extension catalog_sourceVersion - initial attribute declared by type ItemSyncTimestamp at extension catalog_targetItem - initial attribute declared by type ItemSyncTimestamp at extension catalog_targetVersion - initial attribute declared by type ItemSyncTimestamp at extension catalog@Deprecated public ItemSyncTimestampModel(ItemModel _owner, ItemModel _sourceItem, CatalogVersionModel _sourceVersion, SyncItemJobModel _syncJob, ItemModel _targetItem, CatalogVersionModel _targetVersion)
_owner - initial attribute declared by type Item at extension core_sourceItem - initial attribute declared by type ItemSyncTimestamp at extension catalog_sourceVersion - initial attribute declared by type ItemSyncTimestamp at extension catalog_syncJob - initial attribute declared by type ItemSyncTimestamp at extension catalog_targetItem - initial attribute declared by type ItemSyncTimestamp at extension catalog_targetVersion - initial attribute declared by type ItemSyncTimestamp at extension catalog@Accessor(qualifier="lastSyncSourceModifiedTime", type=GETTER) public java.util.Date getLastSyncSourceModifiedTime()
ItemSyncTimestamp.lastSyncSourceModifiedTime attribute defined at extension catalog.@Accessor(qualifier="lastSyncTime", type=GETTER) public java.util.Date getLastSyncTime()
ItemSyncTimestamp.lastSyncTime attribute defined at extension catalog.@Accessor(qualifier="outdated", type=GETTER) public java.lang.Boolean getOutdated()
ItemSyncTimestamp.outdated attribute defined at extension catalog.@Accessor(qualifier="pendingAttributeQualifiers", type=GETTER) public java.lang.String getPendingAttributeQualifiers()
ItemSyncTimestamp.pendingAttributeQualifiers attribute defined at extension catalog.@Accessor(qualifier="pendingAttributes", type=GETTER) public java.util.Collection<AttributeDescriptorModel> getPendingAttributes()
ItemSyncTimestamp.pendingAttributes attribute defined at extension catalog.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="pendingAttributesOwnerJob", type=GETTER) public SyncItemCronJobModel getPendingAttributesOwnerJob()
ItemSyncTimestamp.pendingAttributesOwnerJob attribute defined at extension catalog.@Accessor(qualifier="pendingAttributesScheduledTurn", type=GETTER) public java.lang.Integer getPendingAttributesScheduledTurn()
ItemSyncTimestamp.pendingAttributesScheduledTurn attribute defined at extension catalog.@Accessor(qualifier="sourceItem", type=GETTER) public ItemModel getSourceItem()
ItemSyncTimestamp.sourceItem attribute defined at extension catalog.@Accessor(qualifier="sourceVersion", type=GETTER) public CatalogVersionModel getSourceVersion()
ItemSyncTimestamp.sourceVersion attribute defined at extension catalog.@Accessor(qualifier="syncJob", type=GETTER) public SyncItemJobModel getSyncJob()
ItemSyncTimestamp.syncJob attribute defined at extension catalog.@Accessor(qualifier="targetItem", type=GETTER) public ItemModel getTargetItem()
ItemSyncTimestamp.targetItem attribute defined at extension catalog.@Accessor(qualifier="targetVersion", type=GETTER) public CatalogVersionModel getTargetVersion()
ItemSyncTimestamp.targetVersion attribute defined at extension catalog.@Accessor(qualifier="lastSyncSourceModifiedTime", type=SETTER) public void setLastSyncSourceModifiedTime(java.util.Date value)
ItemSyncTimestamp.lastSyncSourceModifiedTime attribute defined at extension catalog.value - the lastSyncSourceModifiedTime@Accessor(qualifier="lastSyncTime", type=SETTER) public void setLastSyncTime(java.util.Date value)
ItemSyncTimestamp.lastSyncTime attribute defined at extension catalog.value - the lastSyncTime@Accessor(qualifier="pendingAttributeQualifiers", type=SETTER) public void setPendingAttributeQualifiers(java.lang.String value)
ItemSyncTimestamp.pendingAttributeQualifiers attribute defined at extension catalog.value - the pendingAttributeQualifiers@Accessor(qualifier="pendingAttributesOwnerJob", type=SETTER) public void setPendingAttributesOwnerJob(SyncItemCronJobModel value)
ItemSyncTimestamp.pendingAttributesOwnerJob attribute defined at extension catalog.value - the pendingAttributesOwnerJob@Accessor(qualifier="pendingAttributesScheduledTurn", type=SETTER) public void setPendingAttributesScheduledTurn(java.lang.Integer value)
ItemSyncTimestamp.pendingAttributesScheduledTurn attribute defined at extension catalog.value - the pendingAttributesScheduledTurn@Accessor(qualifier="sourceItem", type=SETTER) public void setSourceItem(ItemModel value)
ItemSyncTimestamp.sourceItem attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the sourceItem@Accessor(qualifier="sourceVersion", type=SETTER) public void setSourceVersion(CatalogVersionModel value)
ItemSyncTimestamp.sourceVersion attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the sourceVersion@Accessor(qualifier="syncJob", type=SETTER) public void setSyncJob(SyncItemJobModel value)
ItemSyncTimestamp.syncJob attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the syncJob@Accessor(qualifier="targetItem", type=SETTER) public void setTargetItem(ItemModel value)
ItemSyncTimestamp.targetItem attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the targetItem@Accessor(qualifier="targetVersion", type=SETTER) public void setTargetVersion(CatalogVersionModel value)
ItemSyncTimestamp.targetVersion attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the targetVersionCopyright © 2018 SAP SE. All Rights Reserved.