|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.plausj.bank.german.strategy.util.Strategy01AlikeHelper
public class Strategy01AlikeHelper
Helper methods for Strategy01 alike strategies
Constructor Summary | |
---|---|
Strategy01AlikeHelper()
|
Method Summary | |
---|---|
static int |
calculateSum(AccountCode accountCode,
int[] multiplicators)
Calculates the sum of the digit iteration |
static int |
getCheckDigitFromSum(int sum)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Strategy01AlikeHelper()
Method Detail |
---|
public static int calculateSum(AccountCode accountCode, int[] multiplicators)
accountCode
- The account code to usemultiplicators
- The multiplicators
public static int getCheckDigitFromSum(int sum)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |