org.databene.domain.finance
Class BankAccountValidator

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

public class BankAccountValidator
extends java.lang.Object
implements 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)
          Checks if an object is valid.
 
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)
Description copied from interface: Validator
Checks if an object is valid.

Specified by:
valid in interface Validator<BankAccount>
Parameters:
account - the object to validate
Returns:
true if the specified object is valid, otherwise false


Copyright © 2010. All Rights Reserved.