KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > ejtools > util > service > ProfileHolder


1 /*
2  * EJTools, the Enterprise Java Tools
3  *
4  * Distributable under LGPL license.
5  * See terms of license at www.gnu.org.
6  */

7 package org.ejtools.util.service;
8
9
10 /**
11  * Description of the Interface
12  *
13  * @author Laurent Etiemble
14  * @version $Revision: 1.2 $
15  */

16 public interface ProfileHolder
17 {
18    /**
19     * Sets the profile attribute of the ProfileHolder object
20     *
21     * @param profile The new profile value
22     */

23    void setProfile(Profile profile);
24 }
25
Popular Tags