ShoppingCartLineHome Class

com.beasys.commerce.ebusiness.shoppingcart
ShoppingCartLineHome Class

public class ShoppingCartLineHome

    extends Object
    implements Serializable, SmartHome

The home class for the ShoppingCartLine. This class is used to create instances of ShoppingCartLine. eg :

       ShoppingCartLine shoppingCartLine = ShoppingCartLineHome.create();
 


Hierarchy
Object
  ShoppingCartLineHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

ShoppingCartLineHome()

 

Method Summary

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

Constructor Detail

ShoppingCartLineHome

public ShoppingCartLineHome()
 

Method Detail

create() Method

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