net.sf.plausj.bank.german.strategy.util
Class Strategy01AlikeHelper

java.lang.Object
  extended by net.sf.plausj.bank.german.strategy.util.Strategy01AlikeHelper

public class Strategy01AlikeHelper
extends java.lang.Object

Helper methods for Strategy01 alike strategies

Author:
ninan

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

Strategy01AlikeHelper

public Strategy01AlikeHelper()
Method Detail

calculateSum

public static int calculateSum(AccountCode accountCode,
                               int[] multiplicators)
Calculates the sum of the digit iteration

Parameters:
accountCode - The account code to use
multiplicators - The multiplicators
Returns:
The sum

getCheckDigitFromSum

public static int getCheckDigitFromSum(int sum)


Copyright © 2005-2007 null. All Rights Reserved.