org.hibernate.beanvalidation.tck.tests.validation
Class Shipment

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.validation.Shipment

public class Shipment
extends Object

Author:
Gunnar Morling

Constructor Summary
Shipment()
           
 
Method Summary
 String getId()
           
 boolean isShipped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shipment

public Shipment()
Method Detail

getId

@NotNull
public String getId()

isShipped

@AssertTrue
public boolean isShipped()


Copyright © 2008-2013. All Rights Reserved.