org.hibernate.beanvalidation.tck.tests.integration.cdi.executable
Class ShipmentBase
java.lang.Object
org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.ShipmentBase
- Direct Known Subclasses:
- ShipmentServiceSubClass
public class ShipmentBase
- extends Object
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShipmentBase
public ShipmentBase()
findShipment
public void findShipment(@NotNull
String id)
getShipment
@NotNull
public Shipment getShipment()
getAnotherShipment
@NotNull
public Shipment getAnotherShipment()
Copyright © 2008-2013. All Rights Reserved.