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