it.biobytes.ammentos.test
Class PersonValidator

java.lang.Object
  extended by it.biobytes.ammentos.validation.Validator<Person>
      extended by it.biobytes.ammentos.test.PersonValidator

public class PersonValidator
extends Validator<Person>

Author:
davide

Constructor Summary
PersonValidator()
          Creates a new instance of PersonValidator
 
Method Summary
 void performValidation(Person obj)
          Performs validation on the provided persistent object
 
Methods inherited from class it.biobytes.ammentos.validation.Validator
addReportError, checkNotNull, checkPersistent, checkTrue, isPersistent, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonValidator

public PersonValidator()
Creates a new instance of PersonValidator

Method Detail

performValidation

public void performValidation(Person obj)
Description copied from class: Validator
Performs validation on the provided persistent object

Specified by:
performValidation in class Validator<Person>