org.openxava.validators
Interface IRemoveValidator

All Superinterfaces:
IValidator, java.io.Serializable

public interface IRemoveValidator
extends IValidator

Validates entity (or aggregate too) before removing.

If the validation fails the entity not will be removed.

Author:
Javier Paniza

Method Summary
 void setEntity(java.lang.Object entity)
           
 
Methods inherited from interface org.openxava.validators.IValidator
validate
 

Method Detail

setEntity

void setEntity(java.lang.Object entity)
               throws java.lang.Exception
Throws:
java.lang.Exception