QuantityHome Class

com.beasys.commerce.axiom.units
QuantityHome Class

public class QuantityHome

    extends Object
    implements Serializable, SmartHome

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

       Quantity quantity = QuantityHome.create();
 


Hierarchy
Object
  QuantityHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

QuantityHome()

 

Method Summary

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

Constructor Detail

QuantityHome

public QuantityHome()
 

Method Detail

create() Method

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