bea Systems, Inc.

theory.smart.ebusiness.giftregistry
Class PurchasedOrderLineHome

java.lang.Object
  |
  +--theory.smart.ebusiness.giftregistry.PurchasedOrderLineHome

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

The home class for the PurchasedOrderLine belonging. Use this class to create PurchasedOrderLines.

       PurchasedOrderLine purchasedOrderLine = PurchasedOrderLineHome.create();
 

See Also:
Serialized Form

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

Constructor Detail

PurchasedOrderLineHome

public PurchasedOrderLineHome()
Method Detail

create

public static PurchasedOrderLine create()
Create a new PurchasedOrderLine Belonging. First look to see if there is a custom purchasedOrderLine 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.