TaxLineListHome Class

com.beasys.commerce.ebusiness.tax
TaxLineListHome Class

public class TaxLineListHome

    extends Object
    implements Serializable, SmartHome

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

       TaxLineList taxLineList = TaxLineListHome.create();
 


Hierarchy
Object
  TaxLineListHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

TaxLineListHome()

 

Method Summary

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

Constructor Detail

TaxLineListHome

public TaxLineListHome()
 

Method Detail

create() Method

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