org.progeeks.util
Interface Identifiable

All Known Subinterfaces:
RepositoryItem
All Known Implementing Classes:
Repository.ReadLockedItem, Repository.WriteLockedItem

public interface Identifiable

Interface implemented by objects that can provide a String identity for themselves.

Version:
$Revision: 1.1 $
Author:
Paul Speed

Method Summary
 java.lang.String getId()
          Returns the immutable string identity for this object.
 

Method Detail

getId

java.lang.String getId()
Returns the immutable string identity for this object.



Copyright © 2002-2003 Paul Speed. All Rights Reserved.