getter for formatter
This commit is contained in:
parent
6a8c4c3404
commit
bd2ec97f74
@ -45,6 +45,10 @@ public abstract class AbstractAsset implements GetJson {
|
||||
private double decimals_df;
|
||||
private DecimalFormat formatter;
|
||||
|
||||
public DecimalFormat getFormatter() {
|
||||
return formatter;
|
||||
}
|
||||
|
||||
/**
|
||||
* Constructor
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user