net.sf.mmm.util.lang.api.attribute
Interface AttributeReadId<T>

Type Parameters:
T - is the generic type of the ID.
All Known Implementing Classes:
AbstractAttributeReadId

public interface AttributeReadId<T>

This is the abstract interface for an object that has an ID.

Since:
2.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 T getId()
          This method gets the ID used to identify this object.
 

Method Detail

getId

T getId()
This method gets the ID used to identify this object. An ID should be unique.

Returns:
the object's ID.


Copyright © 2001-2010 mmm-Team. All Rights Reserved.