1 /* 2 */ 3 package fr.kaamelot.reporter; 4 5 /** 6 * @author Kaamelot - 2006 7 * <b>Description :</b> 8 * @version $Id$ 9 * @history <ul> 10 * <li/>Date - UserId - Observations 11 * <li/>22 jun. 2006 - Kaamelot - Initialisation de la classe. 12 * </ul> 13 */ 14 public interface IMappable { 15 16 Object getObject(); 17 18 Object getKey(); 19 20 }