|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.tutorial.entity.bean.ShoppingCartBean
public class ShoppingCartBean
| Constructor Summary | |
|---|---|
ShoppingCartBean()
|
|
| Method Summary | |
|---|---|
void |
buy(java.lang.String product,
int quantity,
double price)
|
void |
checkout()
|
Order |
getOrder()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShoppingCartBean()
| Method Detail |
|---|
public void buy(java.lang.String product,
int quantity,
double price)
buy in interface ShoppingCartpublic Order getOrder()
getOrder in interface ShoppingCartpublic void checkout()
checkout in interface ShoppingCart
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||