org.databene.domain.finance
Class BankAccountValidator

java.lang.Object
  extended by org.databene.domain.finance.BankAccountValidator
All Implemented Interfaces:
org.databene.commons.Validator<BankAccount>

public class BankAccountValidator
extends java.lang.Object
implements org.databene.commons.Validator<BankAccount>

Validates a BankAccount.

Created at 12.07.2008 13:51:06

Since:
0.5.4
Author:
Volker Bergmann

Constructor Summary
BankAccountValidator()
           
 
Method Summary
 boolean valid(BankAccount account)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BankAccountValidator

public BankAccountValidator()
Method Detail

valid

public boolean valid(BankAccount account)
Specified by:
valid in interface org.databene.commons.Validator<BankAccount>


Copyright © 2011. All Rights Reserved.