Source code: com/clra/visitor/IApplicant.java
1 /*
2 * Copyright (c) Carnegie Lake Rowing Association 2002. All rights reserved.
3 * Distributed under the GPL license. See doc/COPYING.
4 * $RCSfile: IApplicant.java,v $
5 * $Date: 2003/02/26 03:38:46 $
6 * $Revision: 1.3 $
7 */
8
9 package com.clra.visitor;
10
11 import java.rmi.RemoteException;
12 import java.util.Date;
13 import java.util.Map;
14 import javax.ejb.EJBObject;
15
16 public interface IApplicant extends EJBObject {
17
18
19 } // IApplicant
20