BEA Systems, Inc.

com.beasys.commerce.foundation.property
Class PropertyMetaDataLongHome

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

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

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

       PropertyMetaDataLong propertyMetaDataLong = PropertyMetaDataLongHome.create();
 

See Also:
Serialized Form

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

Constructor Detail

PropertyMetaDataLongHome

public PropertyMetaDataLongHome()
Method Detail

create

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