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
equals, 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