org.hibernate.beanvalidation.tck.tests.integration.cdi.executable
Class ShipmentServiceImpl
java.lang.Object
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.ShipmentServiceImpl
- All Implemented Interfaces:
- ShipmentService
public class ShipmentServiceImpl
- extends Object
- implements ShipmentService
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShipmentServiceImpl
public ShipmentServiceImpl()
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.