theory.smart.axiom.units
Interface  UnitConversionHome
- public interface UnitConversionHome- extends SmartEJBHome
The home interface for the UnitConversion entity bean.  Use this
  class to create, remove, and find UnitConversion entity beans.
 
 
create
public UnitConversion create(UnitConversionPk unitConversionPk)
                      throws CreateException,
                             java.rmi.RemoteException
- Create a new UnitConversion entity bean using the theory.smart.axiom.units.UnitConversionPk.- 
 
findByPrimaryKey
public UnitConversion findByPrimaryKey(UnitConversionPk unitConversionPk)
                                throws java.rmi.RemoteException,
                                       FinderException
- Find an UnitConversion entity bean using the theory.smart.axiom.units.UnitConversionPk.- 
 
©  Copyright  2000 bea Systems, Inc. All rights reserved.