Class Lot

java.lang.Object
   |
   +----Article
           |
           +----Lot

public class Lot
extends Article

Constructor Index

 o Lot(String, String)

Method Index

 o add(Article, int)
 o identifieToi()
Cette méthode renvoie une chaîne de caractère décrivant l'article.

Constructors

 o Lot
 public Lot(String nom,
            String reference)

Methods

 o add
 public void add(Article article_a_rajouter,
                 int quantite)
 o identifieToi
 public String identifieToi()
Cette méthode renvoie une chaîne de caractère décrivant l'article.

Overrides:
identifieToi in class Article