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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingCartLineHome
public ShoppingCartLineHome()
create() Method
public static ShoppingCartLine
create()
Creates a new ShoppingCartLine instance.