View Javadoc

1   /*
2    * Created on 30 août 2004
3    *
4    * TODO To change the template for this generated file go to
5    * Window - Preferences - Java - Code Style - Code Templates
6    */
7   package net.sf.pmr.keopsframework.domain.object;
8   
9   import net.sf.pmr.keopsframework.data.GhostDomainObjectMapper;
10  
11  
12  /***
13   * @author Arnaud
14   *
15   * TODO To change the template for this generated type comment go to
16   * Window - Preferences - Java - Code Style - Code Templates
17   */
18  public interface GhostDomainObject extends DomainObject {
19  
20      void setMapper(final GhostDomainObjectMapper mapper);
21  
22      void loadForThisObject(Object object);
23  
24  }