public class AccountChecker
extends java.lang.Object
Constructor and Description |
---|
AccountChecker() |
Modifier and Type | Method and Description |
---|---|
boolean |
idChecker()
This method is used to check whether the format of id is valid.
|
static boolean |
validChecker(Account ac,
Account sac)
Return a boolean which represents whether two Account is equal or not.
|
public static boolean validChecker(Account ac, Account sac)
ac
- an Accountsac
- another Accountpublic boolean idChecker()