ShoppingCartHome Class
- public class ShoppingCartHome
extends Object
implements Serializable
, SmartHome
The home class for the ShoppingCart. This class is used to create instances of
ShoppingCart. eg :
ShoppingCart shoppingCart = ShoppingCartHome.create();
-
Hierarchy
-
Object
ShoppingCartHome
-
All Implemented Interfaces
-
Serializable
, SmartHome
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingCartHome
public ShoppingCartHome()
create() Method
public static ShoppingCart
create()
Creates a new ShoppingCart instance.