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