org.company.thesandbox.domain.businessrules
Class AnotherRule

java.lang.Object
  extended by org.company.thesandbox.domain.businessrules.AnotherRuleImplBase
      extended by org.company.thesandbox.domain.businessrules.AnotherRule
All Implemented Interfaces:
org.springframework.validation.Validator

public class AnotherRule
extends AnotherRuleImplBase

Just another rule This ExtensionPoint is intended to be manually changed by developers.


Constructor Summary
AnotherRule()
           
 
Method Summary
 void validate(java.lang.Object target, org.springframework.validation.Errors errors)
          
 
Methods inherited from class org.company.thesandbox.domain.businessrules.AnotherRuleImplBase
supports
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnotherRule

public AnotherRule()
Method Detail

validate

public void validate(java.lang.Object target,
                     org.springframework.validation.Errors errors)



Copyright © 2010. All Rights Reserved.