getter for formatter

This commit is contained in:
7u83 2018-12-27 17:52:04 +01:00
parent 6a8c4c3404
commit bd2ec97f74
1 changed files with 4 additions and 0 deletions

View File

@ -45,6 +45,10 @@ public abstract class AbstractAsset implements GetJson {
private double decimals_df;
private DecimalFormat formatter;
public DecimalFormat getFormatter() {
return formatter;
}
/**
* Constructor
*