|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.domain.finance.BankAccountValidator
public class BankAccountValidator
Validates a BankAccount.
Created at 12.07.2008 13:51:06
| 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 |
|---|
public BankAccountValidator()
| Method Detail |
|---|
public boolean valid(BankAccount account)
Validator
valid in interface Validator<BankAccount>account - the object to validate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||