biblio
Class Revue

java.lang.Object
  |
  +--biblio.Revue
All Implemented Interfaces:
Documents

public class Revue
extends java.lang.Object
implements Documents

Déclaration de la classe REVUE


Constructor Summary
Revue(java.lang.String t, java.lang.String s)
          Constructeur
 
Method Summary
 java.lang.String affiche()
          Methode pour afficher une revue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Revue

public Revue(java.lang.String t,
             java.lang.String s)
Constructeur
Method Detail

affiche

public java.lang.String affiche()
Methode pour afficher une revue
Specified by:
affiche in interface Documents