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