com.googlecode.jbp.common.repository
Interface IIdentifiable<ID extends Serializable>

All Superinterfaces:
Serializable

public interface IIdentifiable<ID extends Serializable>
extends Serializable

A common interface for domain model objects/entities that are persisted to some data base.

Author:
Yannick LOTH - yannick AT littlej.biz -

Method Summary
 ID getId()
          Returns the identifier of the entity.
 

Method Detail

getId

ID getId()
Returns the identifier of the entity.

Returns:
The identifier of the entity.


Copyright © 2011. All Rights Reserved.