bea Systems, Inc.

theory.smart.axiom.units
Class UnitCategoriesHome

java.lang.Object
  |
  +--theory.smart.axiom.units.UnitCategoriesHome

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

The home class for the UnitCategories belonging. Use this class to create UnitCategorieses.

       UnitCategories unitCategories = UnitCategoriesHome.create();
 

See Also:
Serialized Form

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

Constructor Detail

UnitCategoriesHome

public UnitCategoriesHome()
Method Detail

create

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