Class AbstractIdentifiableModelObserver
- java.lang.Object
-
- com.hybris.cockpitng.core.model.impl.AbstractIdentifiableModelObserver
-
- All Implemented Interfaces:
Identifiable,ModelObserver,ValueObserver
public abstract class AbstractIdentifiableModelObserver extends java.lang.Object implements ModelObserver
-
-
Constructor Summary
Constructors Constructor Description AbstractIdentifiableModelObserver(java.lang.String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()Gets the identity of object.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.hybris.cockpitng.core.model.ValueObserver
modelChanged, modelChanged
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Description copied from interface:IdentifiableGets the identity of object.This identity should override
Object.equals(Object)andObject.hashCode()methods.- Specified by:
getIdin interfaceIdentifiable- Specified by:
getIdin interfaceModelObserver
-
-