TaxParametersHome Class

com.beasys.commerce.ebusiness.tax
TaxParametersHome Class

public class TaxParametersHome

    extends Object
    implements Serializable, SmartHome

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

       TaxParameters taxParameters = TaxParametersHome.create();
 


Hierarchy
Object
  TaxParametersHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

TaxParametersHome()

 

Method Summary

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

Constructor Detail

TaxParametersHome

public TaxParametersHome()
 

Method Detail

create() Method

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