org.hibernate.test.annotations.beanvalidation
Class Display
java.lang.Object
org.hibernate.test.annotations.beanvalidation.Display
@Entity
public class Display
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Display
public Display()
getId
public Integer getId()
setId
public void setId(Integer id)
getBrand
@NotNull
public String getBrand()
setBrand
public void setBrand(String brand)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.