|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.beasys.commerce.axiom.units.MoneyHome
The home class for the Money belonging. Use this class to create instances of Money.
Money money = MoneyHome.create();
Constructor Summary | |
MoneyHome()
|
Method Summary | |
static Money |
create()
Create a new Money Belonging. |
static Money |
create(double value,
java.lang.String currency)
Create a new money object with the object initialized to the values passed in. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MoneyHome()
Method Detail |
public static Money create()
public static Money create(double value, java.lang.String currency)
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |