public class ItemVersionMarkerModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
INFO
Generated constant - Attribute key of
ItemVersionMarker.info attribute defined at extension deltadetection. |
static String |
ITEMCOMPOSEDTYPE
Generated constant - Attribute key of
ItemVersionMarker.itemComposedType attribute defined at extension deltadetection. |
static String |
ITEMPK
Generated constant - Attribute key of
ItemVersionMarker.itemPK attribute defined at extension deltadetection. |
static String |
LASTVERSIONVALUE
Generated constant - Attribute key of
ItemVersionMarker.lastVersionValue attribute defined at extension deltadetection. |
static String |
STATUS
Generated constant - Attribute key of
ItemVersionMarker.status attribute defined at extension deltadetection. |
static String |
STREAMID
Generated constant - Attribute key of
ItemVersionMarker.streamId attribute defined at extension deltadetection. |
static String |
VERSIONTS
Generated constant - Attribute key of
ItemVersionMarker.versionTS attribute defined at extension deltadetection. |
static String |
VERSIONVALUE
Generated constant - Attribute key of
ItemVersionMarker.versionValue attribute defined at extension deltadetection. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ItemVersionMarkerModel()
Generated constructor - Default constructor for generic creation.
|
ItemVersionMarkerModel(ComposedTypeModel _itemComposedType,
Long _itemPK,
ItemModel _owner,
ItemVersionMarkerStatus _status,
String _streamId,
Date _versionTS)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ItemVersionMarkerModel(ComposedTypeModel _itemComposedType,
Long _itemPK,
ItemVersionMarkerStatus _status,
String _streamId,
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 |
|---|---|
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. |
Long |
getItemPK()
Generated method - Getter of the
ItemVersionMarker.itemPK attribute defined at extension deltadetection. |
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. |
String |
getStreamId()
Generated method - Getter of the
ItemVersionMarker.streamId attribute defined at extension deltadetection. |
Date |
getVersionTS()
Generated method - Getter of the
ItemVersionMarker.versionTS attribute defined at extension deltadetection. |
String |
getVersionValue()
Generated method - Getter of the
ItemVersionMarker.versionValue attribute defined at extension deltadetection. |
void |
setInfo(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(Long value)
Generated method - Initial setter of
ItemVersionMarker.itemPK attribute defined at extension deltadetection. |
void |
setLastVersionValue(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(String value)
Generated method - Initial setter of
ItemVersionMarker.streamId attribute defined at extension deltadetection. |
void |
setVersionTS(Date value)
Generated method - Setter of
ItemVersionMarker.versionTS attribute defined at extension deltadetection. |
void |
setVersionValue(String value)
Generated method - Setter of
ItemVersionMarker.versionValue attribute defined at extension deltadetection. |
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 ITEMPK
ItemVersionMarker.itemPK attribute defined at extension deltadetection.public static final String ITEMCOMPOSEDTYPE
ItemVersionMarker.itemComposedType attribute defined at extension deltadetection.public static final String VERSIONTS
ItemVersionMarker.versionTS attribute defined at extension deltadetection.public static final String VERSIONVALUE
ItemVersionMarker.versionValue attribute defined at extension deltadetection.public static final String LASTVERSIONVALUE
ItemVersionMarker.lastVersionValue attribute defined at extension deltadetection.public static final String INFO
ItemVersionMarker.info attribute defined at extension deltadetection.public static final String STREAMID
ItemVersionMarker.streamId attribute defined at extension deltadetection.public static final 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, Long _itemPK, ItemVersionMarkerStatus _status, String _streamId, 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, Long _itemPK, ItemModel _owner, ItemVersionMarkerStatus _status, String _streamId, 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 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 Long getItemPK()
ItemVersionMarker.itemPK attribute defined at extension deltadetection.@Accessor(qualifier="lastVersionValue", type=GETTER) public 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 String getStreamId()
ItemVersionMarker.streamId attribute defined at extension deltadetection.@Accessor(qualifier="versionTS", type=GETTER) public Date getVersionTS()
ItemVersionMarker.versionTS attribute defined at extension deltadetection.@Accessor(qualifier="versionValue", type=GETTER) public String getVersionValue()
ItemVersionMarker.versionValue attribute defined at extension deltadetection.@Accessor(qualifier="info", type=SETTER) public void setInfo(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(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(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(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(Date value)
ItemVersionMarker.versionTS attribute defined at extension deltadetection.value - the versionTSCopyright © 2017 SAP SE. All Rights Reserved.