|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The EuroConvertible interface is implemented by components that hold data that can be converted from euro to EMU currency and vice versa.
Method Summary | |
---|---|
void |
convertFromEuros()
Converts the value in Euros to the corresponding value in EMU currency and updates the valueInEMUCurrency property. |
void |
convertToEuros()
Converts the value in EMU currency to the corresponding value in Euros and updates the valueInEuros property. |
java.lang.Object |
getValueInEMUCurrency()
Gets the valueInEMUCurrency property value. |
java.lang.Object |
getValueInEuros()
Gets the valueInEuros property value. |
void |
setValueInEMUCurrency(java.lang.Object valueInEMUCurrency)
Sets the valueInEMUCurrency property value. |
void |
setValueInEuros(java.lang.Object valueInEuros)
Sets the valueInEuros property value. |
Method Detail |
public void convertFromEuros()
public void convertToEuros()
public java.lang.Object getValueInEMUCurrency()
public java.lang.Object getValueInEuros()
public void setValueInEMUCurrency(java.lang.Object valueInEMUCurrency)
valueInEMUCurrency
- java.lang.Object, the value in EMU currencypublic void setValueInEuros(java.lang.Object valueInEuros)
valueInEuros
- java.lang.Object, the value in euros
|
IBM Branch Transformation Toolkit Javadoc | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |