org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.globallydisabled
Class CalendarService

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.globallydisabled.CalendarService

public class CalendarService
extends Object

Author:
Gunnar Morling

Constructor Summary
CalendarService()
           
 
Method Summary
 Event createEvent(String title)
           
 Event getEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarService

public CalendarService()
Method Detail

createEvent

public Event createEvent(@NotNull
                         String title)

getEvent

@NotNull
public Event getEvent()


Copyright © 2008-2013. All Rights Reserved.