portal.core.validate.rule
Class ObjectsEqual

java.lang.Object
  extended byportal.core.validate.rule.ValidationRule
      extended byportal.core.validate.rule.ObjectsEqual
All Implemented Interfaces:
IValidatable, java.io.Serializable

public class ObjectsEqual
extends ValidationRule

See Also:
Serialized Form

Constructor Summary
ObjectsEqual(java.lang.Object o1, java.lang.Object o2)
           
 
Method Summary
protected  boolean validateRule(IValidationContext ctx)
           
 
Methods inherited from class portal.core.validate.rule.ValidationRule
validate, validationFailed, validationPassed
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectsEqual

public ObjectsEqual(java.lang.Object o1,
                    java.lang.Object o2)
Method Detail

validateRule

protected boolean validateRule(IValidationContext ctx)
Specified by:
validateRule in class ValidationRule