public class ItemVersionMarkerModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
INFO
Generated constant - Attribute key of
ItemVersionMarker.info attribute defined at extension deltadetection. |
static java.lang.String |
ITEMCOMPOSEDTYPE
Generated constant - Attribute key of
ItemVersionMarker.itemComposedType attribute defined at extension deltadetection. |
static java.lang.String |
ITEMPK
Generated constant - Attribute key of
ItemVersionMarker.itemPK attribute defined at extension deltadetection. |
static java.lang.String |
LASTVERSIONVALUE
Generated constant - Attribute key of
ItemVersionMarker.lastVersionValue attribute defined at extension deltadetection. |
static java.lang.String |
STATUS
Generated constant - Attribute key of
ItemVersionMarker.status attribute defined at extension deltadetection. |
static java.lang.String |
STREAMID
Generated constant - Attribute key of
ItemVersionMarker.streamId attribute defined at extension deltadetection. |
static java.lang.String |
VERSIONTS
Generated constant - Attribute key of
ItemVersionMarker.versionTS attribute defined at extension deltadetection. |
static java.lang.String |
VERSIONVALUE
Generated constant - Attribute key of
ItemVersionMarker.versionValue attribute defined at extension deltadetection. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ItemVersionMarkerModel()
Generated constructor - Default constructor for generic creation.
|
ItemVersionMarkerModel(ComposedTypeModel _itemComposedType,
java.lang.Long _itemPK,
ItemModel _owner,
ItemVersionMarkerStatus _status,
java.lang.String _streamId,
java.util.Date _versionTS)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ItemVersionMarkerModel(ComposedTypeModel _itemComposedType,
java.lang.Long _itemPK,
ItemVersionMarkerStatus _status,
java.lang.String _streamId,
java.util.Date _versionTS)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ItemVersionMarkerModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInfo()
Generated method - Getter of the
ItemVersionMarker.info attribute defined at extension deltadetection. |
ComposedTypeModel |
getItemComposedType()
Generated method - Getter of the
ItemVersionMarker.itemComposedType attribute defined at extension deltadetection. |
java.lang.Long |
getItemPK()
Generated method - Getter of the
ItemVersionMarker.itemPK attribute defined at extension deltadetection. |
java.lang.String |
getLastVersionValue()
Generated method - Getter of the
ItemVersionMarker.lastVersionValue attribute defined at extension deltadetection. |
ItemVersionMarkerStatus |
getStatus()
Generated method - Getter of the
ItemVersionMarker.status attribute defined at extension deltadetection. |
java.lang.String |
getStreamId()
Generated method - Getter of the
ItemVersionMarker.streamId attribute defined at extension deltadetection. |
java.util.Date |
getVersionTS()
Generated method - Getter of the
ItemVersionMarker.versionTS attribute defined at extension deltadetection. |
java.lang.String |
getVersionValue()
Generated method - Getter of the
ItemVersionMarker.versionValue attribute defined at extension deltadetection. |
void |
setInfo(java.lang.String value)
Generated method - Setter of
ItemVersionMarker.info attribute defined at extension deltadetection. |
void |
setItemComposedType(ComposedTypeModel value)
Generated method - Initial setter of
ItemVersionMarker.itemComposedType attribute defined at extension deltadetection. |
void |
setItemPK(java.lang.Long value)
Generated method - Initial setter of
ItemVersionMarker.itemPK attribute defined at extension deltadetection. |
void |
setLastVersionValue(java.lang.String value)
Generated method - Setter of
ItemVersionMarker.lastVersionValue attribute defined at extension deltadetection. |
void |
setStatus(ItemVersionMarkerStatus value)
Generated method - Setter of
ItemVersionMarker.status attribute defined at extension deltadetection. |
void |
setStreamId(java.lang.String value)
Generated method - Initial setter of
ItemVersionMarker.streamId attribute defined at extension deltadetection. |
void |
setVersionTS(java.util.Date value)
Generated method - Setter of
ItemVersionMarker.versionTS attribute defined at extension deltadetection. |
void |
setVersionValue(java.lang.String value)
Generated method - Setter of
ItemVersionMarker.versionValue attribute defined at extension deltadetection. |
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 ITEMPK
ItemVersionMarker.itemPK attribute defined at extension deltadetection.public static final java.lang.String ITEMCOMPOSEDTYPE
ItemVersionMarker.itemComposedType attribute defined at extension deltadetection.public static final java.lang.String VERSIONTS
ItemVersionMarker.versionTS attribute defined at extension deltadetection.public static final java.lang.String VERSIONVALUE
ItemVersionMarker.versionValue attribute defined at extension deltadetection.public static final java.lang.String LASTVERSIONVALUE
ItemVersionMarker.lastVersionValue attribute defined at extension deltadetection.public static final java.lang.String INFO
ItemVersionMarker.info attribute defined at extension deltadetection.public static final java.lang.String STREAMID
ItemVersionMarker.streamId attribute defined at extension deltadetection.public static final java.lang.String STATUS
ItemVersionMarker.status attribute defined at extension deltadetection.public ItemVersionMarkerModel()
public ItemVersionMarkerModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ItemVersionMarkerModel(ComposedTypeModel _itemComposedType, java.lang.Long _itemPK, ItemVersionMarkerStatus _status, java.lang.String _streamId, java.util.Date _versionTS)
_itemComposedType - initial attribute declared by type ItemVersionMarker at extension deltadetection_itemPK - initial attribute declared by type ItemVersionMarker at extension deltadetection_status - initial attribute declared by type ItemVersionMarker at extension deltadetection_streamId - initial attribute declared by type ItemVersionMarker at extension deltadetection_versionTS - initial attribute declared by type ItemVersionMarker at extension deltadetection@Deprecated public ItemVersionMarkerModel(ComposedTypeModel _itemComposedType, java.lang.Long _itemPK, ItemModel _owner, ItemVersionMarkerStatus _status, java.lang.String _streamId, java.util.Date _versionTS)
_itemComposedType - initial attribute declared by type ItemVersionMarker at extension deltadetection_itemPK - initial attribute declared by type ItemVersionMarker at extension deltadetection_owner - initial attribute declared by type Item at extension core_status - initial attribute declared by type ItemVersionMarker at extension deltadetection_streamId - initial attribute declared by type ItemVersionMarker at extension deltadetection_versionTS - initial attribute declared by type ItemVersionMarker at extension deltadetection@Accessor(qualifier="info", type=GETTER) public java.lang.String getInfo()
ItemVersionMarker.info attribute defined at extension deltadetection.@Accessor(qualifier="itemComposedType", type=GETTER) public ComposedTypeModel getItemComposedType()
ItemVersionMarker.itemComposedType attribute defined at extension deltadetection.@Accessor(qualifier="itemPK", type=GETTER) public java.lang.Long getItemPK()
ItemVersionMarker.itemPK attribute defined at extension deltadetection.@Accessor(qualifier="lastVersionValue", type=GETTER) public java.lang.String getLastVersionValue()
ItemVersionMarker.lastVersionValue attribute defined at extension deltadetection.@Accessor(qualifier="status", type=GETTER) public ItemVersionMarkerStatus getStatus()
ItemVersionMarker.status attribute defined at extension deltadetection.@Accessor(qualifier="streamId", type=GETTER) public java.lang.String getStreamId()
ItemVersionMarker.streamId attribute defined at extension deltadetection.@Accessor(qualifier="versionTS", type=GETTER) public java.util.Date getVersionTS()
ItemVersionMarker.versionTS attribute defined at extension deltadetection.@Accessor(qualifier="versionValue", type=GETTER) public java.lang.String getVersionValue()
ItemVersionMarker.versionValue attribute defined at extension deltadetection.@Accessor(qualifier="info", type=SETTER) public void setInfo(java.lang.String value)
ItemVersionMarker.info attribute defined at extension deltadetection.value - the info@Accessor(qualifier="itemComposedType", type=SETTER) public void setItemComposedType(ComposedTypeModel value)
ItemVersionMarker.itemComposedType attribute defined at extension deltadetection. Can only be used at creation of model - before first save.value - the itemComposedType@Accessor(qualifier="itemPK", type=SETTER) public void setItemPK(java.lang.Long value)
ItemVersionMarker.itemPK attribute defined at extension deltadetection. Can only be used at creation of model - before first save.value - the itemPK@Accessor(qualifier="lastVersionValue", type=SETTER) public void setLastVersionValue(java.lang.String value)
ItemVersionMarker.lastVersionValue attribute defined at extension deltadetection.value - the lastVersionValue@Accessor(qualifier="status", type=SETTER) public void setStatus(ItemVersionMarkerStatus value)
ItemVersionMarker.status attribute defined at extension deltadetection.value - the status@Accessor(qualifier="streamId", type=SETTER) public void setStreamId(java.lang.String value)
ItemVersionMarker.streamId attribute defined at extension deltadetection. Can only be used at creation of model - before first save.value - the streamId@Accessor(qualifier="versionTS", type=SETTER) public void setVersionTS(java.util.Date value)
ItemVersionMarker.versionTS attribute defined at extension deltadetection.value - the versionTSCopyright © 2018 SAP SE. All Rights Reserved.