nl.knowlogy.validation
Interface Validatable


public interface Validatable

Interface for objects that are Validatable.

Author:
Robert

Method Summary
 void validate(Messages messages)
          Validates the object.
 

Method Detail

validate

void validate(Messages messages)
Validates the object. Validation errors are added to the errors object.

Parameters:
errors - container for the validation errors.


Copyright © 2007. All Rights Reserved.