BEA Systems, Inc.

theory.smart.ebusiness.order
Class OrderLineHome

java.lang.Object
  |
  +--theory.smart.ebusiness.order.OrderLineHome

public class OrderLineHome
extends java.lang.Object
implements SmartHome, java.io.Serializable

The home class for the OrderLine belonging. Use this class to create OrderLines.

       OrderLine orderLine = OrderLineHome.create();
 

See Also:
Serialized Form

Constructor Summary
OrderLineHome()
           
 
Method Summary
static OrderLine create()
          Create a new OrderLine Belonging.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderLineHome

public OrderLineHome()
Method Detail

create

public static OrderLine create()
Create a new OrderLine Belonging. First look to see if there is a custom orderLine home from the BelongingHome factory. If not, just use the default BelongingHome.create() operation.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved