public class ExecutedPublicationsViewModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
ExecutedPublicationsView.code attribute defined at extension catalog. |
static String |
ENDTIME
Generated constant - Attribute key of
ExecutedPublicationsView.endTime attribute defined at extension catalog. |
static String |
RESULT
Generated constant - Attribute key of
ExecutedPublicationsView.result attribute defined at extension catalog. |
static String |
SICJPK
Generated constant - Attribute key of
ExecutedPublicationsView.sicjpk attribute defined at extension catalog. |
static String |
SOURCEVERSION
Generated constant - Attribute key of
ExecutedPublicationsView.sourceVersion attribute defined at extension catalog. |
static String |
STARTTIME
Generated constant - Attribute key of
ExecutedPublicationsView.startTime attribute defined at extension catalog. |
static String |
TARGETVERSION
Generated constant - Attribute key of
ExecutedPublicationsView.targetVersion attribute defined at extension catalog. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ExecutedPublicationsViewModel()
Generated constructor - Default constructor for generic creation.
|
ExecutedPublicationsViewModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ExecutedPublicationsViewModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
ExecutedPublicationsView.code attribute defined at extension catalog. |
Date |
getEndTime()
Generated method - Getter of the
ExecutedPublicationsView.endTime attribute defined at extension catalog. |
CronJobResult |
getResult()
Generated method - Getter of the
ExecutedPublicationsView.result attribute defined at extension catalog. |
SyncItemCronJobModel |
getSicjpk()
Generated method - Getter of the
ExecutedPublicationsView.sicjpk attribute defined at extension catalog. |
CatalogVersionModel |
getSourceVersion()
Generated method - Getter of the
ExecutedPublicationsView.sourceVersion attribute defined at extension catalog. |
Date |
getStartTime()
Generated method - Getter of the
ExecutedPublicationsView.startTime attribute defined at extension catalog. |
CatalogVersionModel |
getTargetVersion()
Generated method - Getter of the
ExecutedPublicationsView.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 SOURCEVERSION
ExecutedPublicationsView.sourceVersion attribute defined at extension catalog.public static final String TARGETVERSION
ExecutedPublicationsView.targetVersion attribute defined at extension catalog.public static final String CODE
ExecutedPublicationsView.code attribute defined at extension catalog.public static final String SICJPK
ExecutedPublicationsView.sicjpk attribute defined at extension catalog.public static final String RESULT
ExecutedPublicationsView.result attribute defined at extension catalog.public static final String STARTTIME
ExecutedPublicationsView.startTime attribute defined at extension catalog.public static final String ENDTIME
ExecutedPublicationsView.endTime attribute defined at extension catalog.public ExecutedPublicationsViewModel()
public ExecutedPublicationsViewModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ExecutedPublicationsViewModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
ExecutedPublicationsView.code attribute defined at extension catalog.@Accessor(qualifier="endTime", type=GETTER) public Date getEndTime()
ExecutedPublicationsView.endTime attribute defined at extension catalog.@Accessor(qualifier="result", type=GETTER) public CronJobResult getResult()
ExecutedPublicationsView.result attribute defined at extension catalog.@Accessor(qualifier="sicjpk", type=GETTER) public SyncItemCronJobModel getSicjpk()
ExecutedPublicationsView.sicjpk attribute defined at extension catalog.@Accessor(qualifier="sourceVersion", type=GETTER) public CatalogVersionModel getSourceVersion()
ExecutedPublicationsView.sourceVersion attribute defined at extension catalog.@Accessor(qualifier="startTime", type=GETTER) public Date getStartTime()
ExecutedPublicationsView.startTime attribute defined at extension catalog.@Accessor(qualifier="targetVersion", type=GETTER) public CatalogVersionModel getTargetVersion()
ExecutedPublicationsView.targetVersion attribute defined at extension catalog.Copyright © 2017 SAP SE. All Rights Reserved.