Class AbstractEntryObject<T extends EntryObject<T,K>,K extends Key<T>>

java.lang.Object
org.opendaylight.yangtools.binding.lib.AbstractAugmentable<T>
org.opendaylight.yangtools.binding.lib.AbstractEntryObject<T,K>
Type Parameters:
T - EntryObject type
K - Key type
All Implemented Interfaces:
Augmentable<T>, BindingContract<DataContainer>, BindingObject, DataContainer, DataObject, EntryObject<T,K>, KeyAware<K>

public abstract class AbstractEntryObject<T extends EntryObject<T,K>,K extends Key<T>> extends AbstractAugmentable<T> implements EntryObject<T,K>
Abstract base class for implementations of EntryObject.
  • Constructor Details

  • Method Details

    • key

      public final K key()
      Description copied from interface: KeyAware
      Returns an unique key for the object.
      Specified by:
      key in interface KeyAware<T extends EntryObject<T,K>>
      Returns:
      Key for the object