|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.beasys.commerce.axiom.units.MoneyHome
public class 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,
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,
String currency)
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||