com.levigo.util.base
Interface Identifiable

All Known Subinterfaces:
MutablePageSegment, PageSegment
All Known Implementing Classes:
AbstractCompositePageSegment, AbstractContentsPageSegment, AbstractMutablePageSegment, AbstractPageSegment, AnnotationPageSegment, CompositePageSegment, DecorationPageSegment, DynamicCompositePageSegment

public interface Identifiable

An interface to be implemented by classes providing a way to uniquely identify their instances. This interface only requires instance IDs to be unique among instances of the same class within the same JVM. However, implementations may provide farther-reaching uniqueness, for example by using globally unique identifiers generated by UUID.


Method Summary
 String getId()
          Return the unique identifier for this object.
 

Method Detail

getId

String getId()
Return the unique identifier for this object.

Returns:


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.