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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaxLineListHome
public TaxLineListHome()
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.