com.zmicer.utils.model
Interface ICheckable

All Superinterfaces:
Serializable

public interface ICheckable
extends Serializable

This interface defines the facilities to check the class instance composition/structure.
Defines the very common check method what allows to use this interface widely: check composition, perform some kdind of business check etc. $Author:: zmicer $
$Rev:: 57 $
* $Date:: 2007-08-23 09:16:37 #$


Method Summary
 boolean check()
          Just perform some kind of check.
 

Method Detail

check

boolean check()
Just perform some kind of check. This method doesn't define the "sense" of check - filling of required fields of check the logical composition of fields or smth. else. It says - check but the implementations of this methods should bring the sense into this operation.

Returns:
boolean: true, if the check was performed succesfully and the operation result is succesfull (or positive, we could continue with the program performing or could trust the instance of the class etc.). otherwise false.


Copyright © 2007 jzmicer.team. All Rights Reserved.