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

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

public class ShipmentBase
extends Object

Author:
Gunnar Morling

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

ShipmentBase

public ShipmentBase()
Method Detail

findShipment

public void findShipment(@NotNull
                         String id)

getShipment

@NotNull
public Shipment getShipment()

getAnotherShipment

@NotNull
public Shipment getAnotherShipment()


Copyright © 2008-2013. All Rights Reserved.