TaxInformationHome Class
- public class TaxInformationHome
extends Object
implements Serializable
, SmartHome
The home class for the TaxInformation belonging. Use this
class to create instances of TaxInformation.
TaxInformation taxInformation = TaxInformationHome.create();
-
Hierarchy
-
Object
TaxInformationHome
-
All Implemented Interfaces
-
Serializable
, SmartHome
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaxInformationHome
public TaxInformationHome()
create() Method
public static TaxInformation
create()
Create a new TaxInformation Belonging. First look to see if there is a custom
taxInformation home from the BelongingHome factory. If not, just use the
default BelongingHome.create() operation.