T
- public interface IAmount<T extends IAmount> extends Auditable, Cloneable, Comparable<IAmount>
Modifier and Type | Method and Description |
---|---|
T |
add(T amt) |
T |
deduct(T amt) |
String |
getCurrency() |
Double |
getTotal() |
compareTo
Copyright © 2018. All rights reserved.