biblio
Class Livre

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

public class Livre
extends java.lang.Object
implements Documents

Déclaration de la classe LIVRE


Constructor Summary
Livre(java.lang.String t, java.lang.String a, java.lang.String e)
          Constructeur
 
Method Summary
 java.lang.String affiche()
          Méthode pour afficher un livre
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Livre

public Livre(java.lang.String t,
             java.lang.String a,
             java.lang.String e)
Constructeur
Method Detail

affiche

public java.lang.String affiche()
Méthode pour afficher un livre
Specified by:
affiche in interface Documents