TaxLineHome Class

com.beasys.commerce.ebusiness.tax
TaxLineHome Class

public class TaxLineHome

    extends Object
    implements Serializable, SmartHome

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

       TaxLine taxLine = TaxLineHome.create();
 


Hierarchy
Object
  TaxLineHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

TaxLineHome()

 

Method Summary

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

Constructor Detail

TaxLineHome

public TaxLineHome()
 

Method Detail

create() Method

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