bea Systems, Inc.

theory.smart.axiom.contact
Class EmailHome

java.lang.Object
  |
  +--theory.smart.axiom.contact.EmailHome

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

The home class for the Email belonging. Use this class to create Emails.

       Email email = EmailHome.create();
 

See Also:
Serialized Form

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

Constructor Detail

EmailHome

public EmailHome()
Method Detail

create

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