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