Package de.hybris.deltadetection.model
Class ItemVersionMarkerModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.deltadetection.model.ItemVersionMarkerModel
- All Implemented Interfaces:
Serializable
Generated model class for type ItemVersionMarker first defined at extension deltadetection.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofItemVersionMarker.infoattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofItemVersionMarker.itemComposedTypeattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofItemVersionMarker.itemPKattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofItemVersionMarker.lastVersionValueattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofItemVersionMarker.statusattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofItemVersionMarker.streamIdattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofItemVersionMarker.versionTSattribute defined at extensiondeltadetection.static final StringGenerated constant - Attribute key ofItemVersionMarker.versionValueattribute defined at extensiondeltadetection.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.ItemVersionMarkerModel(ComposedTypeModel _itemComposedType, Long _itemPK, ItemVersionMarkerStatus _status, String _streamId, Date _versionTS) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersItemVersionMarkerModel(ComposedTypeModel _itemComposedType, Long _itemPK, ItemModel _owner, ItemVersionMarkerStatus _status, String _streamId, Date _versionTS) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()Generated method - Getter of theItemVersionMarker.infoattribute defined at extensiondeltadetection.Generated method - Getter of theItemVersionMarker.itemComposedTypeattribute defined at extensiondeltadetection.Generated method - Getter of theItemVersionMarker.itemPKattribute defined at extensiondeltadetection.Generated method - Getter of theItemVersionMarker.lastVersionValueattribute defined at extensiondeltadetection.Generated method - Getter of theItemVersionMarker.statusattribute defined at extensiondeltadetection.Generated method - Getter of theItemVersionMarker.streamIdattribute defined at extensiondeltadetection.Generated method - Getter of theItemVersionMarker.versionTSattribute defined at extensiondeltadetection.Generated method - Getter of theItemVersionMarker.versionValueattribute defined at extensiondeltadetection.voidGenerated method - Setter ofItemVersionMarker.infoattribute defined at extensiondeltadetection.voidGenerated method - Initial setter ofItemVersionMarker.itemComposedTypeattribute defined at extensiondeltadetection.voidGenerated method - Initial setter ofItemVersionMarker.itemPKattribute defined at extensiondeltadetection.voidsetLastVersionValue(String value) Generated method - Setter ofItemVersionMarker.lastVersionValueattribute defined at extensiondeltadetection.voidsetStatus(ItemVersionMarkerStatus value) Generated method - Setter ofItemVersionMarker.statusattribute defined at extensiondeltadetection.voidsetStreamId(String value) Generated method - Initial setter ofItemVersionMarker.streamIdattribute defined at extensiondeltadetection.voidsetVersionTS(Date value) Generated method - Setter ofItemVersionMarker.versionTSattribute defined at extensiondeltadetection.voidsetVersionValue(String value) Generated method - Setter ofItemVersionMarker.versionValueattribute defined at extensiondeltadetection.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
ITEMPK
Generated constant - Attribute key ofItemVersionMarker.itemPKattribute defined at extensiondeltadetection.- See Also:
-
ITEMCOMPOSEDTYPE
Generated constant - Attribute key ofItemVersionMarker.itemComposedTypeattribute defined at extensiondeltadetection.- See Also:
-
VERSIONTS
Generated constant - Attribute key ofItemVersionMarker.versionTSattribute defined at extensiondeltadetection.- See Also:
-
VERSIONVALUE
Generated constant - Attribute key ofItemVersionMarker.versionValueattribute defined at extensiondeltadetection.- See Also:
-
LASTVERSIONVALUE
Generated constant - Attribute key ofItemVersionMarker.lastVersionValueattribute defined at extensiondeltadetection.- See Also:
-
INFO
Generated constant - Attribute key ofItemVersionMarker.infoattribute defined at extensiondeltadetection.- See Also:
-
STREAMID
Generated constant - Attribute key ofItemVersionMarker.streamIdattribute defined at extensiondeltadetection.- See Also:
-
STATUS
Generated constant - Attribute key ofItemVersionMarker.statusattribute defined at extensiondeltadetection.- See Also:
-
-
Constructor Details
-
ItemVersionMarkerModel
public ItemVersionMarkerModel()Generated constructor - Default constructor for generic creation. -
ItemVersionMarkerModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
ItemVersionMarkerModel
@Deprecated(since="4.1.1", forRemoval=true) public ItemVersionMarkerModel(ComposedTypeModel _itemComposedType, Long _itemPK, ItemVersionMarkerStatus _status, String _streamId, Date _versionTS) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_itemComposedType- initial attribute declared by typeItemVersionMarkerat extensiondeltadetection_itemPK- initial attribute declared by typeItemVersionMarkerat extensiondeltadetection_status- initial attribute declared by typeItemVersionMarkerat extensiondeltadetection_streamId- initial attribute declared by typeItemVersionMarkerat extensiondeltadetection_versionTS- initial attribute declared by typeItemVersionMarkerat extensiondeltadetection
-
ItemVersionMarkerModel
@Deprecated(since="4.1.1", forRemoval=true) public ItemVersionMarkerModel(ComposedTypeModel _itemComposedType, Long _itemPK, ItemModel _owner, ItemVersionMarkerStatus _status, String _streamId, Date _versionTS) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_itemComposedType- initial attribute declared by typeItemVersionMarkerat extensiondeltadetection_itemPK- initial attribute declared by typeItemVersionMarkerat extensiondeltadetection_owner- initial attribute declared by typeItemat extensioncore_status- initial attribute declared by typeItemVersionMarkerat extensiondeltadetection_streamId- initial attribute declared by typeItemVersionMarkerat extensiondeltadetection_versionTS- initial attribute declared by typeItemVersionMarkerat extensiondeltadetection
-
-
Method Details
-
getInfo
Generated method - Getter of theItemVersionMarker.infoattribute defined at extensiondeltadetection.- Returns:
- the info
-
getItemComposedType
Generated method - Getter of theItemVersionMarker.itemComposedTypeattribute defined at extensiondeltadetection.- Returns:
- the itemComposedType
-
getItemPK
Generated method - Getter of theItemVersionMarker.itemPKattribute defined at extensiondeltadetection.- Returns:
- the itemPK
-
getLastVersionValue
Generated method - Getter of theItemVersionMarker.lastVersionValueattribute defined at extensiondeltadetection.- Returns:
- the lastVersionValue
-
getStatus
Generated method - Getter of theItemVersionMarker.statusattribute defined at extensiondeltadetection.- Returns:
- the status
-
getStreamId
Generated method - Getter of theItemVersionMarker.streamIdattribute defined at extensiondeltadetection.- Returns:
- the streamId
-
getVersionTS
Generated method - Getter of theItemVersionMarker.versionTSattribute defined at extensiondeltadetection.- Returns:
- the versionTS
-
getVersionValue
Generated method - Getter of theItemVersionMarker.versionValueattribute defined at extensiondeltadetection.- Returns:
- the versionValue
-
setInfo
Generated method - Setter ofItemVersionMarker.infoattribute defined at extensiondeltadetection.- Parameters:
value- the info
-
setItemComposedType
@Accessor(qualifier="itemComposedType", type=SETTER) public void setItemComposedType(ComposedTypeModel value) Generated method - Initial setter ofItemVersionMarker.itemComposedTypeattribute defined at extensiondeltadetection. Can only be used at creation of model - before first save.- Parameters:
value- the itemComposedType
-
setItemPK
Generated method - Initial setter ofItemVersionMarker.itemPKattribute defined at extensiondeltadetection. Can only be used at creation of model - before first save.- Parameters:
value- the itemPK
-
setLastVersionValue
Generated method - Setter ofItemVersionMarker.lastVersionValueattribute defined at extensiondeltadetection.- Parameters:
value- the lastVersionValue
-
setStatus
Generated method - Setter ofItemVersionMarker.statusattribute defined at extensiondeltadetection.- Parameters:
value- the status
-
setStreamId
Generated method - Initial setter ofItemVersionMarker.streamIdattribute defined at extensiondeltadetection. Can only be used at creation of model - before first save.- Parameters:
value- the streamId
-
setVersionTS
Generated method - Setter ofItemVersionMarker.versionTSattribute defined at extensiondeltadetection.- Parameters:
value- the versionTS
-
setVersionValue
Generated method - Setter ofItemVersionMarker.versionValueattribute defined at extensiondeltadetection.- Parameters:
value- the versionValue
-