org.company.thesandbox.domain.businessrules
Class OneEarDiscountImplBase

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

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

If Customer has one ear, he/she get a discount of 50 percent.

Author:
Generated by Mod4j

Constructor Summary
OneEarDiscountImplBase()
           
 
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

OneEarDiscountImplBase

public OneEarDiscountImplBase()
Method Detail

supports

public boolean supports(java.lang.Class clazz)

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


Copyright © 2010. All Rights Reserved.