Package org.cyclos.impl.banking
Interface TransactionNumberHandler
-
public interface TransactionNumberHandlerHandles transaction number generation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringgenerate(Currency currency)Generates a new transaction number for the givenCurrency, or null if the currency doesn't use TN.
-