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

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.ShipmentBase
      extended by org.hibernate.beanvalidation.tck.tests.integration.cdi.executable.ShipmentServiceSubClass

public class ShipmentServiceSubClass
extends ShipmentBase

Author:
Gunnar Morling

Constructor Summary
ShipmentServiceSubClass()
           
 
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

ShipmentServiceSubClass

public ShipmentServiceSubClass()
Method Detail

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.