org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.impl
Class ImplementationOfParallelInterfacesMarkingReturnValueAsCascaded

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.validdeclarations.service.impl.ImplementationOfParallelInterfacesMarkingReturnValueAsCascaded
All Implemented Interfaces:
AnotherInterfaceMarkingReturnValueAsCascaded, InterfaceMarkingReturnValueAsCascaded

public class ImplementationOfParallelInterfacesMarkingReturnValueAsCascaded
extends Object
implements InterfaceMarkingReturnValueAsCascaded, AnotherInterfaceMarkingReturnValueAsCascaded

Author:
Gunnar Morling

Constructor Summary
ImplementationOfParallelInterfacesMarkingReturnValueAsCascaded()
           
 
Method Summary
 CalendarEvent createEvent(Date start, Date end)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationOfParallelInterfacesMarkingReturnValueAsCascaded

public ImplementationOfParallelInterfacesMarkingReturnValueAsCascaded()
Method Detail

createEvent

public CalendarEvent createEvent(Date start,
                                 Date end)
Specified by:
createEvent in interface AnotherInterfaceMarkingReturnValueAsCascaded
Specified by:
createEvent in interface InterfaceMarkingReturnValueAsCascaded


Copyright © 2008-2013. All Rights Reserved.