atg.service.collections.validator
Interface CollectionObjectValidator
- public interface CollectionObjectValidator 
This class  provides the base implementation and
 interfaces for creating validators for use with the ValidatorFilter.
| Field Summary | 
| static java.lang.String | CLASS_VERSIONClass version string
 | 
 
| Method Summary | 
|  boolean | validateObject(java.lang.Object pObject)Returns the results of validation against the given object.
 | 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
validateObject
boolean validateObject(java.lang.Object pObject)
- Returns the results of validation against the given object.
 
- 
- Parameters:
- pObject- object to validate
- Returns:
- return true if the object passes validation