bea Systems, Inc.

theory.smart.ebusiness.shoppingadvisor
Class SuggestionHome

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

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

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

       Suggestion suggestion = SuggestionHome.create();
 

See Also:
Serialized Form

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

Constructor Detail

SuggestionHome

public SuggestionHome()
Method Detail

create

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