public class TicketDeCaisse
extends java.lang.Object
Constructor and Description |
---|
TicketDeCaisse() |
Modifier and Type | Method and Description |
---|---|
void |
ajouterLigne(Payant ligne)
Ajoute une ligne de commande a ce ticket.
|
float |
getPrixTotal()
Renvoie la somme des prix des commandes ajoutees a ce ticket.
|
public void ajouterLigne(Payant ligne)
public float getPrixTotal()