Package com.hybris.cockpitng.core.model
Interface Identifiable
-
- All Known Subinterfaces:
IdentifiableEventListener<E>,ModelObserver,Operation
- All Known Implementing Classes:
AbstractCompareViewSectionRenderer.ExpandSectionListener,AbstractIdentifiableModelObserver,AbstractOperation,CollapsibleCollectionLabelRenderer.StateChangeEventListener,CollapsibleCollectionLabelRenderer.StateRequestedEventListener,CompareViewController.PartialComparisonOperation,DefaultComponentMarkingUtils.IdentifiableEventListener,DefaultComponentMarkingUtils.Listener,IdentifiableMarkDataConsumer,IdentifiableMarkEventConsumer,IdentifiableMarkEventListener,InlineEditorRefreshObserver
public interface IdentifiableObject that can be identified with unique identity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ObjectgetId()Gets the identity of object.
-