|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--jdollars.core.Util
utilities
| Method Summary | |
static void |
checkCreditCardNumber(java.lang.String strCCN)
use this method to see if a credit card number passes the Mod-10 algorithm (aka Luhn check digit algorithm) |
static boolean |
isNumeric(java.lang.String strTarget)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static void checkCreditCardNumber(java.lang.String strCCN)
throws InvalidCreditCardNumberException
public static boolean isNumeric(java.lang.String strTarget)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||