org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl
Class ImplementationOfConstrainedAndUnconstrainedInterfaces

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.constraints.inheritance.method.invaliddeclarations.service.impl.ImplementationOfConstrainedAndUnconstrainedInterfaces
All Implemented Interfaces:
AnotherCalendarService, CalendarService

public class ImplementationOfConstrainedAndUnconstrainedInterfaces
extends Object
implements CalendarService, AnotherCalendarService

Author:
Gunnar Morling

Constructor Summary
ImplementationOfConstrainedAndUnconstrainedInterfaces()
           
 
Method Summary
 void createEvent(Date start, Date end, List<Person> participants)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationOfConstrainedAndUnconstrainedInterfaces

public ImplementationOfConstrainedAndUnconstrainedInterfaces()
Method Detail

createEvent

public void createEvent(Date start,
                        Date end,
                        List<Person> participants)
Specified by:
createEvent in interface AnotherCalendarService
Specified by:
createEvent in interface CalendarService


Copyright © 2008-2013. All Rights Reserved.