TaxLineResultHome Class

com.beasys.commerce.ebusiness.tax
TaxLineResultHome Class

public class TaxLineResultHome

    extends Object
    implements Serializable, SmartHome

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

       TaxLineResult taxLineResult = TaxLineResultHome.create();
 


Hierarchy
Object
  TaxLineResultHome
All Implemented Interfaces

Serializable, SmartHome

Constructor Summary

TaxLineResultHome()

 

Method Summary

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

Constructor Detail

TaxLineResultHome

public TaxLineResultHome()
 

Method Detail

create() Method

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