org.company.thesandbox.domain.businessrules
Class AnotherRuleImplBase

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

public abstract class AnotherRuleImplBase
extends java.lang.Object
implements org.springframework.validation.Validator

Just another rule

Author:
Generated by Mod4j

Constructor Summary
AnotherRuleImplBase()
           
 
Method Summary
 boolean supports(java.lang.Class clazz)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.validation.Validator
validate
 

Constructor Detail

AnotherRuleImplBase

public AnotherRuleImplBase()
Method Detail

supports

public boolean supports(java.lang.Class clazz)

Specified by:
supports in interface org.springframework.validation.Validator


Copyright © 2010. All Rights Reserved.