ShoppingCartHome Class

com.beasys.commerce.ebusiness.shoppingcart
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

Constructor Summary

ShoppingCartHome()

 

Method Summary

public static ShoppingCart
create()
Creates a new ShoppingCart instance.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

ShoppingCartHome

public ShoppingCartHome()
 

Method Detail

create() Method

public static ShoppingCart create()
Creates a new ShoppingCart instance.