| 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(java.lang.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,
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
|
Copyright © 2018 SAP SE. All Rights Reserved.