DescribedMoneyHome Class

com.beasys.commerce.axiom.units
DescribedMoneyHome Class

public class DescribedMoneyHome

    extends Object
    implements Serializable, SmartHome

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

       DescribedMoney describedMoney = DescribedMoneyHome.create();
 


Hierarchy
Object
  DescribedMoneyHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

DescribedMoneyHome()

 

Method Summary

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

Constructor Detail

DescribedMoneyHome

public DescribedMoneyHome()
 

Method Detail

create() Method

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