KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > speedo > pobjects > inheritance > ejboo2 > MarchePersistant


1 package org.objectweb.speedo.pobjects.inheritance.ejboo2;
2
3 import java.util.Collection JavaDoc;
4
5 /**
6  */

7 public interface MarchePersistant extends EchangePersistant {
8
9     /**
10      * @return ArticlePersistant instances
11      */

12     Collection JavaDoc getArticles();
13
14 }
15
Popular Tags