BEA Systems, Inc.

theory.smart.ebusiness.shoppingadvisor
Class SuggestionsHome

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

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

The home class for the Suggestions belonging. Use this class to create Suggestionses.

       Suggestions suggestions = SuggestionsHome.create();
 

See Also:
Serialized Form

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

Constructor Detail

SuggestionsHome

public SuggestionsHome()
Method Detail

create

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