org.jboss.tutorial.entity.bean
Interface ShoppingCart

All Known Implementing Classes:
ShoppingCartBean

public interface ShoppingCart

Comment


Method Summary
 void buy(java.lang.String product, int quantity, double price)
           
 void checkout()
           
 Order getOrder()
           
 

Method Detail

buy

void buy(java.lang.String product,
         int quantity,
         double price)

getOrder

Order getOrder()

checkout

void checkout()