BEA Systems, Inc.

theory.smart.ebusiness.shoppingadvisor
Class ItemByDegreeHome

java.lang.Object
  |
  +--theory.smart.ebusiness.shoppingadvisor.ItemByDegreeHome

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

The home class for the ItemByDegree belonging. Use this class to create ItemByDegrees.

       ItemByDegree itemByDegree = ItemByDegreeHome.create();
 

See Also:
Serialized Form

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

Constructor Detail

ItemByDegreeHome

public ItemByDegreeHome()
Method Detail

create

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