org.hibernate.beanvalidation.tck.tests.integration.cdi.executable
Class ShipmentServiceImpl

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.ShipmentServiceImpl
All Implemented Interfaces:
ShipmentService

public class ShipmentServiceImpl
extends Object
implements ShipmentService

Author:
Gunnar Morling

Constructor Summary
ShipmentServiceImpl()
           
 
Method Summary
 void findShipment(String id)
           
 Shipment getAnotherShipment()
           
 Shipment getShipment()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShipmentServiceImpl

public ShipmentServiceImpl()
Method Detail

findShipment

public void findShipment(@NotNull
                         String id)
Specified by:
findShipment in interface ShipmentService

getShipment

public Shipment getShipment()
Specified by:
getShipment in interface ShipmentService

getAnotherShipment

public Shipment getAnotherShipment()
Specified by:
getAnotherShipment in interface ShipmentService


Copyright © 2008-2013. All Rights Reserved.