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