Package org.cyclos.impl.utils.formatting
Class BigDecimalFormattable
- java.lang.Object
-
- org.cyclos.impl.utils.formatting.BigDecimalFormattable
-
- All Implemented Interfaces:
Comparable<BigDecimalFormattable>,Formattable
public class BigDecimalFormattable extends Object implements Formattable, Comparable<BigDecimalFormattable>
-
-
Constructor Summary
Constructors Constructor Description BigDecimalFormattable(BigDecimal value, Integer scale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(BigDecimalFormattable o)Stringformat(FormatterImpl formatter)Resolve the display format of this object with the given formatterBigDecimalgetValue()
-
-
-
Constructor Detail
-
BigDecimalFormattable
public BigDecimalFormattable(BigDecimal value, Integer scale)
-
-
Method Detail
-
compareTo
public int compareTo(BigDecimalFormattable o)
- Specified by:
compareToin interfaceComparable<BigDecimalFormattable>
-
format
public String format(FormatterImpl formatter)
Description copied from interface:FormattableResolve the display format of this object with the given formatter- Specified by:
formatin interfaceFormattable
-
getValue
public BigDecimal getValue()
-
-