Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetEntity(java.lang.Object entity)-
Methods inherited from interface org.openxava.validators.IValidator
validate
-
-