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