BEA Systems, Inc.

com.beasys.commerce.foundation.property
Class PropertyMetaDataHome

java.lang.Object
  |
  +--com.beasys.commerce.foundation.property.PropertyMetaDataHome

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

The home class for the PropertyMetaData belonging. Use this class to create instances of PropertyMetaData.

       PropertyMetaData propertyMetaData = PropertyMetaDataHome.create();
 

See Also:
Serialized Form

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

Constructor Detail

PropertyMetaDataHome

public PropertyMetaDataHome()
Method Detail

create

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