com.eteks.outils
Class TicketDeCaisse

java.lang.Object
  extended bycom.eteks.outils.TicketDeCaisse

public class TicketDeCaisse
extends java.lang.Object

Classe memorisant un ensemble de commandes a payer.


Constructor Summary
TicketDeCaisse()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TicketDeCaisse

public TicketDeCaisse()
Method Detail

ajouterLigne

public void ajouterLigne(Payant ligne)
Ajoute une ligne de commande a ce ticket.


getPrixTotal

public float getPrixTotal()
Renvoie la somme des prix des commandes ajoutees a ce ticket.