| Package | Description |
|---|---|
| de.hybris.deltadetection.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.deltadetection.model |
Contains generated models for each type of de.hybris.deltadetection.jalo package.
|
| Modifier and Type | Method and Description |
|---|---|
static ItemVersionMarkerStatus |
ItemVersionMarkerStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemVersionMarkerStatus[] |
ItemVersionMarkerStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ItemVersionMarkerStatus |
ItemVersionMarkerModel.getStatus()
Generated method - Getter of the
ItemVersionMarker.status attribute defined at extension deltadetection. |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemVersionMarkerModel.setStatus(ItemVersionMarkerStatus value)
Generated method - Setter of
ItemVersionMarker.status attribute defined at extension deltadetection. |
| Constructor and Description |
|---|
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
|
Copyright © 2017 SAP SE. All Rights Reserved.