KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > tests > jfun > models > Named


1 /*
2  * Created on Mar 4, 2005
3  *
4  * Author Ben Yu
5  * ZBS
6  */

7 package tests.jfun.models;
8
9 /**
10  * Zephyr Business Solution
11  *
12  * @author Ben Yu
13  *
14  */

15 public interface Named {
16   String JavaDoc getName();
17 }
18
Popular Tags