org.hibernate.beanvalidation.tck.tests.methodvalidation.model
Class OrderLine
java.lang.Object
org.hibernate.beanvalidation.tck.tests.methodvalidation.model.OrderLine
public class OrderLine
- extends Object
- Author:
- Gunnar Morling
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderLine
public OrderLine(Item item)
setItem
public void setItem(Item item)
getItem
public Item getItem()
Copyright © 2008-2013. All Rights Reserved.