TaxInformationHome Class

com.beasys.commerce.ebusiness.tax
TaxInformationHome Class

public class TaxInformationHome

    extends Object
    implements Serializable, SmartHome

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

       TaxInformation taxInformation = TaxInformationHome.create();
 


Hierarchy
Object
  TaxInformationHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

TaxInformationHome()

 

Method Summary

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

Constructor Detail

TaxInformationHome

public TaxInformationHome()
 

Method Detail

create() Method

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