public class ModifiedCatalogItemsViewModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
JOB
Generated constant - Attribute key of
ModifiedCatalogItemsView.job attribute defined at extension catalog. |
static String |
LASTSYNCTIME
Generated constant - Attribute key of
ModifiedCatalogItemsView.lastSyncTime attribute defined at extension catalog. |
static String |
SOURCEITEM
Generated constant - Attribute key of
ModifiedCatalogItemsView.sourceItem attribute defined at extension catalog. |
static String |
SOURCEMODIFIEDTIME
Generated constant - Attribute key of
ModifiedCatalogItemsView.sourceModifiedTime attribute defined at extension catalog. |
static String |
TARGETITEM
Generated constant - Attribute key of
ModifiedCatalogItemsView.targetItem attribute defined at extension catalog. |
static String |
TYPECODE
Generated constant - Attribute key of
ModifiedCatalogItemsView.typeCode attribute defined at extension catalog. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ModifiedCatalogItemsViewModel()
Generated constructor - Default constructor for generic creation.
|
ModifiedCatalogItemsViewModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ModifiedCatalogItemsViewModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
SyncItemJobModel |
getJob()
Generated method - Getter of the
ModifiedCatalogItemsView.job attribute defined at extension catalog. |
Date |
getLastSyncTime()
Generated method - Getter of the
ModifiedCatalogItemsView.lastSyncTime attribute defined at extension catalog. |
ItemModel |
getSourceItem()
Generated method - Getter of the
ModifiedCatalogItemsView.sourceItem attribute defined at extension catalog. |
Date |
getSourceModifiedTime()
Generated method - Getter of the
ModifiedCatalogItemsView.sourceModifiedTime attribute defined at extension catalog. |
ItemModel |
getTargetItem()
Generated method - Getter of the
ModifiedCatalogItemsView.targetItem attribute defined at extension catalog. |
String |
getTypeCode()
Generated method - Getter of the
ModifiedCatalogItemsView.typeCode attribute defined at extension catalog. |
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 JOB
ModifiedCatalogItemsView.job attribute defined at extension catalog.public static final String SOURCEITEM
ModifiedCatalogItemsView.sourceItem attribute defined at extension catalog.public static final String TARGETITEM
ModifiedCatalogItemsView.targetItem attribute defined at extension catalog.public static final String SOURCEMODIFIEDTIME
ModifiedCatalogItemsView.sourceModifiedTime attribute defined at extension catalog.public static final String LASTSYNCTIME
ModifiedCatalogItemsView.lastSyncTime attribute defined at extension catalog.public static final String TYPECODE
ModifiedCatalogItemsView.typeCode attribute defined at extension catalog.public ModifiedCatalogItemsViewModel()
public ModifiedCatalogItemsViewModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ModifiedCatalogItemsViewModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="job", type=GETTER) public SyncItemJobModel getJob()
ModifiedCatalogItemsView.job attribute defined at extension catalog.@Accessor(qualifier="lastSyncTime", type=GETTER) public Date getLastSyncTime()
ModifiedCatalogItemsView.lastSyncTime attribute defined at extension catalog.@Accessor(qualifier="sourceItem", type=GETTER) public ItemModel getSourceItem()
ModifiedCatalogItemsView.sourceItem attribute defined at extension catalog.@Accessor(qualifier="sourceModifiedTime", type=GETTER) public Date getSourceModifiedTime()
ModifiedCatalogItemsView.sourceModifiedTime attribute defined at extension catalog.@Accessor(qualifier="targetItem", type=GETTER) public ItemModel getTargetItem()
ModifiedCatalogItemsView.targetItem attribute defined at extension catalog.Copyright © 2017 SAP SE. All Rights Reserved.