PriceHome Class

com.beasys.commerce.axiom.units
PriceHome Class

public class PriceHome

    extends Object
    implements Serializable, SmartHome

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

       Price price = PriceHome.create();
 


Hierarchy
Object
  PriceHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

PriceHome()

 

Method Summary

public static Price
create()
Create a new Price Belonging.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

PriceHome

public PriceHome()
 

Method Detail

create() Method

public static Price create()
Create a new Price Belonging. First look to see if there is a custom price home from the BelongingHome factory. If not, just use the default BelongingHome.create() operation.