BEA Systems, Inc.

theory.smart.axiom.contact
Class UrlHome

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

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

The home class for the Url belonging. Use this class to create Urls.

       Url url = UrlHome.create();
 

See Also:
Serialized Form

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

Constructor Detail

UrlHome

public UrlHome()
Method Detail

create

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