org.equanda.persistence
Interface HasId<IDTYPE>

All Known Subinterfaces:
EquandaEJB<ID>
All Known Implementing Classes:
EquandaProxy, Uoid

public interface HasId<IDTYPE>

Marker interface to indicate that the object has a Uoid.

Author:
Joachim Van der Auwera

Method Summary
 IDTYPE getId()
          Get unique object identifier for this object.
 

Method Detail

getId

IDTYPE getId()
Get unique object identifier for this object.

Returns:
id


Copyright © 2007-2009. All Rights Reserved.