bea Systems, Inc.

theory.smart.axiom.contact
Class AddressHome

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

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

The home class for the Address belonging. Use this class to create Addresses.

       Address address = AddressHome.create();
 

See Also:
Serialized Form

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

Constructor Detail

AddressHome

public AddressHome()
Method Detail

create

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