org.hibernate.beanvalidation.tck.tests.methodvalidation.model
Class StockItem

java.lang.Object
  extended by org.hibernate.beanvalidation.tck.tests.methodvalidation.model.StockItem

public class StockItem
extends Object

Author:
Gunnar Morling

Constructor Summary
StockItem(String name)
           
 
Method Summary
 String setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StockItem

@ValidStockItem
public StockItem(@NotNull
                                String name)
Method Detail

setName

@NotNull
public String setName(@NotNull
                              String name)


Copyright © 2008-2013. All Rights Reserved.