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