IBM Branch Transformation Toolkit Javadoc

com.ibm.dse.gui
Interface EuroConvertible

All Known Implementing Classes:
SpLabel, SpTable, SpTextField

public interface EuroConvertible

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

convertFromEuros

public void convertFromEuros()
Converts the value in Euros to the corresponding value in EMU currency and updates the valueInEMUCurrency property.


convertToEuros

public void convertToEuros()
Converts the value in EMU currency to the corresponding value in Euros and updates the valueInEuros property.


getValueInEMUCurrency

public java.lang.Object getValueInEMUCurrency()
Gets the valueInEMUCurrency property value.

Returns:
java.lang.Object - the value in EMU currency

getValueInEuros

public java.lang.Object getValueInEuros()
Gets the valueInEuros property value.

Returns:
java.lang.String - the value in Euros

setValueInEMUCurrency

public void setValueInEMUCurrency(java.lang.Object valueInEMUCurrency)
Sets the valueInEMUCurrency property value.

Parameters:
valueInEMUCurrency - java.lang.Object, the value in EMU currency

setValueInEuros

public void setValueInEuros(java.lang.Object valueInEuros)
Sets the valueInEuros property value.

Parameters:
valueInEuros - java.lang.Object, the value in euros

IBM Branch Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2005