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