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