bea Systems, Inc.

theory.smart.axiom.contact
Class PostalCodeHome

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

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

The home class for the PostalCode belonging. Use this class to create PostalCodes.

       PostalCode postalCode = PostalCodeHome.create();
 

See Also:
Serialized Form

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

Constructor Detail

PostalCodeHome

public PostalCodeHome()
Method Detail

create

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