com.jurismarches.vradi.ui.editors
Class CurrencyEditorModel
java.lang.Object
com.jurismarches.vradi.ui.editors.VradiEditorModel<String>
com.jurismarches.vradi.ui.editors.CurrencyEditorModel
- All Implemented Interfaces:
- Serializable
public class CurrencyEditorModel
- extends VradiEditorModel<String>
- Author:
- morin
Date: 26 nov. 2009
Time: 19:05:06
- See Also:
- Serialized Form
| Fields inherited from class com.jurismarches.vradi.ui.editors.VradiEditorModel |
extensionFieldName, extensionName, fieldDescription, fieldName, pcs, PROPERTY_EXTENSION_FIELD_NAME, PROPERTY_EXTENSION_NAME, PROPERTY_FIELD_DESCRIPTION, PROPERTY_FIELD_NAME, PROPERTY_VALIDATOR_CONTEXT, PROPERTY_VALUE, validatorContext, value |
| Methods inherited from class com.jurismarches.vradi.ui.editors.VradiEditorModel |
addPropertyChangeListener, addPropertyChangeListener, getExtensionFieldName, getExtensionName, getFieldDescription, getFieldName, getValidatorContext, removePropertyChangeListener, removePropertyChangeListener, setExtensionFieldName, setExtensionName, setFieldDescription, setFieldName, setValidatorContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_AMOUNT
public static final String PROPERTY_AMOUNT
- See Also:
- Constant Field Values
PROPERTY_CURRENCY
public static final String PROPERTY_CURRENCY
- See Also:
- Constant Field Values
amount
protected Float amount
currency
protected String currency
CurrencyEditorModel
public CurrencyEditorModel()
getAmount
public Float getAmount()
setAmount
public void setAmount(Float amount)
getCurrency
public String getCurrency()
setCurrency
public void setCurrency(String currency)
getValue
public String getValue()
- Overrides:
getValue in class VradiEditorModel<String>
setValue
public void setValue(String value)
- Overrides:
setValue in class VradiEditorModel<String>
Copyright © 2009-2010 JurisMarches. All Rights Reserved.