@Api(allMethods=true) public class CurrencyAttribute extends PrimitiveAttribute<String>
PrimitiveType.CURRENCY. GWT has no support for BigDecimal, so we have to
work with the String representation and validate correctly where necessary.| Constructor and Description |
|---|
CurrencyAttribute()
Constructor, create attribute without value (needed for GWT).
|
CurrencyAttribute(String value)
Constructor which accepts the value.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Create a clone of this attribute object.
|
getType, getValue, isEditable, isEmpty, isPrimitive, setEditable, setType, setValue, toStringpublic CurrencyAttribute()
public CurrencyAttribute(String value)
value - valueCopyright © 2015 Geosparc. All Rights Reserved.