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